diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-10-22 16:42:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-10-22 16:42:04 +0000 |
commit | 1a0878f51bb9d2dfa1d6d1f788411c910fe495de (patch) | |
tree | 6503f6dda6032acef589f60f5de06cfcc8863f67 /dev-php/PEAR-DB_Table | |
parent | Stable for HPPA (bug #196409). (diff) | |
download | historical-1a0878f51bb9d2dfa1d6d1f788411c910fe495de.tar.gz historical-1a0878f51bb9d2dfa1d6d1f788411c910fe495de.tar.bz2 historical-1a0878f51bb9d2dfa1d6d1f788411c910fe495de.zip |
ia64 stable wrt #192247
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'dev-php/PEAR-DB_Table')
-rw-r--r-- | dev-php/PEAR-DB_Table/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog index f0daa8a25ba5..f36b994a3e74 100644 --- a/dev-php/PEAR-DB_Table/ChangeLog +++ b/dev-php/PEAR-DB_Table/ChangeLog @@ -1,6 +1,9 @@ # 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.33 2007/10/05 20:02:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.34 2007/10/22 16:37:11 armin76 Exp $ + + 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-DB_Table-1.5.0.ebuild: + ia64 stable wrt #192247 05 Oct 2007; Raúl Porcel <armin76@gentoo.org> PEAR-DB_Table-1.5.0.ebuild: alpha/sparc stable wrt #192247 diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild index ea9d1e0af77a..3bc87a24a7d1 100644 --- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild +++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild @@ -1,13 +1,13 @@ # 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.5.0.ebuild,v 1.7 2007/10/05 20:02:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.0.ebuild,v 1.8 2007/10/22 16:37:11 armin76 Exp $ inherit php-pear-r1 DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation" LICENSE="PHP" SLOT="0" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="minimal" DEPEND=">=dev-php/PEAR-PEAR-1.5.0" RDEPEND="!minimal? ( >=dev-php/PEAR-MDB2-2.4.1 |