diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-21 11:35:16 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-21 11:35:59 -0500 |
commit | a92abbf491e20bee9e8d6f254bec3ac770617f2d (patch) | |
tree | 3d0b0306cc9044a0084caebd3004ab8ae985976a /dev-ruby/puppetdb-termini | |
parent | net-misc/grive: fix gcc-12 build (diff) | |
download | gentoo-a92abbf491e20bee9e8d6f254bec3ac770617f2d.tar.gz gentoo-a92abbf491e20bee9e8d6f254bec3ac770617f2d.tar.bz2 gentoo-a92abbf491e20bee9e8d6f254bec3ac770617f2d.zip |
dev-ruby/puppetdb-termini: 7.9.2 cleanup
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-ruby/puppetdb-termini')
-rw-r--r-- | dev-ruby/puppetdb-termini/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/puppetdb-termini/puppetdb-termini-7.9.2.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest index 95a5e66ae1ea..9d2e2cff0662 100644 --- a/dev-ruby/puppetdb-termini/Manifest +++ b/dev-ruby/puppetdb-termini/Manifest @@ -1,2 +1 @@ DIST puppetdb-termini_7.10.1-1stretch_all.deb 22156 BLAKE2B 52b1060fcf177b37229303ef93f90424f2b6b29eadf8041aa733d20f6b417c16e163891c44bc6f7845957ced10db132c705d6d6031041abace2f8f66f3d64964 SHA512 b273ac57558c9255d342010d9f3ada729596582311b3bbe658bf1505bd457041d0f5948c35c37bad585c931a66a66dcadcc71960de695c126715ef53d08295c5 -DIST puppetdb-termini_7.9.2-1stretch_all.deb 22164 BLAKE2B fbdeb196815a09fc3b5658cf193d723bc0038ce0463cab3fa218bdc970d03828eeffa5a4756c4716afe6346a6aca2ea4ceb8c57ae4174cbae72773fffee634ce SHA512 5c399983118583d856c8160f8e21b646dbdaf56ba9044f7d5ac7a00cac14038b476b80074ea7bb696c0d9548cb50e03efc1119a32bade81532b6f10540a54d3d diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.9.2.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-7.9.2.ebuild deleted file mode 100644 index 83bb38516615..000000000000 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.9.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby25 ruby26 ruby27" - -inherit unpacker - -DESCRIPTION="Library needed to connect puppet to puppetdb" -HOMEPAGE="https://puppet.com/docs/puppetdb/latest/index.html" -SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="amd64 ~arm64 ~ppc x86" - -RDEPEND+="" -DEPEND+="" - -S=${WORKDIR} - -src_install() { - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/* -} |