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: Sun, 27 Sep 2020 21:06:49
Message-Id: 1601240800.1377601386d49cb055159b6884527f9ee28a7576.prometheanfire@gentoo
1 commit: 1377601386d49cb055159b6884527f9ee28a7576
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 21:06:16 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 21:06:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13776013
7
8 dev-ruby/puppetdb-termini: 6.12.0 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 1 -
14 .../puppetdb-termini-6.11.2.ebuild | 28 ----------------------
15 .../puppetdb-termini-6.12.0.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 ab9c328a3b1..ffbcc32fc7f 100644
20 --- a/dev-ruby/puppetdb-termini/Manifest
21 +++ b/dev-ruby/puppetdb-termini/Manifest
22 @@ -1,2 +1 @@
23 -DIST puppetdb-termini_6.11.2-1stretch_all.deb 21292 BLAKE2B c708f816ff656b1a8720bc59c7498be26e233d6f7413ac181b0c0fe4c940aa5a059a62719a8b5edd8da355090a2c91353838e7d5c960af5a1195dd933eec9729 SHA512 548baf1c6a9be3f3d2dc3686e19851a36d1b10d123ce9c9aee1689f18b9ac8e15ed0300b766b5cde1c426689d41f23b2d72e8779f19cc82ff17c4b3006e68bcf
24 DIST puppetdb-termini_6.12.0-1stretch_all.deb 21290 BLAKE2B 11bc0a316517190162e7e4e5a2ce05bc880ef8412bfcf5fb66ec68545bd7779e217d5d5e75ab79f24fc6b2f68e1a962262704efb8833fdce84288d060245b898 SHA512 a742825e9f9bacf5726814474b7812393d1a51c50fd710d771c10a9e23c874a465c6859fc17485b66a2c4114ac170f2f25c5ce1be6684ff18f5da31dc9ef0744
25
26 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.11.2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.11.2.ebuild
27 deleted file mode 100644
28 index 7919b7b236e..00000000000
29 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.11.2.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2020 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-6.12.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.12.0.ebuild
62 index a7f2b53b2dd..7919b7b236e 100644
63 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.12.0.ebuild
64 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.12.0.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+=""