summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-06-17 13:09:20 +0000
committerMatti Bickel <mabi@gentoo.org>2010-06-17 13:09:20 +0000
commit7aa11e91e0659eb2eadc0968ed3d6f65d30145ca (patch)
treea9477e5842cfcc905d5bd807c314e93b845ec726 /dev-php
parentFix typo. (diff)
downloadgentoo-2-7aa11e91e0659eb2eadc0968ed3d6f65d30145ca.tar.gz
gentoo-2-7aa11e91e0659eb2eadc0968ed3d6f65d30145ca.tar.bz2
gentoo-2-7aa11e91e0659eb2eadc0968ed3d6f65d30145ca.zip
eapi bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-PHP_Shell/ChangeLog19
-rw-r--r--dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1-r1.ebuild (renamed from dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1.ebuild)17
2 files changed, 13 insertions, 23 deletions
diff --git a/dev-php/PEAR-PHP_Shell/ChangeLog b/dev-php/PEAR-PHP_Shell/ChangeLog
index 08afc4e7335a..7cc333ab4de2 100644
--- a/dev-php/PEAR-PHP_Shell/ChangeLog
+++ b/dev-php/PEAR-PHP_Shell/ChangeLog
@@ -1,17 +1,10 @@
# ChangeLog for dev-php/PEAR-PHP_Shell
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Shell/ChangeLog,v 1.2 2008/08/16 03:48:16 cardoe Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Shell/ChangeLog,v 1.3 2010/06/17 13:09:20 mabi Exp $
- 16 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
- add GLEP 56 USE flag desc from use.local.desc
+*PEAR-PHP_Shell-0.3.1-r1 (17 Jun 2010)
-*PEAR-PHP_Shell-0.3.1 (04 Jan 2008)
-
- 04 Jan 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml,
- +PEAR-PHP_Shell-0.3.1.ebuild:
- Initial import from project overlay
-
- 22 Dec 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml,
- +PEAR-PHP_Shell-0.3.1.ebuild:
- New ebuild, Bug 203036
+ 17 Jun 2010; <mabi@gentoo.org> -PEAR-PHP_Shell-0.3.1.ebuild,
+ +PEAR-PHP_Shell-0.3.1-r1.ebuild:
+ eapi bump for php-5.3 (bug #298205)
diff --git a/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1.ebuild b/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1-r1.ebuild
index d68652a3d357..73e656c3d31b 100644
--- a/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1.ebuild
+++ b/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1.ebuild,v 1.1 2008/01/04 13:07:09 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.1-r1.ebuild,v 1.1 2010/06/17 13:09:20 mabi Exp $
-inherit php-pear-r1 depend.php
+EAPI="2"
+
+inherit php-pear-r1
DESCRIPTION="A shell for PHP with history and tab-completion"
HOMEPAGE="http://jan.kneschke.de/projects/php-shell/"
@@ -13,13 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="auto-completion"
-need_php5
-
-pkg_setup() {
- local flags="pcre spl tokenizer"
- use auto-completion && flags="${flags} readline"
- require_php_with_use ${flags}
-}
+DEPEND="|| ( <dev-lang/php-5.3[pcre,spl,tokenizer] >=dev-lang/php-5.3[tokenizer] )
+ auto-completion? ( dev-lang/php[readline] )"
src_install() {
php-pear-r1_src_install