diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-07-18 10:02:59 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-07-18 10:02:59 +0000 |
commit | 0651ff9b7cbfc4033c9b8ad8c7ccedd77ed33309 (patch) | |
tree | a1b4bcb6eabbf419e5dced761857918691612f9c /dev-ruby | |
parent | Bump to Exim 4.86 RC5 (diff) | |
download | gentoo-2-0651ff9b7cbfc4033c9b8ad8c7ccedd77ed33309.tar.gz gentoo-2-0651ff9b7cbfc4033c9b8ad8c7ccedd77ed33309.tar.bz2 gentoo-2-0651ff9b7cbfc4033c9b8ad8c7ccedd77ed33309.zip |
fixing install location
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/puppetdb-termini/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r1.ebuild (renamed from dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-ruby/puppetdb-termini/ChangeLog b/dev-ruby/puppetdb-termini/ChangeLog index b3de86cbc15c..3a9aad15249a 100644 --- a/dev-ruby/puppetdb-termini/ChangeLog +++ b/dev-ruby/puppetdb-termini/ChangeLog @@ -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.1 2015/07/16 05:42:41 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/puppetdb-termini/ChangeLog,v 1.2 2015/07/18 10:02:58 prometheanfire Exp $ + +*puppetdb-termini-3.0.1-r1 (18 Jul 2015) + + 18 Jul 2015; Matthew Thode <prometheanfire@gentoo.org> + +puppetdb-termini-3.0.1-r1.ebuild, -puppetdb-termini-3.0.1.ebuild: + fixing install location *puppetdb-termini-3.0.1 (16 Jul 2015) diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r1.ebuild index 2fd610b7ca12..fc398fe8e555 100644 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1.ebuild +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.1 2015/07/16 05:42:41 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/puppetdb-termini/puppetdb-termini-3.0.1-r1.ebuild,v 1.1 2015/07/18 10:02:58 prometheanfire Exp $ EAPI=5 @@ -25,6 +25,6 @@ DEPEND+="" ruby_add_bdepend ">=app-admin/puppet-4.2:=" each_ruby_install() { - insinto "/usr/$(get_libdir)/ruby/$(ruby_get_version)/puppet/" + insinto "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/puppet/lib/puppet" doins -r "${S}"/* } |