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: Mon, 17 Feb 2020 22:36:31
Message-Id: 1581978977.b453dbdb8f650f80680d8fc42092c79038da8d57.prometheanfire@gentoo
1 commit: b453dbdb8f650f80680d8fc42092c79038da8d57
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 22:16:18 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 22:36:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b453dbdb
7
8 dev-ruby/puppetdb-termini: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/puppetdb-termini/Manifest | 1 -
14 .../puppetdb-termini/puppetdb-termini-6.7.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 85da28d45d8..5403a7de4cc 100644
19 --- a/dev-ruby/puppetdb-termini/Manifest
20 +++ b/dev-ruby/puppetdb-termini/Manifest
21 @@ -1,2 +1 @@
22 -DIST puppetdb-termini_6.7.2-1stretch_all.deb 21298 BLAKE2B 4f4af664b45385487061c26051060d2fae668e80841e48a7a2db899769ca7cdad84bd7956fd1806526db307a42604bb3fa3e686d6c960a3c7c760286f39e794c SHA512 7e3279b4e82ddece9350399cd1579bb0297f235c5003c93dc37aa23ae81bd1efd83739de5fc2634cc0fccfd222e8eb0603c622acabdce968fa05252c5ae8747f
23 DIST puppetdb-termini_6.8.0-1stretch_all.deb 21302 BLAKE2B d3524f7acfb60ba73ca5ec42d3d4f2c79efb944ad597e97b664dd7925f24aa80905b2fa7f8dfb98ef7da777242f34d36711affabb179b005703bed8e5d4b33e3 SHA512 8d92e9bffe8e377823b644a54aa73e59c32cf1a69b2b97b9bbf61d9e5149f31c03bb5d39175844f2651a33f6028d44bf0eb6dc2e3ac3236faab9f11a801d4981
24
25 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.2.ebuild
26 deleted file mode 100644
27 index 5dea78fa68f..00000000000
28 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.2.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
37 -
38 -inherit unpacker
39 -
40 -DESCRIPTION="Library needed to connect puppet to puppetdb"
41 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
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 ~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 -}