Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/
Date: Sat, 30 May 2020 17:30:44
Message-Id: 1590859827.23cd974d8b3a1734736cc65b9d27ad1592d80141.prometheanfire@gentoo
1 commit: 23cd974d8b3a1734736cc65b9d27ad1592d80141
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 17:30:27 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 17:30:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cd974d
7
8 Revert "dev-libs/leatherman: 1.12.0 stable amd64/x86 with cleanup"
9
10 This reverts commit acbf60f136e19fd2ad42bf35e886d0f14a82cf84.
11
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-libs/leatherman/Manifest | 1 +
15 .../leatherman/{leatherman-1.12.0.ebuild => leatherman-1.11.0.ebuild} | 0
16 dev-libs/leatherman/leatherman-1.12.0.ebuild | 2 +-
17 3 files changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-libs/leatherman/Manifest b/dev-libs/leatherman/Manifest
20 index 5a669ad1ac2..ba0a675f4ed 100644
21 --- a/dev-libs/leatherman/Manifest
22 +++ b/dev-libs/leatherman/Manifest
23 @@ -1,2 +1,3 @@
24 +DIST leatherman-1.11.0.tar.gz 815946 BLAKE2B 73afb7c517ea93d0c3dc1c88adb3e5041c764bbfb223357b14a6a3f864ff614d178e7a71293eb533f09013fe3f64d5afe40c9404882d2fe6836da7322e869d8f SHA512 0cbc558ba6976d4f14947efbc59e2ebc306a8c7e4590a22fa2e2f044b37ffd8804dbabaf96c599c47394fd9379f2de1330ce5282237b5009730d8d3b87349ae5
25 DIST leatherman-1.12.0.tar.gz 815947 BLAKE2B cc268275f7ef7e9bddca9a2ca25c1a6b0bca64d57f90a485b83103a2477d476a39fe91ccf46798f1885b29c697de6556890131c7aac2a9e61590edab66fd6ea7 SHA512 2ceb16f94bf3d06bfe477a40e15db5a1d3d3999eaa7023245a08ab4e0054179f28308d9bf6ba73a839ca3a68130259894593fc8e77664b672ac5f3d20511a4d2
26 DIST leatherman-1.3.0.tar.gz 434229 BLAKE2B e0c19bca2378afc4928554ac0862543504ba725aadc6cffd78220f7f7f1b725cad960fc6d9fdd2d54a43c233b35959ebcb9c71d1191a5535703599fa32e3301e SHA512 5e06be7add652f69b0d4a8d778e33dfb68183c4d598217cc6542d2431f7984f0af989c27bd69e89b77ab03d6dd2adab9d70f68cd87dae20d8e24ae05923fbe9b
27
28 diff --git a/dev-libs/leatherman/leatherman-1.12.0.ebuild b/dev-libs/leatherman/leatherman-1.11.0.ebuild
29 similarity index 100%
30 copy from dev-libs/leatherman/leatherman-1.12.0.ebuild
31 copy to dev-libs/leatherman/leatherman-1.11.0.ebuild
32
33 diff --git a/dev-libs/leatherman/leatherman-1.12.0.ebuild b/dev-libs/leatherman/leatherman-1.12.0.ebuild
34 index 1421317e76f..aef4cd92309 100644
35 --- a/dev-libs/leatherman/leatherman-1.12.0.ebuild
36 +++ b/dev-libs/leatherman/leatherman-1.12.0.ebuild
37 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
38 LICENSE="Apache-2.0"
39 IUSE="debug static-libs test"
40 RESTRICT="!test? ( test )"
41 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
42 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
43 SLOT="0/${PV}"
44
45 RDEPEND="net-misc/curl"