summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-02-24 19:12:16 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-02-24 19:12:16 +0000
commite88d5a7281a7043518e9ef34d2b8b88c3fcb1223 (patch)
treeaa0fc0753103aaaa6e52dce051e70a6d58fb1b3d /dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.3.ebuild
parentx86 stable per bug 353436 (diff)
downloadgentoo-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/PEAR-Text_CAPTCHA-0.4.3.ebuild')
-rw-r--r--dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.3.ebuild21
1 files changed, 21 insertions, 0 deletions
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 )"