From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-util/rebar-bin/Manifest | 6 ++---- dev-util/rebar-bin/metadata.xml | 10 +++------- dev-util/rebar-bin/rebar-bin-3.17.0.ebuild | 21 --------------------- dev-util/rebar-bin/rebar-bin-3.18.0.ebuild | 2 +- 4 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 dev-util/rebar-bin/rebar-bin-3.17.0.ebuild (limited to 'dev-util/rebar-bin') diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest index 41203ee53f8a..b94862a4a590 100644 --- a/dev-util/rebar-bin/Manifest +++ b/dev-util/rebar-bin/Manifest @@ -1,5 +1,3 @@ -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.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 +EBUILD rebar-bin-3.18.0.ebuild 524 BLAKE2B fba25c69babe97f77304407d5e41b91f7f5d37624e4f5258a0c4b17c4a71db0c0d86685b2c443a8d26f96bbd4ebb24a1ab58997b15932d9d904aeed4ee179544 SHA512 8657ecf80ad2781ccf647f98e597aeb4df915d7773c91155605bc0ad9bb1714069d53fa467e77f6461a1af5ffa37f53a9e625ac66918d8edcc51b39c5c07a140 +MISC metadata.xml 1044 BLAKE2B b7390b89332394bf3da0b596c9eed3910560270eee1342b9506dc88e2696674a5ebbcd5a95d99cdd9355a2f80c6cf007978230f09a653009290040013c4c1522 SHA512 b03aac30dda57b8ebce72184fde7b219eedfdd3732d1a7e1d3f600f35b35a1327b10ebc0d3339c089c88162d0151902d1446a4c7829935eff96db66656eb5964 diff --git a/dev-util/rebar-bin/metadata.xml b/dev-util/rebar-bin/metadata.xml index b1d2cf993dc1..851f4e99775b 100644 --- a/dev-util/rebar-bin/metadata.xml +++ b/dev-util/rebar-bin/metadata.xml @@ -2,13 +2,9 @@ - - matt@offtopica.uk - Matt Smith - - - proxy-maint@gentoo.org - Proxy Maintainers + + matthew@gentoo.org + Matthew Smith Rebar3 is an Erlang tool that makes it easy to create, develop, and diff --git a/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild b/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild deleted file mode 100644 index 7522fbc1d2aa..000000000000 --- a/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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}" -S="${WORKDIR}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND="dev-lang/erlang" - -QA_PREBUILT="usr/bin/rebar3" - -src_install() { - newbin "${DISTDIR}"/${P} rebar3 -} diff --git a/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild b/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild index 12502e7a00eb..0191858ec8ad 100644 --- a/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild +++ b/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="dev-lang/erlang" -- cgit v1.2.3