Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/
Date: Mon, 31 Jul 2017 19:51:24
Message-Id: 1501530667.7e74e3c2620efdd946109dc48e9796c206e5c6e2.grknight@gentoo
1 commit: 7e74e3c2620efdd946109dc48e9796c206e5c6e2
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 19:51:07 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 19:51:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e74e3c2
7
8 dev-php/PEAR-DB_DataObject: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../PEAR-DB_DataObject-1.11.5.ebuild | 30 ----------------------
13 1 file changed, 30 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 8db605620b3..00000000000
18 --- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit php-pear-r1
27 -
28 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
29 -
30 -DESCRIPTION="SQL builder and data modeling layer"
31 -LICENSE="PHP-3.01"
32 -SLOT="0"
33 -IUSE="minimal"
34 -
35 -# The MDB2/DB dependencies are listed as "optional," but really, you
36 -# need one or the other. Prefer the newer MDB2 to the deprecated DB.
37 -DEPEND=""
38 -RDEPEND="|| ( dev-php/PEAR-MDB2 dev-php/PEAR-DB )
39 - dev-php/PEAR-Date
40 - !minimal? ( dev-php/PEAR-Validate )"
41 -
42 -src_prepare() {
43 - # Don't install this batch file -- it winds up in ${EPREFIX}/usr/bin.
44 - # Delete the line that mentions it from package.xml.
45 - sed -e '/DB_DataObject_createTables\.bat/d' \
46 - -i "${WORKDIR}/package.xml" \
47 - || die "failed to remove batch file from package.xml"
48 -
49 - eapply_user
50 -}