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: Tue, 02 Jun 2020 00:13:33
Message-Id: 1591056804.1034b4f92556582cc75a561d90e21beb533aadf3.prometheanfire@gentoo
1 commit: 1034b4f92556582cc75a561d90e21beb533aadf3
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 00:12:25 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 00:13:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1034b4f9
7
8 dev-ruby/puppetdb-termini: 6.10.0 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 1 -
14 .../puppetdb-termini-6.10.0.ebuild | 2 +-
15 .../puppetdb-termini/puppetdb-termini-6.9.1.ebuild | 28 ----------------------
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 e7d5308a961..216f63fb514 100644
20 --- a/dev-ruby/puppetdb-termini/Manifest
21 +++ b/dev-ruby/puppetdb-termini/Manifest
22 @@ -1,2 +1 @@
23 DIST puppetdb-termini_6.10.0-1stretch_all.deb 21294 BLAKE2B dfe88c6a44eed3e8a0826fde8f6130d3d817acafa367415956587e44298c99c41fd7bdac709c1ab55dcc9dce165d2599a2f18f0e1fd058d717128c0dd3a6ae28 SHA512 da7bf41e43acc39a44655e4759a14c119e6c1665c01a8b0ad4d83767c65068e071fc8ff6af80810a20cf92508c55c9ccfa295e197c0f7c94ee70110ea4515aae
24 -DIST puppetdb-termini_6.9.1-1stretch_all.deb 21294 BLAKE2B 579181f4404e5b9dfbc444364c58402135ea68bef0fd3bff894976ee04f7d181699d2456d5ee6105707b765ee1842fac38af7e97f07621436164d79ff8c32a35 SHA512 62d3ac5b922eb3b3ba50f47a104dfb04ca8f3284b2474ed45cf609b21696fa01fa2eaecaa1c94d7b50ac22e8b187b4efc8e43d3cb7d66bf02554b1c03996b040
25
26 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
27 index a7f2b53b2dd..7919b7b236e 100644
28 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
29 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
30 @@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
31 SLOT="0"
32 IUSE=""
33 # will need the same keywords as puppet
34 -KEYWORDS="~amd64 ~ppc ~x86"
35 +KEYWORDS="amd64 ~ppc x86"
36
37 RDEPEND+=""
38 DEPEND+=""
39
40 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.9.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.9.1.ebuild
41 deleted file mode 100644
42 index 7919b7b236e..00000000000
43 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.9.1.ebuild
44 +++ /dev/null
45 @@ -1,28 +0,0 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=7
50 -
51 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
52 -
53 -inherit unpacker
54 -
55 -DESCRIPTION="Library needed to connect puppet to puppetdb"
56 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
57 -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb"
58 -
59 -LICENSE="Apache-2.0"
60 -SLOT="0"
61 -IUSE=""
62 -# will need the same keywords as puppet
63 -KEYWORDS="amd64 ~ppc x86"
64 -
65 -RDEPEND+=""
66 -DEPEND+=""
67 -
68 -S=${WORKDIR}
69 -
70 -src_install() {
71 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
72 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
73 -}