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-Auth_HTTP/
Date: Mon, 10 Jul 2017 03:16:57
Message-Id: 1499654733.b505bbd79e0c1c9e5db83741e47aed0320cf01c1.grknight@gentoo
1 commit: b505bbd79e0c1c9e5db83741e47aed0320cf01c1
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 02:45:33 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 02:45:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b505bbd7
7
8 dev-php/PEAR-Auth_HTTP: Revbump for new EAPI and eclass; fix description
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8-r1.ebuild | 15 +++++++++++++++
13 dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild | 13 -------------
14 2 files changed, 15 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8-r1.ebuild b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8-r1.ebuild
17 new file mode 100644
18 index 00000000000..af14c8c0b4b
19 --- /dev/null
20 +++ b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8-r1.ebuild
21 @@ -0,0 +1,15 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI="6"
26 +
27 +inherit php-pear-r2
28 +
29 +DESCRIPTION="Create HTTP authentication systems like Apache's realm-based .htaccess mechanism"
30 +LICENSE="PHP-3.01"
31 +SLOT="0"
32 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 +IUSE=""
34 +RDEPEND="dev-php/PEAR-Auth"
35 +DOCS=( docs/sample.sql )
36 +HTML_DOCS=( docs/test_digest_simple.php docs/test_digest_post.php docs/test_digest_get.php docs/test_basic_simple.php )
37
38 diff --git a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild
39 deleted file mode 100644
40 index 5870fd8afa4..00000000000
41 --- a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild
42 +++ /dev/null
43 @@ -1,13 +0,0 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -
47 -EAPI="4"
48 -
49 -inherit php-pear-r1
50 -
51 -DESCRIPTION="Create HTTP authentication systems similar to Apache's realm-based .htaccess mechanism"
52 -LICENSE="PHP-3.01"
53 -SLOT="0"
54 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
55 -IUSE=""
56 -RDEPEND="dev-php/PEAR-Auth"