summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-01-21 08:01:47 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-01-21 08:01:47 +0000
commit4e7ad8d5611409553f636b4b32a9298c7d25c668 (patch)
tree7d2152f1816e03f0dfbe99a13f841b6cbefcbd98 /dev-php/PEAR-DB_Table
parentAdded ~ppc64; bug #119722 (diff)
downloadhistorical-4e7ad8d5611409553f636b4b32a9298c7d25c668.tar.gz
historical-4e7ad8d5611409553f636b4b32a9298c7d25c668.tar.bz2
historical-4e7ad8d5611409553f636b4b32a9298c7d25c668.zip
Added ~ppc64; bug #119722
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-php/PEAR-DB_Table')
-rw-r--r--dev-php/PEAR-DB_Table/ChangeLog8
-rw-r--r--dev-php/PEAR-DB_Table/Manifest6
-rw-r--r--dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog
index ac82174254ee..4e1d90f2f2e9 100644
--- a/dev-php/PEAR-DB_Table/ChangeLog
+++ b/dev-php/PEAR-DB_Table/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-DB_Table
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.12 2005/11/22 13:51:15 corsair Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.13 2006/01/21 08:01:47 corsair Exp $
+
+ 21 Jan 2006; Markus Rothe <corsair@gentoo.org>
+ PEAR-DB_Table-0.21.2-r1.ebuild:
+ Added ~ppc64; bug #119722
22 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-DB_Table-1.2.1.ebuild:
Added ~ppc64 keyword; bug #105385
diff --git a/dev-php/PEAR-DB_Table/Manifest b/dev-php/PEAR-DB_Table/Manifest
index e4ac9dc2d16c..f0efb0103927 100644
--- a/dev-php/PEAR-DB_Table/Manifest
+++ b/dev-php/PEAR-DB_Table/Manifest
@@ -1,8 +1,8 @@
-MD5 4c46574404ae7682b271b065a456b9dc ChangeLog 1599
+MD5 05430c12b8dee6d2a7b8818b0ab7ce5a ChangeLog 1711
+MD5 0e234d482dfd0301fd5a32f07b9692f1 PEAR-DB_Table-0.21.2-r1.ebuild 456
MD5 3bad1bf51d07f49c1a17821da108d03d PEAR-DB_Table-0.21.2.ebuild 478
-MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
-MD5 4356e42f782ff984a4df20a8e941b39b PEAR-DB_Table-0.21.2-r1.ebuild 451
MD5 b0e1e2487dd320c6cd03ccb8fd464a38 PEAR-DB_Table-1.2.1.ebuild 499
MD5 345597e25688d0476edb5f34478e89bd files/digest-PEAR-DB_Table-0.21.2 63
MD5 345597e25688d0476edb5f34478e89bd files/digest-PEAR-DB_Table-0.21.2-r1 63
MD5 054f4f395efd663244285bb8c516b99c files/digest-PEAR-DB_Table-1.2.1 62
+MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
index fb87853bb546..c85b7f22dee6 100644
--- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
+++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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-r1.ebuild,v 1.4 2005/10/08 10:57:49 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.5 2006/01/21 08:01:47 corsair Exp $
inherit php-pear-r1
DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation"
LICENSE="PHP"
SLOT="0"
-KEYWORDS="~sparc ~x86"
+KEYWORDS="~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1"