summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/eselect-php/ChangeLog7
-rw-r--r--app-admin/eselect-php/eselect-php-0.6.2.ebuild24
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
+}