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: Sat, 03 Jul 2021 19:47:17
Message-Id: 1625341628.49689ca1b6dc12654e8f0ed8f35f419095949893.prometheanfire@gentoo
1 commit: 49689ca1b6dc12654e8f0ed8f35f419095949893
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 19:46:47 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 19:47:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49689ca1
7
8 dev-ruby/puppetdb-termini: 7.4.1 stable amd64/x86 with 7.3.1 cleanup
9
10 Package-Manager: Portage-3.0.20, 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.3.1.ebuild | 28 ----------------------
15 .../puppetdb-termini/puppetdb-termini-7.4.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 88998a7e309..b6e6c5639e0 100644
20 --- a/dev-ruby/puppetdb-termini/Manifest
21 +++ b/dev-ruby/puppetdb-termini/Manifest
22 @@ -1,2 +1 @@
23 -DIST puppetdb-termini_7.3.1-1stretch_all.deb 21144 BLAKE2B 34e925a93b9f0c882e051ca0ff4368c06ef2467211e645a976453e60008e1a02ccf76ba8b53270ceba830e43be5d8ababf601c6a5ecad5f9d603dcf56c78e19f SHA512 745cb5fe4eb6e4bb720028f794a767fd7eeb936f310c18f153a94bab28a36e35fc1bd5559b1be20a3ef5573227cbc4f013673eca3d85ff15e8a29d238ffd0370
24 DIST puppetdb-termini_7.4.1-1stretch_all.deb 21552 BLAKE2B df93159a7dc9f6a6735f44531306a2b1c7a1bf9d8b88dbd4c9784367e949a83b0cb42dd8172880df9e7f4cbc1d3bcf9da570cdf2fa0437e525452d1f2468551d SHA512 4ffdf5e2019400dbaa5bb1fee22fd66fa430ab395a42d25cca2c61feaf68168b44eb1d29c0a9984a2cb669eff4ffadd9f9c64c6c19ea21bd3ceead392ad6d26b
25
26 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild
27 deleted file mode 100644
28 index e88438205f9..00000000000
29 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild
30 +++ /dev/null
31 @@ -1,28 +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 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
38 -
39 -inherit unpacker
40 -
41 -DESCRIPTION="Library needed to connect puppet to puppetdb"
42 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
43 -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -IUSE=""
48 -# will need the same keywords as puppet
49 -KEYWORDS="amd64 ~ppc x86"
50 -
51 -RDEPEND+=""
52 -DEPEND+=""
53 -
54 -S=${WORKDIR}
55 -
56 -src_install() {
57 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
58 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
59 -}
60
61 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild
62 index 57a8294eabe..e88438205f9 100644
63 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild
64 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild
65 @@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
66 SLOT="0"
67 IUSE=""
68 # will need the same keywords as puppet
69 -KEYWORDS="~amd64 ~ppc ~x86"
70 +KEYWORDS="amd64 ~ppc x86"
71
72 RDEPEND+=""
73 DEPEND+=""