Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/puppetdb-termini/
Date: Mon, 13 Nov 2017 07:14:09
Message-Id: 1510557228.ff04715c0e8acc68c13427cc74a01aaad30795d0.prometheanfire@gentoo
1 commit: ff04715c0e8acc68c13427cc74a01aaad30795d0
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 13 07:05:24 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 13 07:13:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff04715c
7
8 dev-ruby/puppetdb-termini: 5.1.3 bup
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.4
11
12 dev-ruby/puppetdb-termini/Manifest | 1 +
13 .../puppetdb-termini/puppetdb-termini-5.1.3.ebuild | 28 ++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest
17 index 39739c6a985..aeea06f75a5 100644
18 --- a/dev-ruby/puppetdb-termini/Manifest
19 +++ b/dev-ruby/puppetdb-termini/Manifest
20 @@ -1,2 +1,3 @@
21 DIST puppetdb-termini_4.3.0-1puppetlabs1_all.deb 18522 SHA256 02f7a02f42364ad7bd7455c3c0668561b51f9bf1efca38f06a751128f594d789 SHA512 088ed402df9d8fed0827cdca47c782690a7ab767e2fc786dd94a1019cd84c5dd70168bddac43963031c89bc3a1a545d81554952c9fdc999f52d49e2b6212f9ef WHIRLPOOL 63303fe0cfdb45ad9919e5af2ceef31237dcb50c11ed5109d2e113c2f657d8a141c06ad6a1b2e83d9fea0177f3c6772b42637f47e29531bd9834a1d306b2c81c
22 DIST puppetdb-termini_5.0.1-1puppetlabs1_all.deb 18888 SHA256 c293884b47105001b50d1961029634b5ac6d17ba49fce5d9e32c39ca75585c2c SHA512 513155a86b23b52b30eea49da49562bf1fce513f1fc58d4c026a61542e4c197d4806cc51548ceaf98bb5a9b88a6b0166575852858f0c7144437372644d32f962 WHIRLPOOL 8aeecd2e09d5368c4adda8044f36f7fa89bee3eb6c0c556ffd11b6d77a5d2d6f1b87c8735f133c940b1c5fe69df2a64e34ba72d809a3182cd8967388e9b053ab
23 +DIST puppetdb-termini_5.1.3-1xenial_all.deb 20458 SHA256 c7f1c6905402a951ecd905b1cc57176f608670ef2f90dad444a59bfd8301eecf SHA512 37cfee272865fde1fa2bd8a66c6b64639df01ba34ba9b5903efed1d8b3c82c2658887f0dfe9e6b154f9b4cc16396d06ffdeab521d675864b259059fe53fe3304 WHIRLPOOL 6f95765d5f02e5e73e47f5cbc7b83094def2e43f3e60b02f1124f8a7071b2175a34ef8f98b26cb8e9aa2a98e2b40fecf1ce06b5f6ae322579c770d5b7eb88e9a
24
25 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-5.1.3.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-5.1.3.ebuild
26 new file mode 100644
27 index 00000000000..c60df2d8118
28 --- /dev/null
29 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-5.1.3.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +USE_RUBY="ruby22 ruby23 ruby24"
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/xenial/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1xenial_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 +}