diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-09 15:15:22 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-09 15:15:22 +0000 |
commit | be9a87d678b87153e73020fade65d1275c5427f4 (patch) | |
tree | 627db270895739c2abb980fa0d125c5dca21516d /dev-php/PEAR-MDB2_Driver_sqlite | |
parent | remove old (diff) | |
download | gentoo-2-be9a87d678b87153e73020fade65d1275c5427f4.tar.gz gentoo-2-be9a87d678b87153e73020fade65d1275c5427f4.tar.bz2 gentoo-2-be9a87d678b87153e73020fade65d1275c5427f4.zip |
remove old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-MDB2_Driver_sqlite')
-rw-r--r-- | dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog b/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog index 9f7ccf02a1ba..f35999e882a7 100644 --- a/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_sqlite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog,v 1.34 2012/01/18 20:14:36 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_sqlite/ChangeLog,v 1.35 2012/06/09 15:15:22 mabi Exp $ + + 09 Jun 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-MDB2_Driver_sqlite-1.4.1.ebuild: + remove old 18 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-MDB2_Driver_sqlite-1.5.0_alpha2.ebuild: diff --git a/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild b/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild deleted file mode 100644 index 269783284102..000000000000 --- a/dev-php/PEAR-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild +++ /dev/null @@ -1,19 +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-MDB2_Driver_sqlite/PEAR-MDB2_Driver_sqlite-1.4.1.ebuild,v 1.10 2008/01/10 10:06:32 vapier Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Database Abstraction Layer, sqlite driver" -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="dev-php/PEAR-MDB2" -RDEPEND="${DEPEND}" - -pkg_setup() { - has_php - require_sqlite -} |