summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-09-08 08:18:36 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-09-08 08:18:36 +0000
commit669decaa7fc36efab7c2579c77361d4d545daa55 (patch)
treeba62e15164eea6d11dea0b51f727792d5185b0ee /dev-php/PEAR-DB_Table
parentAdd PEAR packages that use new PEAR eclass. (diff)
downloadhistorical-669decaa7fc36efab7c2579c77361d4d545daa55.tar.gz
historical-669decaa7fc36efab7c2579c77361d4d545daa55.tar.bz2
historical-669decaa7fc36efab7c2579c77361d4d545daa55.zip
Use new PEAR eclass.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-php/PEAR-DB_Table')
-rw-r--r--dev-php/PEAR-DB_Table/ChangeLog11
-rw-r--r--dev-php/PEAR-DB_Table/Manifest8
-rw-r--r--dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild (renamed from dev-php/PEAR-DB_Table/PEAR-DB_Table-0.18.ebuild)10
-rw-r--r--dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2.ebuild8
-rw-r--r--dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.181
-rw-r--r--dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.21.2-r11
6 files changed, 23 insertions, 16 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog
index 120f48910186..87dcfcf22a55 100644
--- a/dev-php/PEAR-DB_Table/ChangeLog
+++ b/dev-php/PEAR-DB_Table/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/PEAR-DB_Table
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.4 2004/07/30 15:16:31 coredumb Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.5 2005/09/08 07:36:43 sebastian Exp $
+
+*PEAR-DB_Table-0.21.2-r1 (08 Sep 2005)
+
+ 08 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org>
+ -PEAR-DB_Table-0.18.ebuild, PEAR-DB_Table-0.21.2.ebuild,
+ +PEAR-DB_Table-0.21.2-r1.ebuild:
+ Use new PEAR eclass. Add missing keywords. Remove old version.
*PEAR-DB_Table-0.21.2 (30 Jul 2004)
diff --git a/dev-php/PEAR-DB_Table/Manifest b/dev-php/PEAR-DB_Table/Manifest
index 67b4207681ab..2bb46b183318 100644
--- a/dev-php/PEAR-DB_Table/Manifest
+++ b/dev-php/PEAR-DB_Table/Manifest
@@ -1,6 +1,6 @@
-MD5 eb6bb2da5667e3238480e83842a4e4f5 PEAR-DB_Table-0.21.2.ebuild 432
-MD5 975dc8002f40b8d4c5533fb7f40f0821 PEAR-DB_Table-0.18.ebuild 427
-MD5 f9dd0dda7e908773bf89a0c061edf620 ChangeLog 549
+MD5 9e1318c5084feaa1f15ea630da76183f PEAR-DB_Table-0.21.2.ebuild 477
+MD5 d2bca5ee46e28ee579f1573bb794ebed PEAR-DB_Table-0.21.2-r1.ebuild 480
+MD5 37c96b482bbef296506eea93017966a2 ChangeLog 806
MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
-MD5 7f12382f7ed008ee503686433e7a4089 files/digest-PEAR-DB_Table-0.18 61
+MD5 345597e25688d0476edb5f34478e89bd files/digest-PEAR-DB_Table-0.21.2-r1 63
MD5 345597e25688d0476edb5f34478e89bd files/digest-PEAR-DB_Table-0.21.2 63
diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.18.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
index 6c831aa2063f..1bb5452e07ab 100644
--- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.18.ebuild
+++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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-0.18.ebuild,v 1.4 2004/07/09 03:30:12 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.1 2005/09/08 07:36:43 sebastian Exp $
-inherit php-pear
+inherit php-pear-r1
DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
-RDEPEND="dev-php/PEAR-Date" \ No newline at end of file
+RDEPEND="dev-php/PEAR-Date"
diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2.ebuild
index 32ef52cfa8d5..b87749e2ab15 100644
--- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2.ebuild
+++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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-0.21.2.ebuild,v 1.1 2004/07/30 15:16:31 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2.ebuild,v 1.2 2005/09/08 07:36:43 sebastian Exp $
inherit php-pear
DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
-RDEPEND="dev-php/PEAR-Date" \ No newline at end of file
+RDEPEND="dev-php/PEAR-Date"
diff --git a/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.18 b/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.18
deleted file mode 100644
index 95f870421cad..000000000000
--- a/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b855ca344765f6e477c878c94a0437e9 DB_Table-0.18.tgz 19150
diff --git a/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.21.2-r1 b/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.21.2-r1
new file mode 100644
index 000000000000..6a37efe06993
--- /dev/null
+++ b/dev-php/PEAR-DB_Table/files/digest-PEAR-DB_Table-0.21.2-r1
@@ -0,0 +1 @@
+MD5 af1b2936226b7521fd5788fdd6e725f4 DB_Table-0.21.2.tgz 25865