diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:41:43 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:41:43 +0000 |
commit | 74da479c470c9a26a4ede9473f755bf72ddc17f9 (patch) | |
tree | 485a163b42c04f87ba970bffe3960200363ec8be /dev-php/PEAR-Auth_SASL | |
parent | Initial import. (diff) | |
download | historical-74da479c470c9a26a4ede9473f755bf72ddc17f9.tar.gz historical-74da479c470c9a26a4ede9473f755bf72ddc17f9.tar.bz2 historical-74da479c470c9a26a4ede9473f755bf72ddc17f9.zip |
Version bump
Package-Manager: portage-2.2_rc38/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.3.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 a35492562a2a..491c94aace86 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.33 2007/12/05 23:34:03 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.34 2009/08/22 18:38:01 beandog Exp $ + +*PEAR-Auth_SASL-1.0.3 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Auth_SASL-1.0.3.ebuild: + Version bump 05 Dec 2007; Markus Ullmann <jokey@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.3.ebuild b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild new file mode 100644 index 000000000000..ff991031bb9f --- /dev/null +++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/08/22 18:38:01 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="" |