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 | 7eccc03cfd27820067db34e8e5fa4fc09a757f35 (patch) | |
tree | a003f0196bcf651aef14cd112969a67b64935195 /dev-php/PEAR-MDB2_Driver_mysqli | |
parent | app-editors/e3: Add -- to emake so that -l doesn't get confused by [number]* ... (diff) | |
download | historical-7eccc03cfd27820067db34e8e5fa4fc09a757f35.tar.gz historical-7eccc03cfd27820067db34e8e5fa4fc09a757f35.tar.bz2 historical-7eccc03cfd27820067db34e8e5fa4fc09a757f35.zip |
remove old
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-MDB2_Driver_mysqli')
-rw-r--r-- | dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild | 21 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog index d141c657623b..f7eb9b167fe4 100644 --- a/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog +++ b/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-MDB2_Driver_mysqli # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.36 2012/01/18 20:13:38 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_mysqli/ChangeLog,v 1.37 2012/06/09 15:13:05 mabi Exp $ + + 09 Jun 2012; Matti Bickel <mabi@gentoo.org> + -PEAR-MDB2_Driver_mysqli-1.4.1.ebuild: + remove old 18 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-MDB2_Driver_mysqli-1.5.0_alpha2.ebuild: diff --git a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild b/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild deleted file mode 100644 index 20ec1df81a04..000000000000 --- a/dev-php/PEAR-MDB2_Driver_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild +++ /dev/null @@ -1,21 +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_mysqli/PEAR-MDB2_Driver_mysqli-1.4.1.ebuild,v 1.10 2008/01/10 10:06:23 vapier Exp $ - -inherit php-pear-r1 depend.php - -DESCRIPTION="Database Abstraction Layer, mysqli 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}" - -need_php5 - -pkg_setup() { - has_php - require_php_with_use mysqli -} |