diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-18 17:55:10 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-18 17:55:10 +0000 |
commit | 5c032bf19b7b4b452e4b16e2d7f6e52b7eb92834 (patch) | |
tree | 84604f89f9b7cf6ae3f964553d44e3c237f5cfc0 /dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild | |
parent | version bump & remove old (diff) | |
download | historical-5c032bf19b7b4b452e4b16e2d7f6e52b7eb92834.tar.gz historical-5c032bf19b7b4b452e4b16e2d7f6e52b7eb92834.tar.bz2 historical-5c032bf19b7b4b452e4b16e2d7f6e52b7eb92834.zip |
EAPI bump & remove old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild')
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild new file mode 100644 index 000000000000..597277e1363f --- /dev/null +++ b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild,v 1.1 2012/01/18 17:55:10 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Provides methods for creating an HTTP authentication system using PHP, that is similar to Apache's realm-based .htaccess authentication." +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND="dev-php/PEAR-Auth" |