summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-php/PEAR-Text_CAPTCHA/ChangeLog9
-rw-r--r--dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.3.ebuild21
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 )"