Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/
Date: Sun, 27 Jan 2019 15:14:49
Message-Id: 1548602063.cab5a495393c2e9f689df9540947c60c021061e0.pacho@gentoo
1 commit: cab5a495393c2e9f689df9540947c60c021061e0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:14:23 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 15:14:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab5a495
7
8 dev-util/rebar: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-util/rebar/Manifest | 2 --
14 dev-util/rebar/rebar-2.6.2.ebuild | 28 ----------------------------
15 dev-util/rebar/rebar-2.6.3.ebuild | 28 ----------------------------
16 3 files changed, 58 deletions(-)
17
18 diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest
19 index bb2fe66a909..d4308dd4f95 100644
20 --- a/dev-util/rebar/Manifest
21 +++ b/dev-util/rebar/Manifest
22 @@ -1,4 +1,2 @@
23 DIST rebar-2.6.1.tar.gz 191063 BLAKE2B bf3407007957c2cb67f47c0c2a049d9b9f9e51e6bfe4a2b278e58828781217c203d2dfc9c39a19bdc3b9fc6bc7f4d9ca85b6d0019057a2841d8b394cc39bdd84 SHA512 0baa10aac65ad78c05d6ecd180327b8752a31bbc51f3b3aa6060f4d2adf9269de83c6481767d9abc8a599e231f569c0496edc6c47f43d1e2892c4e98de6ccd85
24 -DIST rebar-2.6.2.tar.gz 210775 BLAKE2B e06a6fb0c29397dfcfe83de60cdcfb8e89f4a8e4287a41e0102ff972a93c8632d760c7bb6cfe669d98d324bf3afa007198eec773fde9991daa9964a452b5613c SHA512 410129defbf98af00f5040f9d3956299a70a0a1a21d28c42db32350b922e207f8af5830d8c322e9d3cfed8697ddcb228d5a98b983995414ed32662659a5c4c96
25 -DIST rebar-2.6.3.tar.gz 213146 BLAKE2B 1e74281de629b7f007a718af3d9f5afe7bbef72562f07e7df8f4ee996593b428d84030c8ef50e0a8f6b694b104fac01783175b5f3c6a0c113e263d3de3d8852f SHA512 451f18cec02f9b23ab1e522d4e9bc2a43cf5ace5fea6a7543874a76615cdb55e3d705ad2be94e7c28e6e1acfbc519eb3452588880f0846b928f8a28369623dde
26 DIST rebar-2.6.4.tar.gz 213158 BLAKE2B a71c525948697f9ba44a7faa9183f1aadce031b8b85857da87c5b2376f3b7511c78d02c183b115836605a6d3830e9b9ceac754ab64ec11d9d1bb66f37ea78665 SHA512 4e53d1ab7db296c60fb039443da7e3b31b63410fc614690c6faa7ec330d9e9393dbc1c8507aa4aea2c99397e1b443ff9d25e4d57ec57f616ee748aa97d055ffa
27
28 diff --git a/dev-util/rebar/rebar-2.6.2.ebuild b/dev-util/rebar/rebar-2.6.2.ebuild
29 deleted file mode 100644
30 index 3f512e87afd..00000000000
31 --- a/dev-util/rebar/rebar-2.6.2.ebuild
32 +++ /dev/null
33 @@ -1,28 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit bash-completion-r1
40 -
41 -DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles"
42 -HOMEPAGE="https://github.com/rebar/rebar"
43 -SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-lang/erlang"
51 -DEPEND="${RDEPEND}"
52 -
53 -src_test() {
54 - emake xref
55 -}
56 -
57 -src_install() {
58 - dobin rebar
59 - dodoc rebar.config.sample THANKS
60 - dobashcomp priv/shell-completion/bash/${PN}
61 -}
62
63 diff --git a/dev-util/rebar/rebar-2.6.3.ebuild b/dev-util/rebar/rebar-2.6.3.ebuild
64 deleted file mode 100644
65 index 6e91c65845b..00000000000
66 --- a/dev-util/rebar/rebar-2.6.3.ebuild
67 +++ /dev/null
68 @@ -1,28 +0,0 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -
74 -inherit bash-completion-r1
75 -
76 -DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles"
77 -HOMEPAGE="https://github.com/rebar/rebar"
78 -SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
79 -
80 -LICENSE="Apache-2.0"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
83 -IUSE=""
84 -
85 -RDEPEND="dev-lang/erlang"
86 -DEPEND="${RDEPEND}"
87 -
88 -src_test() {
89 - emake xref
90 -}
91 -
92 -src_install() {
93 - dobin rebar
94 - dodoc rebar.config.sample THANKS
95 - dobashcomp priv/shell-completion/bash/${PN}
96 -}