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: Fri, 23 Aug 2019 16:14:03
Message-Id: 1566576828.71d05d5196aef9d72bbf7481836ce4affbfdea25.prometheanfire@gentoo
1 commit: 71d05d5196aef9d72bbf7481836ce4affbfdea25
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 16:09:18 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 16:13:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d05d51
7
8 dev-ruby/puppetdb-termini: 6.4.0 stable amd64/x86 w/ cleanup & 6.5.0 bump
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 2 +-
14 .../puppetdb-termini/puppetdb-termini-6.3.2.ebuild | 28 ----------------------
15 .../puppetdb-termini/puppetdb-termini-6.4.0.ebuild | 2 +-
16 ...-6.4.0.ebuild => puppetdb-termini-6.5.0.ebuild} | 0
17 4 files changed, 2 insertions(+), 30 deletions(-)
18
19 diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest
20 index 7c60810ec5b..398f7e24a80 100644
21 --- a/dev-ruby/puppetdb-termini/Manifest
22 +++ b/dev-ruby/puppetdb-termini/Manifest
23 @@ -1,3 +1,3 @@
24 -DIST puppetdb-termini_6.3.2-1stretch_all.deb 20662 BLAKE2B 2e7daef3892070d5356ced070544099a546e4887b5654f795e06952862e4c0cb155df200806217fd5376b1bc3fb53107467ca76acec05283d2f25fed7ca7e5ca SHA512 555abacc9de7221df78a8459a76a4c3c8ce3a1bf5e2b6f1d800761eaea650d2a308e6a5054be082cfb9823903fbe049b2dc5f323b8af93693afbb61c8ce6c4be
25 DIST puppetdb-termini_6.3.4-1stretch_all.deb 20680 BLAKE2B 41d64eb7a13a0036323b916a70cebdc1d522175e1b6460a0df577b35d57bdfd2eba76784e7af314336d618e7445639e12ec369f243d10b5120ef5006fa21efd3 SHA512 06ce200b4d919d99c28f5361993ca9a641f38d27b1e775db7f1edd10515b75ea131770f3e03a1e3f9d3b32cb8e6f32f6995a6df1e6b3f24d4601585db48a9d8b
26 DIST puppetdb-termini_6.4.0-1stretch_all.deb 20680 BLAKE2B ccd129eb8510794c165b6fa88ed391006e583e58fb43fe1be72e1b976d75f30aee0775552f6460840b805e1e4ceb03a6c77dba70afeed75dc2ea3ebcfd4bee77 SHA512 948b5ccd1ddc1f0d52174a073cd13af9e1ba0f713c5326c4d3cbfae7daeeb16cb05efdfb7ac572f9d79e34842fca0a95e054ee49239d593bf4429223c18bb58c
27 +DIST puppetdb-termini_6.5.0-1stretch_all.deb 20870 BLAKE2B 41cf79f2b7ce218fdfbce2588d8e206a3751ffb07a133bc5ddef3f5662c51eb9d12cda3017921edd4aafc064ff35713daaea9542dac687b3f399f2706657131f SHA512 956952bbc81cbcabd8ef3e37b9ebc7c489c90da7b75ff2c9a3e36cd312ee3f7eb3350cbf21a8b44f1d6722ddd3168f5795ba7258147f340a111b9dc29796cd84
28
29 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.2.ebuild
30 deleted file mode 100644
31 index 5dea78fa68f..00000000000
32 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.3.2.ebuild
33 +++ /dev/null
34 @@ -1,28 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
41 -
42 -inherit unpacker
43 -
44 -DESCRIPTION="Library needed to connect puppet to puppetdb"
45 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
46 -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -IUSE=""
51 -# will need the same keywords as puppet
52 -KEYWORDS="amd64 ~ppc x86"
53 -
54 -RDEPEND+=""
55 -DEPEND+=""
56 -
57 -S=${WORKDIR}
58 -
59 -src_install() {
60 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
61 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
62 -}
63
64 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.4.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.4.0.ebuild
65 index 6d51b944dfd..5dea78fa68f 100644
66 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.4.0.ebuild
67 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.4.0.ebuild
68 @@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
69 SLOT="0"
70 IUSE=""
71 # will need the same keywords as puppet
72 -KEYWORDS="~amd64 ~ppc ~x86"
73 +KEYWORDS="amd64 ~ppc x86"
74
75 RDEPEND+=""
76 DEPEND+=""
77
78 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.4.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.5.0.ebuild
79 similarity index 100%
80 copy from dev-ruby/puppetdb-termini/puppetdb-termini-6.4.0.ebuild
81 copy to dev-ruby/puppetdb-termini/puppetdb-termini-6.5.0.ebuild