diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-16 04:21:08 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-16 04:21:08 +0000 |
commit | 6cb075964343ee03ce9565017148e57c750510c8 (patch) | |
tree | 45807e3970e758a069d67f1dc75774684c9973f3 /dev-php/PEAR-Auth_SASL | |
parent | Remove PDEPEND upon dev-php/pear, as the eclass will pull it in directly now (diff) | |
download | gentoo-2-6cb075964343ee03ce9565017148e57c750510c8.tar.gz gentoo-2-6cb075964343ee03ce9565017148e57c750510c8.tar.bz2 gentoo-2-6cb075964343ee03ce9565017148e57c750510c8.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Auth_SASL')
-rw-r--r-- | dev-php/PEAR-Auth_SASL/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.4.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-Auth_SASL/ChangeLog b/dev-php/PEAR-Auth_SASL/ChangeLog index ccabbfd31a13..78ad76d0813a 100644 --- a/dev-php/PEAR-Auth_SASL/ChangeLog +++ b/dev-php/PEAR-Auth_SASL/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Auth_SASL -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.35 2009/11/24 14:42:40 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.36 2010/02/16 04:21:08 beandog Exp $ + +*PEAR-Auth_SASL-1.0.4 (16 Feb 2010) + + 16 Feb 2010; Steve Dibb <beandog@gentoo.org> +PEAR-Auth_SASL-1.0.4.ebuild: + Version bump 24 Nov 2009; Steve Dibb <beandog@gentoo.org> PEAR-Auth_SASL-1.0.1-r1.ebuild, PEAR-Auth_SASL-1.0.2.ebuild, diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.4.ebuild b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.4.ebuild new file mode 100644 index 000000000000..1a95315c185c --- /dev/null +++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.4.ebuild,v 1.1 2010/02/16 04:21:08 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Abstraction of various SASL mechanism responses" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" |