diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-02-02 01:39:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-02-02 01:39:05 +0000 |
commit | fcc5224904648a8e6eb528d7603154160a20022f (patch) | |
tree | 3bfce096b38a9cea8eed13fc70c1526c456e9abd /dev-util/rebar-bin | |
parent | 2fd57282f0262ca084e05b0f2c63fbada395d02b (diff) |
gentoo resync : 02.02.2022
Diffstat (limited to 'dev-util/rebar-bin')
-rw-r--r-- | dev-util/rebar-bin/Manifest | 2 | ||||
-rw-r--r-- | dev-util/rebar-bin/rebar-bin-3.16.1.ebuild | 30 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest index 435d98af8805..41203ee53f8a 100644 --- a/dev-util/rebar-bin/Manifest +++ b/dev-util/rebar-bin/Manifest @@ -1,7 +1,5 @@ -DIST rebar-bin-3.16.1 942316 BLAKE2B c3296d54f85c146a58ff24a9b337f7d26e2beb3287257ecca6344c082b84295d9daf042b7bcb422df7c5dd29dd681f0c81064c1ef5b7b30ed8be8328ca694bc4 SHA512 be9e4ffdf654f8038ff14cd4b53328bdbc8b26e0f1306a16220f4d5d4b13bc36ac2f302d52a799424ffc3835e41ce326a4fd8e422ececf70ab8c0f951e3e4b24 DIST rebar-bin-3.17.0 944741 BLAKE2B 2ae670b36019afcc6e595bcbb7d9db7286bd0ea44ad095e7bd0b45be579f6b45d0cc4bbb11478e13adbeb68231f3a888ff231ca4ee4881cb30a26dd68eb8b60e SHA512 908ed9018e456cb4a8f6c9b2737ead58f632bbcac4960834de841b814a97f8fac2181b8630e2ae9e8e9680c4965488b2a736c54baa561a089489987615f6405e DIST rebar-bin-3.18.0 952478 BLAKE2B 3719582dd2328bcc63b328bb177de14702d517049e0935fe25def30c1b290efa64b891711cb6616152904b48ad4dade9623fd50d81b7f850c118156991bacb43 SHA512 f52b79f3e1527687ddddc50062eb0a520e913f8a381b9eb836886988460f2e38f135d03e1ecf1022f332498116a498619b3d1f71663bb51d9af9cd7a5c4efc0a -EBUILD rebar-bin-3.16.1.ebuild 610 BLAKE2B f8b801213ff3d41987f7b54747d200ccab01f11e21be2a8fc540a5a3b6da7976f5c767d5b1752ac0328834f34c187719e501e5ab9ad841fbc34147a834c2a2a5 SHA512 6d794157feffbc22160e67569a536073711412d81c34af0f429496940e0c9c55098c92742b65bb43bdee326fd2defa730073a359801885e67328f43a69bf4bdb EBUILD rebar-bin-3.17.0.ebuild 524 BLAKE2B ee1ed99e3544b940c774524b9a6a75913cb604799fa874fea5acca264f87b72e1ec195dbf6459cf271e0210bfd6ee99ab315f9a29234ae13eb186ca96119e7a5 SHA512 73445a2015b24ca8eb4b73ae4bd7790bfc92c7fe7859b33d78db541c9e436cb6eb6f20ee145b02ed3d40c4c939b560e3bab17ed889114fb5bbaa5a1f5c5bcf3b EBUILD rebar-bin-3.18.0.ebuild 525 BLAKE2B e1b30402f9ce8548da1983b7f27196df3181a8a2f475423bc78330eaf459a07c4ee39021e62bbeb898d92a55c32f1ada97807aa3a73f065e76fddebb6a25a7d3 SHA512 ea7192af8961345f944bce65449d6f826ee3c1df43c67be2e7b889c24f59d12094dd12757c36c0f3c77d00fc2d800089aed16d772628d9736c826039ccd3b98b MISC metadata.xml 1187 BLAKE2B eda5aa3b730fd7b60fb73d0e8aa3fff5e1d67996cb7abebfdd4de568eae0c02fa6a9a1980a1e1d85a6f0581f26d8f8d94b25b5a486489457e6b7319120dcd1ea SHA512 6f86d6ed8df338c5c2807c9ff4a8f2fbb2f68f4ef1f139a97e4712c5365cdbb686f117a18b3abc87f54273eace33a9863c34b7c3765597cb39da4e413d6264f1 diff --git a/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild b/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild deleted file mode 100644 index 83bb5eb671c1..000000000000 --- a/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=${P#-bin} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles" -HOMEPAGE="https://rebar3.org https://github.com/erlang/rebar3" - -SRC_URI="https://github.com/erlang/rebar3/releases/download/${PV}/rebar3 -> ${P}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/erlang" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/bin/rebar3" - -src_unpack() { - cp -v "${DISTDIR}/${P}" "${S}/rebar3" || die -} - -src_install() { - dobin rebar3 -} |