diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-09 22:45:33 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-09 22:45:33 -0400 |
commit | b505bbd79e0c1c9e5db83741e47aed0320cf01c1 (patch) | |
tree | 9137c064eea8cead3048050cba5cfab14a4940e3 /dev-php | |
parent | dev-db/pgpool2: Bump, new repo, postgres-multi (diff) | |
download | gentoo-b505bbd79e0c1c9e5db83741e47aed0320cf01c1.tar.gz gentoo-b505bbd79e0c1c9e5db83741e47aed0320cf01c1.tar.bz2 gentoo-b505bbd79e0c1c9e5db83741e47aed0320cf01c1.zip |
dev-php/PEAR-Auth_HTTP: Revbump for new EAPI and eclass; fix description
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8-r1.ebuild | 15 | ||||
-rw-r--r-- | 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 000000000000..af14c8c0b4b7 --- /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 5870fd8afa44..000000000000 --- 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" |