diff options
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild (renamed from dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild) | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/dev-php/PEAR-Auth_HTTP/ChangeLog b/dev-php/PEAR-Auth_HTTP/ChangeLog index c2a5fca8969c..be5eb1cfe456 100644 --- a/dev-php/PEAR-Auth_HTTP/ChangeLog +++ b/dev-php/PEAR-Auth_HTTP/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Auth_HTTP -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.7 2007/12/05 23:33:14 jokey Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.8 2012/01/18 17:55:10 mabi Exp $ + +*PEAR-Auth_HTTP-2.1.6-r1 (18 Jan 2012) + + 18 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Auth_HTTP-2.1.6.ebuild, + +PEAR-Auth_HTTP-2.1.6-r1.ebuild: + EAPI bump, fix LICENSE & remove old 05 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Auth_HTTP-2.1.6.ebuild: diff --git a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild index 18f5863cc5ac..597277e1363f 100644 --- a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild +++ b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.ebuild,v 1.6 2007/12/05 23:33:14 jokey Exp $ +# $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 $ -inherit php-pear-r1 depend.php +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-2.02" +LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |