diff options
author | 2008-02-11 20:50:20 +0000 | |
---|---|---|
committer | 2008-02-11 20:50:20 +0000 | |
commit | c574d36b1367a72b156331bb1b343c7536cdbf6e (patch) | |
tree | 09eabb3b8608f4c283048f3261588e8c290b38b7 /dev-php/PEAR-DB_DataObject | |
parent | Import from php overlay (diff) | |
download | gentoo-2-c574d36b1367a72b156331bb1b343c7536cdbf6e.tar.gz gentoo-2-c574d36b1367a72b156331bb1b343c7536cdbf6e.tar.bz2 gentoo-2-c574d36b1367a72b156331bb1b343c7536cdbf6e.zip |
Version bump, from the php overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php/PEAR-DB_DataObject')
-rw-r--r-- | dev-php/PEAR-DB_DataObject/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.8.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-php/PEAR-DB_DataObject/ChangeLog b/dev-php/PEAR-DB_DataObject/ChangeLog index 3ac943630ccf..47fb72d9226e 100644 --- a/dev-php/PEAR-DB_DataObject/ChangeLog +++ b/dev-php/PEAR-DB_DataObject/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-DB_DataObject -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.35 2007/12/05 23:54:58 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.36 2008/02/11 20:50:20 armin76 Exp $ + +*PEAR-DB_DataObject-1.8.8 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +PEAR-DB_DataObject-1.8.8.ebuild: + Version bump, from the php overlay 05 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-DB_DataObject-1.8.0.ebuild, PEAR-DB_DataObject-1.8.7.ebuild: diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.8.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.8.ebuild new file mode 100644 index 000000000000..a1a3deff4909 --- /dev/null +++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.8.ebuild,v 1.1 2008/02/11 20:50:20 armin76 Exp $ + +inherit php-pear-r1 + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="An SQL Builder, Object Interface to Database Tables." +LICENSE="PHP-2.02 PHP-3" +SLOT="0" +IUSE="minimal" + +DEPEND="" +RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1 + >=dev-php/PEAR-Date-1.4.3-r1 + !minimal? ( >=dev-php/PEAR-Validate-0.5.0-r1 + >=dev-php/PEAR-MDB2-2.0.0_rc1 )" + +src_unpack() { + unpack "${A}" + # don't install windows-only stuff + sed -re 's:<file baseinstalldir="DB" md5sum=".{32}" name="scripts/DB_DataObject_createTables.bat" role="script" />::' -i package.xml || die "sed failed" +} |