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: Thu, 30 May 2019 15:05:52
Message-Id: 1559228740.80a5b7b27a275a8f889e0855abac7d3cf3689dfc.prometheanfire@gentoo
1 commit: 80a5b7b27a275a8f889e0855abac7d3cf3689dfc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 15:05:11 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 15:05:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a5b7b2
7
8 dev-ruby/puppetdb-termini: 5.2.7 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.13
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 1 -
14 .../puppetdb-termini/puppetdb-termini-5.2.4.ebuild | 28 ----------------------
15 .../puppetdb-termini/puppetdb-termini-5.2.7.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 0f0922f0952..658dedc5476 100644
20 --- a/dev-ruby/puppetdb-termini/Manifest
21 +++ b/dev-ruby/puppetdb-termini/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST puppetdb-termini_5.2.4-1xenial_all.deb 20538 BLAKE2B aad000bc0e13e3c97f4428bca88653cbfd76db2e5499f2acad90afcff58847e1dbaec9bc9ae8ec30e21c9b5c8308061b7d51058f0a17e2936d6dfd05ccc650f4 SHA512 98e871a4867735a8ca677ee3fbb6ab5e8718e78623fe6d497a3c680e090b86a0cefc35ee318f6f5abb45ebfd02d9bf75a04f0f1fc48ba654443c5c4ca99f3180
24 DIST puppetdb-termini_5.2.7-1xenial_all.deb 20560 BLAKE2B def7bb25badadd2880589d5708e8b9a0f87033977a21ee65fca7b27caf8c3568c66cf7f21123ecd8dd037e29023e65a9393d8b3608ffe0e021f9aad5a8c66755 SHA512 b5a5b4c721a35d95093d9da757f5a2dcfcc232343b6ca6dcf7184a20f9ff305a9c2f04328e17a0e02579d6ee7245c7c9b7e9ba8d22bc8f3bc1c13cf50c784101
25 DIST puppetdb-termini_6.3.2-1stretch_all.deb 20662 BLAKE2B 2e7daef3892070d5356ced070544099a546e4887b5654f795e06952862e4c0cb155df200806217fd5376b1bc3fb53107467ca76acec05283d2f25fed7ca7e5ca SHA512 555abacc9de7221df78a8459a76a4c3c8ce3a1bf5e2b6f1d800761eaea650d2a308e6a5054be082cfb9823903fbe049b2dc5f323b8af93693afbb61c8ce6c4be
26
27 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild
28 deleted file mode 100644
29 index a4b1fa6cd9c..00000000000
30 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby23 ruby24 ruby25"
39 -
40 -inherit unpacker
41 -
42 -DESCRIPTION="Library needed to connect puppet to puppetdb"
43 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
44 -SRC_URI="http://apt.puppetlabs.com/pool/xenial/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1xenial_all.deb"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -IUSE=""
49 -# will need the same keywords as puppet
50 -KEYWORDS="amd64 ~ppc x86"
51 -
52 -RDEPEND+=""
53 -DEPEND+=""
54 -
55 -S=${WORKDIR}
56 -
57 -src_install() {
58 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
59 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
60 -}
61
62 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.7.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.7.ebuild
63 index b7bb4d90e31..bfeaf0652c5 100644
64 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.7.ebuild
65 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.7.ebuild
66 @@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
67 SLOT="0"
68 IUSE=""
69 # will need the same keywords as puppet
70 -KEYWORDS="~amd64 ~ppc ~x86"
71 +KEYWORDS="amd64 ~ppc x86"
72
73 RDEPEND+=""
74 DEPEND+=""