Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar-bin/
Date: Fri, 21 Jan 2022 07:09:00
Message-Id: 1642746805.1622c1f901cb8683886517e114e42de2699c0e92.juippis@gentoo
1 commit: 1622c1f901cb8683886517e114e42de2699c0e92
2 Author: Matthew Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sat Jan 1 15:15:40 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 06:33:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1622c1f9
7
8 dev-util/rebar-bin: drop 3.16.1
9
10 Signed-off-by: Matthew Smith <matt <AT> offtopica.uk>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-util/rebar-bin/Manifest | 1 -
14 dev-util/rebar-bin/rebar-bin-3.16.1.ebuild | 30 ------------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest
18 index dba647f92b20..156b866b3fb8 100644
19 --- a/dev-util/rebar-bin/Manifest
20 +++ b/dev-util/rebar-bin/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST rebar-bin-3.16.1 942316 BLAKE2B c3296d54f85c146a58ff24a9b337f7d26e2beb3287257ecca6344c082b84295d9daf042b7bcb422df7c5dd29dd681f0c81064c1ef5b7b30ed8be8328ca694bc4 SHA512 be9e4ffdf654f8038ff14cd4b53328bdbc8b26e0f1306a16220f4d5d4b13bc36ac2f302d52a799424ffc3835e41ce326a4fd8e422ececf70ab8c0f951e3e4b24
23 DIST rebar-bin-3.17.0 944741 BLAKE2B 2ae670b36019afcc6e595bcbb7d9db7286bd0ea44ad095e7bd0b45be579f6b45d0cc4bbb11478e13adbeb68231f3a888ff231ca4ee4881cb30a26dd68eb8b60e SHA512 908ed9018e456cb4a8f6c9b2737ead58f632bbcac4960834de841b814a97f8fac2181b8630e2ae9e8e9680c4965488b2a736c54baa561a089489987615f6405e
24 DIST rebar-bin-3.18.0 952478 BLAKE2B 3719582dd2328bcc63b328bb177de14702d517049e0935fe25def30c1b290efa64b891711cb6616152904b48ad4dade9623fd50d81b7f850c118156991bacb43 SHA512 f52b79f3e1527687ddddc50062eb0a520e913f8a381b9eb836886988460f2e38f135d03e1ecf1022f332498116a498619b3d1f71663bb51d9af9cd7a5c4efc0a
25
26 diff --git a/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild b/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild
27 deleted file mode 100644
28 index 83bb5eb671c1..000000000000
29 --- a/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -MY_PN=${P#-bin}
38 -MY_P=${MY_PN}-${PV}
39 -
40 -DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles"
41 -HOMEPAGE="https://rebar3.org https://github.com/erlang/rebar3"
42 -
43 -SRC_URI="https://github.com/erlang/rebar3/releases/download/${PV}/rebar3 -> ${P}"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -RDEPEND="dev-lang/erlang"
50 -
51 -S="${WORKDIR}"
52 -
53 -QA_PREBUILT="/usr/bin/rebar3"
54 -
55 -src_unpack() {
56 - cp -v "${DISTDIR}/${P}" "${S}/rebar3" || die
57 -}
58 -
59 -src_install() {
60 - dobin rebar3
61 -}