From 4ed698fb59fffd76ab4f96eb788f4a46586c3b51 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Thu, 15 Apr 2010 00:00:44 +0000 Subject: bump (Portage version: 2.1.8.3/cvs/Linux i686) --- dev-php/PEAR-Text_CAPTCHA/ChangeLog | 9 +++++++-- .../PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild (limited to 'dev-php') 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; +PEAR-Text_CAPTCHA-0.4.0.ebuild: + bump with minor upstream fixes 06 Dec 2007; Markus Ullmann 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 )" -- cgit v1.2.3-65-gdbad