summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-04-27 16:22:58 +0000
committerSteve Dibb <beandog@gentoo.org>2010-04-27 16:22:58 +0000
commitda8c065b87af8a99e7a5d372d3c8d3dbf36fe5ac (patch)
tree3c95271be70bc0a3ed4eec5c07606a743b2d0e3f /dev-php
parentRemove old (diff)
downloadhistorical-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')
-rw-r--r--dev-php/PEAR-DB/ChangeLog6
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild6
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.7.14_rc1.ebuild6
-rw-r--r--dev-php/PEAR-Mail_Mime/ChangeLog6
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild5
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild3
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/ChangeLog6
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild7
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild5
9 files changed, 25 insertions, 25 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=""
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog
index 04734ecceb24..350161a1c9a7 100644
--- a/dev-php/PEAR-Mail_Mime/ChangeLog
+++ b/dev-php/PEAR-Mail_Mime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Mail_Mime
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.66 2010/02/15 01:38:39 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.67 2010/04/27 16:20:26 beandog Exp $
+
+ 27 Apr 2010; Steve Dibb <beandog@gentoo.org> PEAR-Mail_Mime-1.5.2.ebuild,
+ PEAR-Mail_Mime-1.6.0.ebuild:
+ Fix PEAR deps
*PEAR-Mail_Mime-1.6.0 (15 Feb 2010)
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild
index 48aef631f932..e0d998b629cc 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# 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-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild,v 1.17 2008/11/09 11:48:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.5.2.ebuild,v 1.18 2010/04/27 16:20:26 beandog Exp $
inherit php-pear-r1 eutils
@@ -11,7 +11,6 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND=">=dev-php/PEAR-PEAR-1.6.0"
PDEPEND="dev-php/PEAR-Mail_mimeDecode"
src_unpack() {
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild
index 96d16c4fc3d1..87d2faa74efc 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.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-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild,v 1.1 2010/02/15 01:38:39 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild,v 1.2 2010/04/27 16:20:26 beandog Exp $
inherit php-pear-r1 eutils
@@ -11,7 +11,6 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
-DEPEND=">=dev-php/PEAR-PEAR-1.6.0"
PDEPEND="dev-php/PEAR-Mail_mimeDecode"
src_unpack() {
diff --git a/dev-php/PEAR-Mail_mimeDecode/ChangeLog b/dev-php/PEAR-Mail_mimeDecode/ChangeLog
index 9b232f57e756..ceeff7bf7eba 100644
--- a/dev-php/PEAR-Mail_mimeDecode/ChangeLog
+++ b/dev-php/PEAR-Mail_mimeDecode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Mail_mimeDecode
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.14 2010/01/05 05:48:54 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.15 2010/04/27 16:22:58 beandog Exp $
+
+ 27 Apr 2010; Steve Dibb <beandog@gentoo.org>
+ PEAR-Mail_mimeDecode-1.5.0.ebuild, PEAR-Mail_mimeDecode-1.5.1.ebuild:
+ Fix PEAR deps
*PEAR-Mail_mimeDecode-1.5.1 (05 Jan 2010)
diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild
index c5e05e267f47..f91f052158e1 100644
--- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild
@@ -1,6 +1,6 @@
-# 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-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild,v 1.15 2008/11/09 11:48:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild,v 1.16 2010/04/27 16:22:58 beandog Exp $
inherit php-pear-r1 eutils
@@ -14,5 +14,4 @@ IUSE=""
# >=PEAR-Mail_Mime-1.5.2 in in DEPEND to avoid blockers and circular deps
# with this package; using PDEPEND in PEAR-Mail_Mime for the same reason
-DEPEND=">=dev-php/PEAR-PEAR-1.6.0
- >=dev-php/PEAR-Mail_Mime-1.5.2"
+DEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"
diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild
index 66f8c35da35f..cca8884ae536 100644
--- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild
+++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.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-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild,v 1.1 2010/01/05 05:48:54 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild,v 1.2 2010/04/27 16:22:58 beandog Exp $
inherit php-pear-r1 eutils
@@ -14,5 +14,4 @@ IUSE=""
# >=PEAR-Mail_Mime-1.5.2 in in DEPEND to avoid blockers and circular deps
# with this package; using PDEPEND in PEAR-Mail_Mime for the same reason
-DEPEND=">=dev-php/PEAR-PEAR-1.6.0
- >=dev-php/PEAR-Mail_Mime-1.5.2"
+DEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"