summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-08-20 21:38:56 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-08-20 21:38:56 +0000
commit4062b906be236c56114585efe9efb60599fa01d5 (patch)
tree4f8a2629dbd091d518114c7cef49cd7acc62ab0c /dev-php/PEAR-DB_Table
parentFix xpm dir for bug #165633 (diff)
downloadgentoo-2-4062b906be236c56114585efe9efb60599fa01d5.tar.gz
gentoo-2-4062b906be236c56114585efe9efb60599fa01d5.tar.bz2
gentoo-2-4062b906be236c56114585efe9efb60599fa01d5.zip
Porting from project overlay
(Portage version: 2.1.3.5)
Diffstat (limited to 'dev-php/PEAR-DB_Table')
-rw-r--r--dev-php/PEAR-DB_Table/ChangeLog15
-rw-r--r--dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild (renamed from dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild)13
-rw-r--r--dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.2.13
-rw-r--r--dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.5.03
4 files changed, 24 insertions, 10 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog
index 996f4724fe54..652f99a921b8 100644
--- a/dev-php/PEAR-DB_Table/ChangeLog
+++ b/dev-php/PEAR-DB_Table/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for dev-php/PEAR-DB_Table
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.26 2007/02/21 23:13:09 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.27 2007/08/20 21:38:56 jokey Exp $
+
+*PEAR-DB_Table-1.5.0 (20 Aug 2007)
+
+ 20 Aug 2007; Markus Ullmann <jokey@gentoo.org>
+ -PEAR-DB_Table-1.2.1.ebuild, +PEAR-DB_Table-1.5.0.ebuild:
+ Porting from project overlay
+
+ 15 Aug 2007; Jakub Moc <jakub@gentoo.org> PEAR-DB_Table-1.5.0.ebuild:
+ USE=minimal for optional deps
+
+ 15 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml,
+ +PEAR-DB_Table-1.5.0.ebuild:
+ Version bump, Bug 158633
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild
index c2889b14fe5f..bd2029f51098 100644
--- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild
+++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild,v 1.7 2006/05/23 21:02:50 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild,v 1.1 2007/08/20 21:38:56 jokey Exp $
inherit php-pear-r1
@@ -8,7 +8,8 @@ DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation
LICENSE="PHP"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-RDEPEND="dev-php/PEAR-Date
- dev-php/PEAR-DB
- dev-php/PEAR-HTML_QuickForm"
+IUSE="minimal"
+DEPEND=">=dev-php/PEAR-PEAR-1.5.0"
+RDEPEND="!minimal? ( >=dev-php/PEAR-MDB2-2.4.1
+ >=dev-php/PEAR-DB-1.7.11
+ dev-php/PEAR-HTML_QuickForm )"
diff --git a/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.2.1 b/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.2.1
deleted file mode 100644
index 7b093af33629..000000000000
--- a/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.2.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7edbdd378f0d7f541b02778919dd06a1 DB_Table-1.2.1.tgz 28927
-RMD160 7771afb44d83d55e99df59d9b53b06b9afcf247b DB_Table-1.2.1.tgz 28927
-SHA256 4fee5a912c3d2f18d1f3ab6264c7d8601d02dbb85d5fa5a85b498c57da0f19f4 DB_Table-1.2.1.tgz 28927
diff --git a/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.5.0 b/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.5.0
new file mode 100644
index 000000000000..3241f4eeb173
--- /dev/null
+++ b/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-1.5.0
@@ -0,0 +1,3 @@
+MD5 72e3f1a3fccf18c1d038886db8b4b969 DB_Table-1.5.0.tgz 110863
+RMD160 0e4f402455fd72e31b4e30c6c5411db132e4b938 DB_Table-1.5.0.tgz 110863
+SHA256 92f5407b69ef34241d68ff13498a75e7b34b9ce85013186a63e3dc5b9597916b DB_Table-1.5.0.tgz 110863