diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-13 01:05:24 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-13 01:13:48 -0600 |
commit | ff04715c0e8acc68c13427cc74a01aaad30795d0 (patch) | |
tree | 376d2ccd6530497327f1d7c2a031afbfa420de5c /dev-ruby/puppetdb-termini | |
parent | app-admin/puppetdb: 5.1.3 bup (diff) | |
download | gentoo-ff04715c0e8acc68c13427cc74a01aaad30795d0.tar.gz gentoo-ff04715c0e8acc68c13427cc74a01aaad30795d0.tar.bz2 gentoo-ff04715c0e8acc68c13427cc74a01aaad30795d0.zip |
dev-ruby/puppetdb-termini: 5.1.3 bup
Package-Manager: Portage-2.3.8, Repoman-2.3.4
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-5.1.3.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest index 39739c6a985d..aeea06f75a5d 100644 --- a/dev-ruby/puppetdb-termini/Manifest +++ b/dev-ruby/puppetdb-termini/Manifest @@ -1,2 +1,3 @@ DIST puppetdb-termini_4.3.0-1puppetlabs1_all.deb 18522 SHA256 02f7a02f42364ad7bd7455c3c0668561b51f9bf1efca38f06a751128f594d789 SHA512 088ed402df9d8fed0827cdca47c782690a7ab767e2fc786dd94a1019cd84c5dd70168bddac43963031c89bc3a1a545d81554952c9fdc999f52d49e2b6212f9ef WHIRLPOOL 63303fe0cfdb45ad9919e5af2ceef31237dcb50c11ed5109d2e113c2f657d8a141c06ad6a1b2e83d9fea0177f3c6772b42637f47e29531bd9834a1d306b2c81c DIST puppetdb-termini_5.0.1-1puppetlabs1_all.deb 18888 SHA256 c293884b47105001b50d1961029634b5ac6d17ba49fce5d9e32c39ca75585c2c SHA512 513155a86b23b52b30eea49da49562bf1fce513f1fc58d4c026a61542e4c197d4806cc51548ceaf98bb5a9b88a6b0166575852858f0c7144437372644d32f962 WHIRLPOOL 8aeecd2e09d5368c4adda8044f36f7fa89bee3eb6c0c556ffd11b6d77a5d2d6f1b87c8735f133c940b1c5fe69df2a64e34ba72d809a3182cd8967388e9b053ab +DIST puppetdb-termini_5.1.3-1xenial_all.deb 20458 SHA256 c7f1c6905402a951ecd905b1cc57176f608670ef2f90dad444a59bfd8301eecf SHA512 37cfee272865fde1fa2bd8a66c6b64639df01ba34ba9b5903efed1d8b3c82c2658887f0dfe9e6b154f9b4cc16396d06ffdeab521d675864b259059fe53fe3304 WHIRLPOOL 6f95765d5f02e5e73e47f5cbc7b83094def2e43f3e60b02f1124f8a7071b2175a34ef8f98b26cb8e9aa2a98e2b40fecf1ce06b5f6ae322579c770d5b7eb88e9a diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-5.1.3.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-5.1.3.ebuild new file mode 100644 index 000000000000..c60df2d81188 --- /dev/null +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-5.1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +USE_RUBY="ruby22 ruby23 ruby24" + +inherit unpacker + +DESCRIPTION="Library needed to connect puppet to puppetdb" +HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" +SRC_URI="http://apt.puppetlabs.com/pool/xenial/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1xenial_all.deb" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +# will need the same keywords as puppet +KEYWORDS="~amd64 ~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/* +} |