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/
Date: Tue, 08 Aug 2017 12:52:58
Message-Id: 1502196581.2aefeaa13873d871d2ad72553ff8d17e4171da15.grknight@gentoo
1 commit: 2aefeaa13873d871d2ad72553ff8d17e4171da15
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 14:52:07 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 12:49:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aefeaa1
7
8 dev-php/PEAR-Cache: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild
16 deleted file mode 100644
17 index 73e2f48ef95..00000000000
18 --- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit php-pear-r1
25 -
26 -DESCRIPTION="Framework for caching of arbitrary data"
27 -
28 -LICENSE="PHP-2.02"
29 -SLOT="0"
30 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
31 -IUSE=""
32 -
33 -DEPEND=">=dev-php/PEAR-PEAR-1.7.0"
34 -RDEPEND="dev-php/PEAR-HTTP_Request"