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, 02 May 2020 18:18:20
Message-Id: 1588443488.4a31768a3cc88f167dc00088cf670e12617b349b.prometheanfire@gentoo
1 commit: 4a31768a3cc88f167dc00088cf670e12617b349b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 18:05:45 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 18:18:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a31768a
7
8 dev-ruby/puppetdb-termini: 6.10.0 bump
9
10 Package-Manager: Portage-2.3.89, 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-6.10.0.ebuild | 28 ++++++++++++++++++++++
15 2 files changed, 29 insertions(+)
16
17 diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest
18 index af844a06135..e7d5308a961 100644
19 --- a/dev-ruby/puppetdb-termini/Manifest
20 +++ b/dev-ruby/puppetdb-termini/Manifest
21 @@ -1 +1,2 @@
22 +DIST puppetdb-termini_6.10.0-1stretch_all.deb 21294 BLAKE2B dfe88c6a44eed3e8a0826fde8f6130d3d817acafa367415956587e44298c99c41fd7bdac709c1ab55dcc9dce165d2599a2f18f0e1fd058d717128c0dd3a6ae28 SHA512 da7bf41e43acc39a44655e4759a14c119e6c1665c01a8b0ad4d83767c65068e071fc8ff6af80810a20cf92508c55c9ccfa295e197c0f7c94ee70110ea4515aae
23 DIST puppetdb-termini_6.9.1-1stretch_all.deb 21294 BLAKE2B 579181f4404e5b9dfbc444364c58402135ea68bef0fd3bff894976ee04f7d181699d2456d5ee6105707b765ee1842fac38af7e97f07621436164d79ff8c32a35 SHA512 62d3ac5b922eb3b3ba50f47a104dfb04ca8f3284b2474ed45cf609b21696fa01fa2eaecaa1c94d7b50ac22e8b187b4efc8e43d3cb7d66bf02554b1c03996b040
24
25 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
26 new file mode 100644
27 index 00000000000..a7f2b53b2dd
28 --- /dev/null
29 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.10.0.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2020 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 +}