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: Tue, 23 Feb 2016 19:56:32
Message-Id: 1456257332.ac888a58365252312f6fa0038568131f5eef22c7.prometheanfire@gentoo
1 commit: ac888a58365252312f6fa0038568131f5eef22c7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 19:37:37 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 19:55:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac888a58
7
8 dev-ruby/puppetdb-termini: bup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/puppetdb-termini/Manifest | 1 +
13 .../puppetdb-termini/puppetdb-termini-3.2.3.ebuild | 29 ++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest
17 index 60ac4b0..1e9c4f7 100644
18 --- a/dev-ruby/puppetdb-termini/Manifest
19 +++ b/dev-ruby/puppetdb-termini/Manifest
20 @@ -1,2 +1,3 @@
21 DIST puppetdb-termini_3.0.1-1puppetlabs1_all.deb 21662 SHA256 a1930ded1549187b9c6d1bbd267b0ffe353f498cd053364349a99ed34214c614 SHA512 7ddbf0ae264fcf6063ba180e6ba19e1c491ece7f11b761f6fa66ba39c89de6e7b1a14efa04a113e553892bf987f79f3175dd950f55ce05b985ef7ea19e470ab0 WHIRLPOOL 204d8f8889e4725cf515ce23b5f8b3c5c987899751e2c1a43acae3ef92d7c8297921cc60c739d3fa6f77259b1e539a40b70e9cf081ab15509f21ef5a0b892a2e
22 DIST puppetdb-termini_3.1.0-1puppetlabs1_all.deb 21074 SHA256 58b7f2cd7f374c7d3be69be5d53b8def650b8cddf8848619981451532cfcc4eb SHA512 ac265806f33bbde23825a09f19710ee99e0f12195d921033aa156641e7c092e3ceefa40a855ce39a216ca486bf0d898d27ca3801be01af6f2e47b7582004c0bc WHIRLPOOL add162e4d66474cee3e6291c4305917128c3840fd8abda3ce4ff78337e1ac8c23a616fd5074f098f1036a9be75f21c27aa906c632cc49e5e2031a13b02d423bd
23 +DIST puppetdb-termini_3.2.3-1puppetlabs1_all.deb 22028 SHA256 b5461dac4bff77530b071dcffe270e896846eefdb83aa65d70cfdfab6eafda1f SHA512 d7f789f73a8e82e7cc291631577574aa75357a8a404f6949127749f26209c6f3017472afedcc1ce73b2d118b946423db059c7e840ad00828b491b1631321879b WHIRLPOOL 78be90206062adf49ace4518aa65d7a88ca18cd34a4b20857c03f7434103e0145f38018f7312b4c3514940c346e643e662bcbaf6974bd6ffe1af102afce5b493
24
25 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild
26 new file mode 100644
27 index 0000000..98635db
28 --- /dev/null
29 +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +USE_RUBY="ruby20 ruby21"
38 +
39 +inherit unpacker
40 +
41 +DESCRIPTION="Library needed to connect puppet to puppetdb"
42 +HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
43 +SRC_URI="http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/puppetdb/${PN}_${PV}-1puppetlabs1_all.deb"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +IUSE=""
48 +# will need the same keywords as puppet
49 +KEYWORDS="~amd64 ~ppc ~x86"
50 +
51 +RDEPEND+=""
52 +DEPEND+=""
53 +
54 +S=${WORKDIR}
55 +
56 +src_install() {
57 + insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
58 + doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
59 +}