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: Sat, 21 May 2022 16:36:08
Message-Id: 1653150959.a92abbf491e20bee9e8d6f254bec3ac770617f2d.prometheanfire@gentoo
1 commit: a92abbf491e20bee9e8d6f254bec3ac770617f2d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 16:35:16 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 16:35:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92abbf4
7
8 dev-ruby/puppetdb-termini: 7.9.2 cleanup
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 1 -
14 .../puppetdb-termini/puppetdb-termini-7.9.2.ebuild | 28 ----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest
18 index 95a5e66ae1ea..9d2e2cff0662 100644
19 --- a/dev-ruby/puppetdb-termini/Manifest
20 +++ b/dev-ruby/puppetdb-termini/Manifest
21 @@ -1,2 +1 @@
22 DIST puppetdb-termini_7.10.1-1stretch_all.deb 22156 BLAKE2B 52b1060fcf177b37229303ef93f90424f2b6b29eadf8041aa733d20f6b417c16e163891c44bc6f7845957ced10db132c705d6d6031041abace2f8f66f3d64964 SHA512 b273ac57558c9255d342010d9f3ada729596582311b3bbe658bf1505bd457041d0f5948c35c37bad585c931a66a66dcadcc71960de695c126715ef53d08295c5
23 -DIST puppetdb-termini_7.9.2-1stretch_all.deb 22164 BLAKE2B fbdeb196815a09fc3b5658cf193d723bc0038ce0463cab3fa218bdc970d03828eeffa5a4756c4716afe6346a6aca2ea4ceb8c57ae4174cbae72773fffee634ce SHA512 5c399983118583d856c8160f8e21b646dbdaf56ba9044f7d5ac7a00cac14038b476b80074ea7bb696c0d9548cb50e03efc1119a32bade81532b6f10540a54d3d
24
25 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.9.2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-7.9.2.ebuild
26 deleted file mode 100644
27 index 83bb38516615..000000000000
28 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.9.2.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -USE_RUBY="ruby25 ruby26 ruby27"
37 -
38 -inherit unpacker
39 -
40 -DESCRIPTION="Library needed to connect puppet to puppetdb"
41 -HOMEPAGE="https://puppet.com/docs/puppetdb/latest/index.html"
42 -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -IUSE=""
47 -# will need the same keywords as puppet
48 -KEYWORDS="amd64 ~arm64 ~ppc x86"
49 -
50 -RDEPEND+=""
51 -DEPEND+=""
52 -
53 -S=${WORKDIR}
54 -
55 -src_install() {
56 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
57 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
58 -}