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, 03 Nov 2019 20:21:33
Message-Id: 1572812480.0205bb7c17c4f7ca8a7c22ffd05a5defc0b7b94f.prometheanfire@gentoo
1 commit: 0205bb7c17c4f7ca8a7c22ffd05a5defc0b7b94f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 20:17:40 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 20:21:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0205bb7c
7
8 dev-ruby/puppetdb-termini: 6.7.1 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 1 -
14 .../puppetdb-termini/puppetdb-termini-6.5.0.ebuild | 28 ----------------------
15 .../puppetdb-termini/puppetdb-termini-6.7.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 7f937a33631..8d2a64ca829 100644
20 --- a/dev-ruby/puppetdb-termini/Manifest
21 +++ b/dev-ruby/puppetdb-termini/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST puppetdb-termini_6.5.0-1stretch_all.deb 20870 BLAKE2B 41cf79f2b7ce218fdfbce2588d8e206a3751ffb07a133bc5ddef3f5662c51eb9d12cda3017921edd4aafc064ff35713daaea9542dac687b3f399f2706657131f SHA512 956952bbc81cbcabd8ef3e37b9ebc7c489c90da7b75ff2c9a3e36cd312ee3f7eb3350cbf21a8b44f1d6722ddd3168f5795ba7258147f340a111b9dc29796cd84
24 DIST puppetdb-termini_6.6.0-1stretch_all.deb 21210 BLAKE2B 366c5d0d97e3e1f63e61bc6a8d7d05b621c226cff872c4f780b4b08aac8db9ebcbbe5e5c81f9a79f11e1fc9cedb8c42d86e69055fb5af2195f07c59347699eda SHA512 b410322239933539b685c65c1f85ecca28269adaf94d4521b4ee6d0780701889c6aaec4c01fdcdce1338277544d249c597ac9c697bdacdeb943c53fd6538d348
25 DIST puppetdb-termini_6.7.1-1stretch_all.deb 21284 BLAKE2B f56f9bfa97f711be08250cc525714af55b9defe2f12b17b2a5f3ec931d9f2f461f009bd0c3534eee848b45d3454752392479ae179695d27f42bc7e4747903dba SHA512 b03a3ebcc068ab7274abd7096821231dcafc1ce7064b6692f5834f28f3046905c855336c5aff4db1b031a2d06c616a75fa48860f45800bfc167c9045364bbcd4
26
27 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.5.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.5.0.ebuild
28 deleted file mode 100644
29 index 5dea78fa68f..00000000000
30 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.5.0.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
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/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_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-6.7.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.1.ebuild
63 index 6d51b944dfd..5dea78fa68f 100644
64 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.1.ebuild
65 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.1.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+=""