diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-31 15:51:07 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-31 15:51:07 -0400 |
commit | 7e74e3c2620efdd946109dc48e9796c206e5c6e2 (patch) | |
tree | 1ee88def3329d0351fffd5e4d4dc4d67750eaae2 /dev-php | |
parent | dev-php/PEAR-DB_DataObject: Revbump for new eclass (diff) | |
download | gentoo-7e74e3c2620efdd946109dc48e9796c206e5c6e2.tar.gz gentoo-7e74e3c2620efdd946109dc48e9796c206e5c6e2.tar.bz2 gentoo-7e74e3c2620efdd946109dc48e9796c206e5c6e2.zip |
dev-php/PEAR-DB_DataObject: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild deleted file mode 100644 index 8db605620b38..000000000000 --- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r1 - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -DESCRIPTION="SQL builder and data modeling layer" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="minimal" - -# The MDB2/DB dependencies are listed as "optional," but really, you -# need one or the other. Prefer the newer MDB2 to the deprecated DB. -DEPEND="" -RDEPEND="|| ( dev-php/PEAR-MDB2 dev-php/PEAR-DB ) - dev-php/PEAR-Date - !minimal? ( dev-php/PEAR-Validate )" - -src_prepare() { - # Don't install this batch file -- it winds up in ${EPREFIX}/usr/bin. - # Delete the line that mentions it from package.xml. - sed -e '/DB_DataObject_createTables\.bat/d' \ - -i "${WORKDIR}/package.xml" \ - || die "failed to remove batch file from package.xml" - - eapply_user -} |