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: 1501525111.26518e6c1455a0b2418aa1a574d457ff666993b0.grknight@gentoo
1 commit: 26518e6c1455a0b2418aa1a574d457ff666993b0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 18:18:31 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 18:18:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26518e6c
7
8 dev-php/PEAR-Cache_Lite: Revbump for eclass change
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../PEAR-Cache_Lite-1.8.0-r1.ebuild | 24 ++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild
16 new file mode 100644
17 index 00000000000..ccc9c00bfc6
18 --- /dev/null
19 +++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0-r1.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI="6"
25 +
26 +inherit php-pear-r2
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 + local DOCS=( README.md TODO docs/technical docs/examples )
43 + php-pear-r2_src_install
44 +}