summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-18 21:53:35 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-18 21:53:35 +0000
commit55370d2da9c7e98dcae23ff67fe3d3d9c484eb28 (patch)
tree8b66053a23a2d928accf58979b0a7e9c378fed41 /dev-php/PEAR-PHP_CompatInfo
parentBuild libunrar shared library wrt #177402 by Josh Jackson (diff)
downloadgentoo-2-55370d2da9c7e98dcae23ff67fe3d3d9c484eb28.tar.gz
gentoo-2-55370d2da9c7e98dcae23ff67fe3d3d9c484eb28.tar.bz2
gentoo-2-55370d2da9c7e98dcae23ff67fe3d3d9c484eb28.zip
version bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PHP_CompatInfo')
-rw-r--r--dev-php/PEAR-PHP_CompatInfo/ChangeLog10
-rw-r--r--dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.1.ebuild19
-rw-r--r--dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild (renamed from dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild)15
3 files changed, 15 insertions, 29 deletions
diff --git a/dev-php/PEAR-PHP_CompatInfo/ChangeLog b/dev-php/PEAR-PHP_CompatInfo/ChangeLog
index cbb91c7165ca..392732679b3e 100644
--- a/dev-php/PEAR-PHP_CompatInfo/ChangeLog
+++ b/dev-php/PEAR-PHP_CompatInfo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-PHP_CompatInfo
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog,v 1.5 2008/02/26 16:33:41 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog,v 1.6 2012/01/18 21:53:35 mabi Exp $
+
+*PEAR-PHP_CompatInfo-1.9.0 (18 Jan 2012)
+
+ 18 Jan 2012; Matti Bickel <mabi@gentoo.org> +PEAR-PHP_CompatInfo-1.9.0.ebuild,
+ -PEAR-PHP_CompatInfo-1.5.1.ebuild, -PEAR-PHP_CompatInfo-1.6.1.ebuild:
+ version bump & remove old
*PEAR-PHP_CompatInfo-1.6.1 (26 Feb 2008)
diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.1.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.1.ebuild
deleted file mode 100644
index 76008e0bdbde..000000000000
--- a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.1.ebuild,v 1.2 2007/12/06 00:49:00 jokey Exp $
-
-inherit php-pear-r1 depend.php
-
-DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run."
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
- >=dev-php/PEAR-Console_Getargs-1.3.3 )"
-
-pkg_setup() {
- require_php_with_use tokenizer
-}
diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild
index 1cf14cbbf772..9b07a09109b3 100644
--- a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild
+++ b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2008 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-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild,v 1.2 2011/03/26 11:37:06 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.ebuild,v 1.1 2012/01/18 21:53:35 mabi Exp $
-inherit php-pear-r1 depend.php
+EAPI="4"
+
+inherit php-pear-r1
DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run."
@@ -11,11 +13,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
-RDEPEND="!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
+RDEPEND="dev-lang/php[tokenizer]
+ !minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
>=dev-php/PEAR-Console_Getargs-1.3.3
>=dev-php/PEAR-XML_Util-1.1.4
>=dev-php/phpunit-3.2.0 )"
-
-pkg_setup() {
- require_php_with_use tokenizer
-}