summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-10-15 10:21:44 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-10-15 10:21:44 +0000
commit353f0d9e8272292b69a19299bbd4fd730e7a0b96 (patch)
tree1e9ec0939fbc846524ca76fc93ab0b9895c46c02 /dev-php
parentRevbump fixing runtime dependency on php[sockets] and changed EAPI accordingl... (diff)
downloadgentoo-2-353f0d9e8272292b69a19299bbd4fd730e7a0b96.tar.gz
gentoo-2-353f0d9e8272292b69a19299bbd4fd730e7a0b96.tar.bz2
gentoo-2-353f0d9e8272292b69a19299bbd4fd730e7a0b96.zip
Version bump (Bug 385479)
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-DB_DataObject/ChangeLog10
-rw-r--r--dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.6.ebuild26
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-php/PEAR-DB_DataObject/ChangeLog b/dev-php/PEAR-DB_DataObject/ChangeLog
index f07eb79fe074..35e730435c7e 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.38 2010/02/16 04:30:09 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.39 2011/10/15 10:21:44 olemarkus Exp $
+
+*PEAR-DB_DataObject-1.9.6 (15 Oct 2011)
+
+ 15 Oct 2011; Ole Markus With <olemarkus@gentoo.org>
+ +PEAR-DB_DataObject-1.9.6.ebuild:
+ Version bump (Bug 385479)
*PEAR-DB_DataObject-1.9.3 (16 Feb 2010)
diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.6.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.6.ebuild
new file mode 100644
index 000000000000..c4a991563f0d
--- /dev/null
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 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.9.6.ebuild,v 1.1 2011/10/15 10:21:44 olemarkus Exp $
+
+EAPI="4"
+
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="A 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"
+}