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, 03 Jan 2017 17:03:39
Message-Id: 1483462963.19aca30c318f2435ed15498ee0e0ec0c63772694.prometheanfire@gentoo
1 commit: 19aca30c318f2435ed15498ee0e0ec0c63772694
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 16:59:13 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 17:02:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aca30c
7
8 dev-ruby/puppetdb-termini: cleanup
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/puppetdb-termini/Manifest | 2 --
13 .../puppetdb-termini-3.0.1-r2.ebuild | 29 ----------------------
14 .../puppetdb-termini/puppetdb-termini-3.1.0.ebuild | 29 ----------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest
18 index 17eedf1..489af39 100644
19 --- a/dev-ruby/puppetdb-termini/Manifest
20 +++ b/dev-ruby/puppetdb-termini/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST puppetdb-termini_3.0.1-1puppetlabs1_all.deb 21662 SHA256 a1930ded1549187b9c6d1bbd267b0ffe353f498cd053364349a99ed34214c614 SHA512 7ddbf0ae264fcf6063ba180e6ba19e1c491ece7f11b761f6fa66ba39c89de6e7b1a14efa04a113e553892bf987f79f3175dd950f55ce05b985ef7ea19e470ab0 WHIRLPOOL 204d8f8889e4725cf515ce23b5f8b3c5c987899751e2c1a43acae3ef92d7c8297921cc60c739d3fa6f77259b1e539a40b70e9cf081ab15509f21ef5a0b892a2e
23 -DIST puppetdb-termini_3.1.0-1puppetlabs1_all.deb 21074 SHA256 58b7f2cd7f374c7d3be69be5d53b8def650b8cddf8848619981451532cfcc4eb SHA512 ac265806f33bbde23825a09f19710ee99e0f12195d921033aa156641e7c092e3ceefa40a855ce39a216ca486bf0d898d27ca3801be01af6f2e47b7582004c0bc WHIRLPOOL add162e4d66474cee3e6291c4305917128c3840fd8abda3ce4ff78337e1ac8c23a616fd5074f098f1036a9be75f21c27aa906c632cc49e5e2031a13b02d423bd
24 DIST puppetdb-termini_3.2.3-1puppetlabs1_all.deb 22028 SHA256 b5461dac4bff77530b071dcffe270e896846eefdb83aa65d70cfdfab6eafda1f SHA512 d7f789f73a8e82e7cc291631577574aa75357a8a404f6949127749f26209c6f3017472afedcc1ce73b2d118b946423db059c7e840ad00828b491b1631321879b WHIRLPOOL 78be90206062adf49ace4518aa65d7a88ca18cd34a4b20857c03f7434103e0145f38018f7312b4c3514940c346e643e662bcbaf6974bd6ffe1af102afce5b493
25 DIST puppetdb-termini_4.3.0-1puppetlabs1_all.deb 18522 SHA256 02f7a02f42364ad7bd7455c3c0668561b51f9bf1efca38f06a751128f594d789 SHA512 088ed402df9d8fed0827cdca47c782690a7ab767e2fc786dd94a1019cd84c5dd70168bddac43963031c89bc3a1a545d81554952c9fdc999f52d49e2b6212f9ef WHIRLPOOL 63303fe0cfdb45ad9919e5af2ceef31237dcb50c11ed5109d2e113c2f657d8a141c06ad6a1b2e83d9fea0177f3c6772b42637f47e29531bd9834a1d306b2c81c
26
27 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r2.ebuild
28 deleted file mode 100644
29 index 98635db..00000000
30 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r2.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -USE_RUBY="ruby20 ruby21"
40 -
41 -inherit unpacker
42 -
43 -DESCRIPTION="Library needed to connect puppet to puppetdb"
44 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
45 -SRC_URI="http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/puppetdb/${PN}_${PV}-1puppetlabs1_all.deb"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -IUSE=""
50 -# will need the same keywords as puppet
51 -KEYWORDS="~amd64 ~ppc ~x86"
52 -
53 -RDEPEND+=""
54 -DEPEND+=""
55 -
56 -S=${WORKDIR}
57 -
58 -src_install() {
59 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
60 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
61 -}
62
63 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-3.1.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-3.1.0.ebuild
64 deleted file mode 100644
65 index cd52617..00000000
66 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-3.1.0.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 1999-2015 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=5
74 -
75 -USE_RUBY="ruby20 ruby21"
76 -
77 -inherit unpacker
78 -
79 -DESCRIPTION="Library needed to connect puppet to puppetdb"
80 -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/"
81 -SRC_URI="http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/puppetdb/${PN}_${PV}-1puppetlabs1_all.deb"
82 -
83 -LICENSE="Apache-2.0"
84 -SLOT="0"
85 -IUSE=""
86 -# will need the same keywords as puppet
87 -KEYWORDS="amd64 ~ppc x86"
88 -
89 -RDEPEND+=""
90 -DEPEND+=""
91 -
92 -S=${WORKDIR}
93 -
94 -src_install() {
95 - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
96 - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
97 -}