diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-04-15 00:00:44 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-04-15 00:00:44 +0000 |
commit | 4ed698fb59fffd76ab4f96eb788f4a46586c3b51 (patch) | |
tree | 6c55ca7b069ae3ed133a19c907be8d6141dc2955 /dev-php | |
parent | Version bump #315019 by Samuli Suominen. (diff) | |
download | gentoo-2-4ed698fb59fffd76ab4f96eb788f4a46586c3b51.tar.gz gentoo-2-4ed698fb59fffd76ab4f96eb788f4a46586c3b51.tar.bz2 gentoo-2-4ed698fb59fffd76ab4f96eb788f4a46586c3b51.zip |
bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_CAPTCHA/ChangeLog b/dev-php/PEAR-Text_CAPTCHA/ChangeLog index 0394403fd6cb..caa6270e5912 100644 --- a/dev-php/PEAR-Text_CAPTCHA/ChangeLog +++ b/dev-php/PEAR-Text_CAPTCHA/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Text_CAPTCHA -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.2 2007/12/06 00:53:55 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.3 2010/04/15 00:00:44 mabi Exp $ + +*PEAR-Text_CAPTCHA-0.4.0 (15 Apr 2010) + + 15 Apr 2010; <mabi@gentoo.org> +PEAR-Text_CAPTCHA-0.4.0.ebuild: + bump with minor upstream fixes 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Text_CAPTCHA-0.3.1.ebuild: diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild new file mode 100644 index 000000000000..26f45dcab9cc --- /dev/null +++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild,v 1.1 2010/04/15 00:00:44 mabi Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Generation of CAPTCHAs." +LICENSE="BSD" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="dev-php/PEAR-Text_Password + !minimal? ( dev-php/PEAR-Numbers_Words + dev-php/PEAR-Text_Figlet + dev-php/PEAR-Image_Text )" |