diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-01-03 22:57:22 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-01-03 22:57:22 +0000 |
commit | 40f8853ca39876ef2978291d226863c2f60a63b0 (patch) | |
tree | 75e29f8a059ebcf884c720ffbce600555863d97c /app-admin | |
parent | app-emulation/ies4linux removal. Bug #344233 (diff) | |
download | gentoo-2-40f8853ca39876ef2978291d226863c2f60a63b0.tar.gz gentoo-2-40f8853ca39876ef2978291d226863c2f60a63b0.tar.bz2 gentoo-2-40f8853ca39876ef2978291d226863c2f60a63b0.zip |
Version bump. Fixes bug 349173
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-php/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-php/eselect-php-0.6.2.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/app-admin/eselect-php/ChangeLog b/app-admin/eselect-php/ChangeLog index be49ee0b4ab4..f9a9ff3ec44b 100644 --- a/app-admin/eselect-php/ChangeLog +++ b/app-admin/eselect-php/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/eselect-php # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.19 2011/01/02 16:50:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/ChangeLog,v 1.20 2011/01/03 22:57:22 olemarkus Exp $ + +*eselect-php-0.6.2 (03 Jan 2011) + + 03 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + +eselect-php-0.6.2.ebuild: + Version bump. Fixes bug 349173 02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> eselect-php-0.6.1.ebuild: Stable on alpha, bug #340807 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..628c51437f89 --- /dev/null +++ b/app-admin/eselect-php/eselect-php-0.6.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 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.1 2011/01/03 22:57:22 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 ~ppc64 ~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 +} |