diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-04-27 16:22:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-04-27 16:22:58 +0000 |
commit | da8c065b87af8a99e7a5d372d3c8d3dbf36fe5ac (patch) | |
tree | 3c95271be70bc0a3ed4eec5c07606a743b2d0e3f /dev-php/PEAR-DB | |
parent | Remove old (diff) | |
download | historical-da8c065b87af8a99e7a5d372d3c8d3dbf36fe5ac.tar.gz historical-da8c065b87af8a99e7a5d372d3c8d3dbf36fe5ac.tar.bz2 historical-da8c065b87af8a99e7a5d372d3c8d3dbf36fe5ac.zip |
Fix PEAR deps
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-DB')
-rw-r--r-- | dev-php/PEAR-DB/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild | 6 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog index 7bc9cd2331ad..13e985bedada 100644 --- a/dev-php/PEAR-DB/ChangeLog +++ b/dev-php/PEAR-DB/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-DB # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.64 2010/02/15 01:29:29 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.65 2010/04/27 16:17:56 beandog Exp $ + + 27 Apr 2010; Steve Dibb <beandog@gentoo.org> PEAR-DB-1.7.12.ebuild, + PEAR-DB-1.7.14_rc1.ebuild: + Fix PEAR deps 15 Feb 2010; Steve Dibb <beandog@gentoo.org> PEAR-DB-1.7.6-r1.ebuild, PEAR-DB-1.7.12.ebuild, PEAR-DB-1.7.14_rc1.ebuild: diff --git a/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild index 937ef1119dfc..c1c987d542f3 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild,v 1.11 2010/02/15 01:29:29 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild,v 1.12 2010/04/27 16:17:56 beandog Exp $ inherit php-pear-r1 @@ -10,7 +10,3 @@ DESCRIPTION="Database abstraction layer for PHP." LICENSE="PHP-3" SLOT="0" IUSE="" - -DEPEND="|| ( <dev-php/PEAR-PEAR-1.71 - dev-php/PEAR-Console_Getopt )" -RDEPEND="" diff --git a/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild index 0d163b118d7d..2309da1dc448 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild,v 1.3 2010/02/15 01:29:29 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild,v 1.4 2010/04/27 16:17:56 beandog Exp $ inherit php-pear-r1 @@ -10,7 +10,3 @@ DESCRIPTION="Database abstraction layer for PHP." LICENSE="PHP-3" SLOT="0" IUSE="" - -DEPEND="|| ( <dev-php/PEAR-PEAR-1.71 - dev-php/PEAR-Console_Getopt )" -RDEPEND="" |