summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-10-15 10:23:56 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-10-15 10:23:56 +0000
commitfe971e00fae5e28ba5f1b024a77bb4245783580a (patch)
tree63acb17b545779ec7a86f9e5e19d5321ba53280c /dev-php/PEAR-DB_DataObject
parentVersion bump (Bug 385479) (diff)
downloadgentoo-2-fe971e00fae5e28ba5f1b024a77bb4245783580a.tar.gz
gentoo-2-fe971e00fae5e28ba5f1b024a77bb4245783580a.tar.bz2
gentoo-2-fe971e00fae5e28ba5f1b024a77bb4245783580a.zip
Removed old unstable versions
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-DB_DataObject')
-rw-r--r--dev-php/PEAR-DB_DataObject/ChangeLog7
-rw-r--r--dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.8.ebuild24
-rw-r--r--dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.0.ebuild24
-rw-r--r--dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.3.ebuild24
4 files changed, 6 insertions, 73 deletions
diff --git a/dev-php/PEAR-DB_DataObject/ChangeLog b/dev-php/PEAR-DB_DataObject/ChangeLog
index 35e730435c7e..bacd8901e7b3 100644
--- a/dev-php/PEAR-DB_DataObject/ChangeLog
+++ b/dev-php/PEAR-DB_DataObject/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-DB_DataObject
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.40 2011/10/15 10:23:56 olemarkus Exp $
+
+ 15 Oct 2011; Ole Markus With <olemarkus@gentoo.org>
+ -PEAR-DB_DataObject-1.8.8.ebuild, -PEAR-DB_DataObject-1.9.0.ebuild,
+ -PEAR-DB_DataObject-1.9.3.ebuild:
+ Removed old unstable versions
*PEAR-DB_DataObject-1.9.6 (15 Oct 2011)
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
deleted file mode 100644
index a1a3deff4909..000000000000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"
-}
diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.0.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.0.ebuild
deleted file mode 100644
index d0293eb795ee..000000000000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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_DataObject/PEAR-DB_DataObject-1.9.0.ebuild,v 1.1 2010/01/05 05:36:31 yngwin Exp $
-
-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"
-}
diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.3.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.3.ebuild
deleted file mode 100644
index a41944e7e451..000000000000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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_DataObject/PEAR-DB_DataObject-1.9.3.ebuild,v 1.2 2010/02/16 04:32:33 beandog Exp $
-
-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"
-}