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-ruby/puppetdb-termini/
Date: Fri, 28 May 2021 15:52:08
Message-Id: 1622217119.4bb13dc32b66ad4f39ea5ec5926cc7d0795bfc11.prometheanfire@gentoo
1 commit: 4bb13dc32b66ad4f39ea5ec5926cc7d0795bfc11
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 15:50:36 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 15:51:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb13dc3
7
8 dev-ruby/puppetdb-termini: 7.3.1 stable amd64/x86 with 7.0.1 cleanup
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 1 -
14 .../puppetdb-termini/puppetdb-termini-7.0.1.ebuild | 28 ----------------------
15 .../puppetdb-termini/puppetdb-termini-7.3.1.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 30 deletions(-)
17
18 diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest
19 index 5f4614f8f95..3f490d81386 100644
20 --- a/dev-ruby/puppetdb-termini/Manifest
21 +++ b/dev-ruby/puppetdb-termini/Manifest
22 @@ -1,4 +1,3 @@
23 DIST puppetdb-termini_6.13.0-1stretch_all.deb 21296 BLAKE2B 6ef6f82047f293b854e1b0d6db2933e18bc922225d1bb7fe4a3d03d2dbe5da00cdb68e7e3ac35097f466ee21de5a7ed584606684a52c088a9e31abe9fe11d7cf SHA512 bbcf8d2ed996925ead0add6899b266ca9308b01cc12d0dfa6f61956e801a092abf5a01ae4647bf96778f9fe0fa95e17bfae0a3b30576346093651141c1982ebf
24 -DIST puppetdb-termini_7.0.1-1stretch_all.deb 21154 BLAKE2B 6b64de09d6b6c76395f79acda6322c4221cf58efb03442faee697736faa3fbfc0d3e4e0c0f318a3374a5b6b6844312a469656d3e31a5534f484c568d9d5e7fe1 SHA512 29b0e380d3e62bb714838c7e4dac0e296c69297bd4e4a4097ba006f846eb4166051d0c76195afb0a661e6e34726acbcc858e7897128f1bbe14b99a4ea44a9ff3
25 DIST puppetdb-termini_7.2.0-1stretch_all.deb 21158 BLAKE2B bb74c11735a557bbee8452f4eb356c1ca038f8cf41bf1b5404f6f204d1d89e8bb532b8a6db8a92ebba9045e744a8a0b68629d60ab295660381a582273a0a67f3 SHA512 6dd4ee1e3d2fd069d5689cbaf0faeb417e5c12bd6d06c721923cbe92b739fa39a658675b40f0474010b3c6a6cabbff8a3fa49f8f79cbcc7bd4fbb1c68b1805f6
26 DIST puppetdb-termini_7.3.1-1stretch_all.deb 21144 BLAKE2B 34e925a93b9f0c882e051ca0ff4368c06ef2467211e645a976453e60008e1a02ccf76ba8b53270ceba830e43be5d8ababf601c6a5ecad5f9d603dcf56c78e19f SHA512 745cb5fe4eb6e4bb720028f794a767fd7eeb936f310c18f153a94bab28a36e35fc1bd5559b1be20a3ef5573227cbc4f013673eca3d85ff15e8a29d238ffd0370
27
28 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.0.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-7.0.1.ebuild
29 deleted file mode 100644
30 index e88438205f9..00000000000
31 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.0.1.ebuild
32 +++ /dev/null
33 @@ -1,28 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
40 -
41 -inherit unpacker
42 -
43 -DESCRIPTION="Library needed to connect puppet to puppetdb"
44 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
45 -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -IUSE=""
50 -# will need the same keywords as puppet
51 -KEYWORDS="amd64 ~ppc x86"
52 -
53 -RDEPEND+=""
54 -DEPEND+=""
55 -
56 -S=${WORKDIR}
57 -
58 -src_install() {
59 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
60 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
61 -}
62
63 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild
64 index 57a8294eabe..e88438205f9 100644
65 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild
66 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild
67 @@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
68 SLOT="0"
69 IUSE=""
70 # will need the same keywords as puppet
71 -KEYWORDS="~amd64 ~ppc ~x86"
72 +KEYWORDS="amd64 ~ppc x86"
73
74 RDEPEND+=""
75 DEPEND+=""