diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-02-02 15:15:57 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-02-02 15:15:57 +0000 |
commit | 606312e6b347d919b51ee0ce802223b7b3783fbd (patch) | |
tree | 02d4be457b4becee6141f9dbaff4405977628ae2 /dev-php/PEAR-Auth_HTTP | |
parent | ppc64 stable wrt #396761 (diff) | |
download | gentoo-2-606312e6b347d919b51ee0ce802223b7b3783fbd.tar.gz gentoo-2-606312e6b347d919b51ee0ce802223b7b3783fbd.tar.bz2 gentoo-2-606312e6b347d919b51ee0ce802223b7b3783fbd.zip |
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Auth_HTTP')
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-php/PEAR-Auth_HTTP/ChangeLog b/dev-php/PEAR-Auth_HTTP/ChangeLog index 61912554ac20..f3e26a5a62ff 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.9 2012/01/18 17:58:33 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_HTTP/ChangeLog,v 1.10 2012/02/02 15:15:57 olemarkus Exp $ + +*PEAR-Auth_HTTP-2.1.8 (02 Feb 2012) + + 02 Feb 2012; Ole Markus With <olemarkus@gentoo.org> + +PEAR-Auth_HTTP-2.1.8.ebuild: + Version bump 18 Jan 2012; Matti Bickel <mabi@gentoo.org> PEAR-Auth_HTTP-2.1.6-r1.ebuild: fix DESCRIPTION length 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 new file mode 100644 index 000000000000..8d6b5f6d170e --- /dev/null +++ b/dev-php/PEAR-Auth_HTTP/PEAR-Auth_HTTP-2.1.8.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.8.ebuild,v 1.1 2012/02/02 15:15:57 olemarkus Exp $ + +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" |