diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-02-24 19:12:16 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-02-24 19:12:16 +0000 |
commit | e88d5a7281a7043518e9ef34d2b8b88c3fcb1223 (patch) | |
tree | aa0fc0753103aaaa6e52dce051e70a6d58fb1b3d /dev-php/PEAR-Text_CAPTCHA | |
parent | x86 stable per bug 353436 (diff) | |
download | gentoo-2-e88d5a7281a7043518e9ef34d2b8b88c3fcb1223.tar.gz gentoo-2-e88d5a7281a7043518e9ef34d2b8b88c3fcb1223.tar.bz2 gentoo-2-e88d5a7281a7043518e9ef34d2b8b88c3fcb1223.zip |
Version bump (bug 356305)
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Text_CAPTCHA')
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.3.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_CAPTCHA/ChangeLog b/dev-php/PEAR-Text_CAPTCHA/ChangeLog index 4293a502d40f..dd1bd7e9ec9c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.6 2010/08/12 08:49:54 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.7 2011/02/24 19:12:16 olemarkus Exp $ + +*PEAR-Text_CAPTCHA-0.4.3 (24 Feb 2011) + + 24 Feb 2011; <olemarkus@gentoo.org> +PEAR-Text_CAPTCHA-0.4.3.ebuild: + Version bump (bug 356305) 12 Aug 2010; Markus Meier <maekke@gentoo.org> PEAR-Text_CAPTCHA-0.4.0.ebuild: diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.3.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.3.ebuild new file mode 100644 index 000000000000..764ec4da8fd3 --- /dev/null +++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.3.ebuild,v 1.1 2011/02/24 19:12:16 olemarkus Exp $ + +EAPI=2 + +inherit php-pear-r1 + +DESCRIPTION="Generation of CAPTCHAs." +LICENSE="BSD" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="dev-php/PEAR-Text_Password + dev-lang/php[truetype] + || ( dev-lang/php[gd] dev-lang/php[gd-external] ) + !minimal? ( dev-php/PEAR-Numbers_Words + dev-php/PEAR-Text_Figlet + dev-php/PEAR-Image_Text )" |