diff options
author | 2010-02-16 05:07:11 +0000 | |
---|---|---|
committer | 2010-02-16 05:07:11 +0000 | |
commit | ce95174ae34f857de4559aad99802dc0e1e2ea9b (patch) | |
tree | 2af556d371fe8b82dc75efdc9df3e98fb8d9c79e /dev-php/PEAR-DB_Table | |
parent | Remove PDEPEND upon dev-php/pear, as the eclass will pull it in directly now (diff) | |
download | historical-ce95174ae34f857de4559aad99802dc0e1e2ea9b.tar.gz historical-ce95174ae34f857de4559aad99802dc0e1e2ea9b.tar.bz2 historical-ce95174ae34f857de4559aad99802dc0e1e2ea9b.zip |
Version bump
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-DB_Table')
-rw-r--r-- | dev-php/PEAR-DB_Table/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.6.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog index c10c92813b55..2035b7670757 100644 --- a/dev-php/PEAR-DB_Table/ChangeLog +++ b/dev-php/PEAR-DB_Table/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-DB_Table # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.35 2010/01/26 22:09:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.36 2010/02/16 04:33:51 beandog Exp $ + +*PEAR-DB_Table-1.5.6 (16 Feb 2010) + + 16 Feb 2010; Steve Dibb <beandog@gentoo.org> +PEAR-DB_Table-1.5.6.ebuild: + Version bump 26 Jan 2010; Ulrich Mueller <ulm@gentoo.org> PEAR-DB_Table-0.21.2-r1.ebuild, PEAR-DB_Table-1.5.0.ebuild: diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.6.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.6.ebuild new file mode 100644 index 000000000000..b98b7bd51597 --- /dev/null +++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-1.5.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 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.6.ebuild,v 1.1 2010/02/16 04:33:51 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation" +LICENSE="PHP-2.02" +SLOT="0" +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 + >=dev-php/PEAR-DB-1.7.11 + dev-php/PEAR-HTML_QuickForm )" |