diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-03-24 20:37:51 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-03-24 20:37:51 +0000 |
commit | 15635bb87ee88caecc4756d6f39cea977f2dcac6 (patch) | |
tree | 529383af89b380ac89603f197e0726dc6ced0ef7 /dev-php | |
parent | Remove de locale since it is nonfunctional, bug 450220 (diff) | |
download | gentoo-2-15635bb87ee88caecc4756d6f39cea977f2dcac6.tar.gz gentoo-2-15635bb87ee88caecc4756d6f39cea977f2dcac6.tar.bz2 gentoo-2-15635bb87ee88caecc4756d6f39cea977f2dcac6.zip |
cleanup, version bump
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-DB_DataObject/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.10.0.ebuild (renamed from dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.7.ebuild) | 15 |
2 files changed, 16 insertions, 10 deletions
diff --git a/dev-php/PEAR-DB_DataObject/ChangeLog b/dev-php/PEAR-DB_DataObject/ChangeLog index 4f9a103f1ae9..3ca8d1a5e192 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.46 2012/02/01 11:12:27 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.47 2013/03/24 20:37:51 mabi Exp $ + +*PEAR-DB_DataObject-1.10.0 (24 Mar 2013) + + 24 Mar 2013; Matti Bickel <mabi@gentoo.org> +PEAR-DB_DataObject-1.10.0.ebuild, + -PEAR-DB_DataObject-1.8.7.ebuild: + cleanup, version bump 01 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> PEAR-DB_DataObject-1.9.6.ebuild: @@ -213,4 +219,3 @@ 21 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, +PEAR-DB_DataObject-1.7.15.ebuild: Initial ebuild. - diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.7.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.10.0.ebuild index fd7202768aa7..42417dc532c6 100644 --- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.7.ebuild +++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.10.0.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2013 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.7.ebuild,v 1.9 2007/12/05 23:54:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.10.0.ebuild,v 1.1 2013/03/24 20:37:51 mabi Exp $ + +EAPI="4" inherit php-pear-r1 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -DESCRIPTION="An SQL Builder, Object Interface to Database Tables." +DESCRIPTION="A SQL Builder, Object Interface to Database Tables" LICENSE="PHP-2.02 PHP-3" SLOT="0" IUSE="minimal" @@ -17,8 +19,7 @@ RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1 !minimal? ( >=dev-php/PEAR-Validate-0.5.0-r1 >=dev-php/PEAR-MDB2-2.0.0_rc1 )" -src_unpack() { - unpack "${A}" +src_prepare() { # 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" + sed -re 's:<file baseinstalldir="DB" md5sum=".{32}" name="scripts/DB_DataObject_createTables.bat" role="script" />::' -i "${WORKDIR}/package.xml" || die "sed failed" } |