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-MDB2_Driver_oci8/
Date: Tue, 07 Mar 2017 23:54:18
Message-Id: 1488930845.387dc72bfc6a19c43f8c6387c4eaeaf3388e214d.grknight@gentoo
1 commit: 387dc72bfc6a19c43f8c6387c4eaeaf3388e214d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 7 23:54:05 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 23:54:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387dc72b
7
8 dev-php/PEAR-MDB2_Driver_oci8: Drop old revision
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 .../PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild
16 deleted file mode 100644
17 index ebe29348191..00000000000
18 --- a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4.ebuild
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="5"
25 -
26 -inherit php-pear-r1
27 -
28 -DESCRIPTION="Database Abstraction Layer, oci8 driver"
29 -LICENSE="BSD"
30 -SLOT="0"
31 -KEYWORDS="-* ~amd64 ~x86"
32 -IUSE=""
33 -
34 -DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
35 - || ( dev-lang/php[oci8] dev-lang/php[oci8-instant-client] )"
36 -RDEPEND="${DEPEND}"