prometheanfire 15/07/18 23:20:36 Modified: ChangeLog Added: puppetdb-termini-3.0.1-r2.ebuild Removed: puppetdb-termini-3.0.1-r1.ebuild Log: changing to /opt and puppet-agent (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.3 dev-ruby/puppetdb-termini/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/puppetdb-termini/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/puppetdb-termini/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/puppetdb-termini/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/puppetdb-termini/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 18 Jul 2015 10:02:58 -0000 1.2 +++ ChangeLog 18 Jul 2015 23:20:36 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/puppetdb-termini # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/puppetdb-termini/ChangeLog,v 1.2 2015/07/18 10:02:58 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/puppetdb-termini/ChangeLog,v 1.3 2015/07/18 23:20:36 prometheanfire Exp $ + +*puppetdb-termini-3.0.1-r2 (18 Jul 2015) + + 18 Jul 2015; Matthew Thode <[email protected]> + +puppetdb-termini-3.0.1-r2.ebuild, -puppetdb-termini-3.0.1-r1.ebuild: + changing to /opt and puppet-agent *puppetdb-termini-3.0.1-r1 (18 Jul 2015) 1.1 dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r2.ebuild?rev=1.1&content-type=text/plain Index: puppetdb-termini-3.0.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r2.ebuild,v 1.1 2015/07/18 23:20:36 prometheanfire Exp $ EAPI=5 USE_RUBY="ruby20 ruby21" inherit unpacker DESCRIPTION="Library needed to connect puppet to puppetdb" HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" SRC_URI="http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/puppetdb/${PN}_${PV}-1puppetlabs1_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/* }
