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-Cache_Lite/
Date: Mon, 31 Jul 2017 18:19:22
Message-Id: 1501525152.1a6e5a35c2a7a6ffcaf8320e814c3b9b83521969.grknight@gentoo
1 commit: 1a6e5a35c2a7a6ffcaf8320e814c3b9b83521969
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 18:19:12 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 18:19:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6e5a35
7
8 dev-php/PEAR-Cache_Lite: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild | 24 ----------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
16 deleted file mode 100644
17 index 5870d610f05..00000000000
18 --- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
19 +++ /dev/null
20 @@ -1,24 +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 -DESCRIPTION="Fast and safe little cache system"
30 -LICENSE="LGPL-2.1"
31 -SLOT="0"
32 -IUSE=""
33 -
34 -DEPEND=">=dev-php/pear-1.10.1"
35 -RDEPEND="${DEPEND}"
36 -
37 -src_test() {
38 - peardev run-tests -r || die
39 -}
40 -
41 -src_install() {
42 - php-pear-r1_src_install
43 - find "${D}" -name LICENSE -delete || die
44 -}