diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:13:09 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:13:09 +0000 |
commit | b7670c522c3248b786940775eb0079a42e3bc2df (patch) | |
tree | 6ec2c5f0653c81582f03ac3707064ba3a7aa91a4 /dev-php/PEAR-Text_Password | |
parent | Fix libstdc++ deps. (diff) | |
download | historical-b7670c522c3248b786940775eb0079a42e3bc2df.tar.gz historical-b7670c522c3248b786940775eb0079a42e3bc2df.tar.bz2 historical-b7670c522c3248b786940775eb0079a42e3bc2df.zip |
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Text_Password')
-rw-r--r-- | dev-php/PEAR-Text_Password/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild | 12 |
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_Password/ChangeLog b/dev-php/PEAR-Text_Password/ChangeLog index 06f2815f2f34..39143f37b951 100644 --- a/dev-php/PEAR-Text_Password/ChangeLog +++ b/dev-php/PEAR-Text_Password/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Text_Password -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.19 2007/12/06 00:55:08 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.20 2009/08/22 19:06:20 beandog Exp $ + +*PEAR-Text_Password-1.1.1 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-Text_Password-1.1.1.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Text_Password-1.1.0.ebuild: diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild new file mode 100644 index 000000000000..dca3ba66f63d --- /dev/null +++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.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-Text_Password/PEAR-Text_Password-1.1.1.ebuild,v 1.1 2009/08/22 19:06:20 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Creating passwords with PHP." + +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |