From 5c032bf19b7b4b452e4b16e2d7f6e52b7eb92834 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Wed, 18 Jan 2012 17:55:10 +0000 Subject: EAPI bump & remove old Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64 --- dev-php/PEAR-Auth_HTTP/ChangeLog | 10 ++++++++-- dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild | 14 ++++++++++++++ dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild | 12 ------------ 3 files changed, 22 insertions(+), 14 deletions(-) create mode 100644 dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6-r1.ebuild delete mode 100644 dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild (limited to 'dev-php/PEAR-Auth_HTTP') 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 -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 PEAR-Auth_HTTP-2.1.6.ebuild: 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" 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.ebuild deleted file mode 100644 index 18f5863cc5ac..000000000000 --- a/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.6.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2007 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 $ - -inherit php-pear-r1 depend.php - -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" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -RDEPEND="dev-php/PEAR-Auth" -- cgit v1.2.3-65-gdbad