diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-03-05 08:33:53 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-03-05 08:33:53 +0000 |
commit | 12365247c3a48eb1aaf7a1342729f2e2e4487666 (patch) | |
tree | 49e4f87cdaf1e67bfcd152b04e370e2da1ca027a /dev-php | |
parent | marked x86 per bug 400501 (diff) | |
download | gentoo-2-12365247c3a48eb1aaf7a1342729f2e2e4487666.tar.gz gentoo-2-12365247c3a48eb1aaf7a1342729f2e2e4487666.tar.bz2 gentoo-2-12365247c3a48eb1aaf7a1342729f2e2e4487666.zip |
EAPI bump and removal of minimal use flag
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PEAR_Info/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild (renamed from dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r1.ebuild) | 7 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-php/PEAR-PEAR_Info/ChangeLog b/dev-php/PEAR-PEAR_Info/ChangeLog index 5895d4f77250..f717faeb0d0d 100644 --- a/dev-php/PEAR-PEAR_Info/ChangeLog +++ b/dev-php/PEAR-PEAR_Info/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-PEAR_Info -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.41 2010/06/21 16:35:01 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.42 2012/03/05 08:33:53 olemarkus Exp $ + +*PEAR-PEAR_Info-1.9.2-r2 (05 Mar 2012) + + 05 Mar 2012; Ole Markus With <olemarkus@gentoo.org> + +PEAR-PEAR_Info-1.9.2-r2.ebuild, -PEAR-PEAR_Info-1.9.2-r1.ebuild: + EAPI bump and removal of minimal use flag 21 Jun 2010; <mabi@gentoo.org> -PEAR-PEAR_Info-1.7.1.ebuild, -PEAR-PEAR_Info-1.9.2.ebuild: diff --git a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r1.ebuild b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild index aef1674810e2..6ad9aeee7415 100644 --- a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r1.ebuild +++ b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r1.ebuild,v 1.2 2011/03/26 11:36:23 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild,v 1.1 2012/03/05 08:33:53 olemarkus Exp $ -EAPI="2" +EAPI="4" inherit php-pear-r1 @@ -14,4 +14,3 @@ IUSE="minimal" DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) dev-php/PEAR-Console_Getargs" -RDEPEND="!minimal? ( >=dev-php/phpunit-3.1.4 )" |