commit:     b505bbd79e0c1c9e5db83741e47aed0320cf01c1
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 02:45:33 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 02:45:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b505bbd7

dev-php/PEAR-Auth_HTTP: Revbump for new EAPI and eclass; fix description

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8-r1.ebuild | 15 +++++++++++++++
 dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild    | 13 -------------
 2 files changed, 15 insertions(+), 13 deletions(-)

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
new file mode 100644
index 00000000000..af14c8c0b4b
--- /dev/null
+++ b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit php-pear-r2
+
+DESCRIPTION="Create HTTP authentication systems like Apache's realm-based 
.htaccess mechanism"
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND="dev-php/PEAR-Auth"
+DOCS=( docs/sample.sql )
+HTML_DOCS=( docs/test_digest_simple.php docs/test_digest_post.php 
docs/test_digest_get.php docs/test_basic_simple.php )

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
deleted file mode 100644
index 5870fd8afa4..00000000000
--- a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Create HTTP authentication systems similar to Apache's 
realm-based .htaccess mechanism"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-RDEPEND="dev-php/PEAR-Auth"

Reply via email to