diff options
author | 2006-01-22 23:07:49 +0000 | |
---|---|---|
committer | 2006-01-22 23:07:49 +0000 | |
commit | 4c0c3cc2b68fc3a41da335dc434baf5522ade07f (patch) | |
tree | de1789bfd7e79700b926e0c1e5b0e1173b2f098a /dev-php/PEAR-DB_Table | |
parent | Stable on ppc64 (diff) | |
download | historical-4c0c3cc2b68fc3a41da335dc434baf5522ade07f.tar.gz historical-4c0c3cc2b68fc3a41da335dc434baf5522ade07f.tar.bz2 historical-4c0c3cc2b68fc3a41da335dc434baf5522ade07f.zip |
Add ~ia64 keyword, bug 119722.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-php/PEAR-DB_Table')
-rw-r--r-- | dev-php/PEAR-DB_Table/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog index 5092c3fc8b92..a00685239c05 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.17 2006/01/22 21:49:20 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.18 2006/01/22 23:07:49 kloeri Exp $ + + 22 Jan 2006; Bryan Østergaard <kloeri@gentoo.org + PEAR-DB_Table-0.21.2-r1.ebuild, PEAR-DB_Table-1.2.1.ebuild: + Add ~ia64 keyword, bug 119722. 22 Jan 2006; Simon Stelling <blubb@gentoo.org> PEAR-DB_Table-0.21.2-r1.ebuild: 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 3839fce8c446..5877c9a8b12f 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-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.9 2006/01/22 21:49:20 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.10 2006/01/22 23:07:49 kloeri Exp $ inherit php-pear-r1 DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation" LICENSE="PHP" SLOT="0" -KEYWORDS="amd64 ppc64 sparc x86" +KEYWORDS="amd64 ~ia64 ppc64 sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1" 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.2.1.ebuild index 3d0a501f3f94..be0f79e5429e 100644 --- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild +++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild @@ -1,13 +1,13 @@ -# 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-1.2.1.ebuild,v 1.5 2005/11/22 13:51:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.2.1.ebuild,v 1.6 2006/01/22 23:07:49 kloeri Exp $ inherit php-pear-r1 DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation" LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-php/PEAR-Date dev-php/PEAR-DB |