diff options
author | 2013-07-28 07:28:59 +0000 | |
---|---|---|
committer | 2013-07-28 07:28:59 +0000 | |
commit | b8602b10b48a574cbd26b9cd7e399a04a3c4b9a7 (patch) | |
tree | c8d0b27d152224785b47c6322805b62a43aedd15 /app-admin | |
parent | Removing unneeded useflag description from metadata.xml (diff) | |
download | gentoo-2-b8602b10b48a574cbd26b9cd7e399a04a3c4b9a7.tar.gz gentoo-2-b8602b10b48a574cbd26b9cd7e399a04a3c4b9a7.tar.bz2 gentoo-2-b8602b10b48a574cbd26b9cd7e399a04a3c4b9a7.zip |
Revert a really bad cleanup
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-php/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-php/eselect-php-0.6.2.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-admin/eselect-php/ChangeLog b/app-admin/eselect-php/ChangeLog index da3d837c808d..81fd3232feea 100644 --- a/app-admin/eselect-php/ChangeLog +++ b/app-admin/eselect-php/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/eselect-php # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.53 2013/07/22 08:53:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.54 2013/07/28 07:28:59 olemarkus Exp $ + +*eselect-php-0.6.2 (28 Jul 2013) + + 28 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +eselect-php-0.6.2.ebuild: + Revert a really bad cleanup 22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> eselect-php-0.7.1.ebuild: Stable for sparc, wrt bug #472558 diff --git a/app-admin/eselect-php/eselect-php-0.6.2.ebuild b/app-admin/eselect-php/eselect-php-0.6.2.ebuild new file mode 100644 index 000000000000..4c27109e5a60 --- /dev/null +++ b/app-admin/eselect-php/eselect-php-0.6.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 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.2.ebuild,v 1.10 2013/07/28 07:28:59 olemarkus Exp $ + +EAPI=3 + +DESCRIPTION="PHP eselect module" +HOMEPAGE="http://www.gentoo.org" +SRC_URI="http://olemarkus.org/~olemarkus/gentoo/eselect-php-${PV}.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" +IUSE="" + +DEPEND=">=app-admin/eselect-1.2.4 + !app-admin/php-toolkit" +RDEPEND="${DEPEND}" + +src_install() { + mv eselect-php-${PV} php.eselect + insinto /usr/share/eselect/modules/ + doins php.eselect +} |