diff options
author | 2011-03-26 10:51:42 +0000 | |
---|---|---|
committer | 2011-03-26 10:51:42 +0000 | |
commit | 478766eeda04a202988d4901fad603ee452405e7 (patch) | |
tree | a1142ee3db3e153ea55d72cc46f3a688115d09fb /dev-php | |
parent | Version bump. (diff) | |
download | gentoo-2-478766eeda04a202988d4901fad603ee452405e7.tar.gz gentoo-2-478766eeda04a202988d4901fad603ee452405e7.tar.bz2 gentoo-2-478766eeda04a202988d4901fad603ee452405e7.zip |
Version bump. Bug #360011. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA_Numeral/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.1.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_CAPTCHA_Numeral/ChangeLog b/dev-php/PEAR-Text_CAPTCHA_Numeral/ChangeLog index b2e3121d9c8f..d02d895abc11 100644 --- a/dev-php/PEAR-Text_CAPTCHA_Numeral/ChangeLog +++ b/dev-php/PEAR-Text_CAPTCHA_Numeral/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Text_CAPTCHA_Numeral -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA_Numeral/ChangeLog,v 1.1 2008/03/17 12:50:31 jokey Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA_Numeral/ChangeLog,v 1.2 2011/03/26 10:51:42 olemarkus Exp $ + +*PEAR-Text_CAPTCHA_Numeral-1.3.1 (26 Mar 2011) + + 26 Mar 2011; <olemarkus@gentoo.org> +PEAR-Text_CAPTCHA_Numeral-1.3.1.ebuild: + Version bump. Bug #360011. Thanks to Denny *PEAR-Text_CAPTCHA_Numeral-1.2.0 (17 Mar 2008) diff --git a/dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.1.ebuild b/dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.1.ebuild new file mode 100644 index 000000000000..a305319f63eb --- /dev/null +++ b/dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.1.ebuild @@ -0,0 +1,13 @@ +# 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_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.1.ebuild,v 1.1 2011/03/26 10:51:42 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Generates mathematical operations and answers in order to prove that bots using it are human." +LICENSE="BSD" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" + |