diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-07-10 06:19:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-07-10 06:19:57 +0000 |
commit | 66776351f001f9ba17b8088a6a91a5ade3c138c8 (patch) | |
tree | 389eeb6a02f52a8b27e41be74594fffcd5acbe81 /app-admin/eselect-php | |
parent | Version bump for security. (diff) | |
download | gentoo-2-66776351f001f9ba17b8088a6a91a5ade3c138c8.tar.gz gentoo-2-66776351f001f9ba17b8088a6a91a5ade3c138c8.tar.bz2 gentoo-2-66776351f001f9ba17b8088a6a91a5ade3c138c8.zip |
Fixing path for #425542
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/eselect-php')
-rw-r--r-- | app-admin/eselect-php/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-php/eselect-php-0.6.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect-php/ChangeLog b/app-admin/eselect-php/ChangeLog index beef57cd2684..7254cdc3a24e 100644 --- a/app-admin/eselect-php/ChangeLog +++ b/app-admin/eselect-php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.34 2012/07/09 18:43:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.35 2012/07/10 06:19:57 patrick Exp $ + + 10 Jul 2012; Patrick Lauer <patrick@gentoo.org> eselect-php-0.6.7.ebuild: + Fixing path for #425542 *eselect-php-0.6.7 (09 Jul 2012) @@ -114,4 +117,3 @@ 06 Oct 2010; <olemarkus@gentoo.org> +eselect-php-0.5.ebuild, +metadata.xml: Added eselect module for PHP - diff --git a/app-admin/eselect-php/eselect-php-0.6.7.ebuild b/app-admin/eselect-php/eselect-php-0.6.7.ebuild index 80e6c22e36c5..6282417280ae 100644 --- a/app-admin/eselect-php/eselect-php-0.6.7.ebuild +++ b/app-admin/eselect-php/eselect-php-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.7.ebuild,v 1.1 2012/07/09 18:43:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.7.ebuild,v 1.2 2012/07/10 06:19:57 patrick Exp $ EAPI=4 @@ -16,6 +16,8 @@ IUSE="" DEPEND=">=app-admin/eselect-1.2.4" RDEPEND="${DEPEND}" +S="${WORKDIR}" + src_install() { mv eselect-php-${PV} php.eselect insinto /usr/share/eselect/modules/ |