summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2014-01-27 21:52:38 +0000
committerMatti Bickel <mabi@gentoo.org>2014-01-27 21:52:38 +0000
commit7c1401f74f3e58375eea75ac68eb7e98bdab9c6b (patch)
tree5f5403538bdc6efc14decf0f1f60b9c443f4b1ab /dev-php/PEAR-Text_CAPTCHA
parentversion bump (diff)
downloadgentoo-2-7c1401f74f3e58375eea75ac68eb7e98bdab9c6b.tar.gz
gentoo-2-7c1401f74f3e58375eea75ac68eb7e98bdab9c6b.tar.bz2
gentoo-2-7c1401f74f3e58375eea75ac68eb7e98bdab9c6b.zip
cleanup, version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php/PEAR-Text_CAPTCHA')
-rw-r--r--dev-php/PEAR-Text_CAPTCHA/ChangeLog11
-rw-r--r--dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild21
-rw-r--r--dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild (renamed from dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild)13
3 files changed, 16 insertions, 29 deletions
diff --git a/dev-php/PEAR-Text_CAPTCHA/ChangeLog b/dev-php/PEAR-Text_CAPTCHA/ChangeLog
index 9b4533f24e47..646765637f54 100644
--- a/dev-php/PEAR-Text_CAPTCHA/ChangeLog
+++ b/dev-php/PEAR-Text_CAPTCHA/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Text_CAPTCHA
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.9 2012/02/16 18:30:52 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.10 2014/01/27 21:52:38 mabi Exp $
+
+*PEAR-Text_CAPTCHA-0.5.0 (27 Jan 2014)
+
+ 27 Jan 2014; Matti Bickel <mabi@gentoo.org> +PEAR-Text_CAPTCHA-0.5.0.ebuild,
+ -PEAR-Text_CAPTCHA-0.3.1.ebuild, -PEAR-Text_CAPTCHA-0.4.0.ebuild:
+ cleanup, version bump
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
PEAR-Text_CAPTCHA-0.4.3.ebuild:
@@ -45,4 +51,3 @@
08 Oct 2007; Anant Narayanan <anant@gentoo.org> +metadata.xml,
+PEAR-Text_CAPTCHA-0.3.1.ebuild:
Initial import of ebuild from overlay
-
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
deleted file mode 100644
index 4a7eff8818b6..000000000000
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.4 2010/08/12 08:49:54 maekke 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 )"
diff --git a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild
index 9e5e580fd781..58b00821f87a 100644
--- a/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.3.1.ebuild
+++ b/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild
@@ -1,17 +1,20 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 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.3.1.ebuild,v 1.2 2007/12/06 00:53:55 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild,v 1.1 2014/01/27 21:52:38 mabi Exp $
+
+EAPI=5
inherit php-pear-r1
DESCRIPTION="Generation of CAPTCHAs."
-LICENSE="PHP-3 BSD"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
-RDEPEND="dev-php/PEAR-Text_Password
+RDEPEND=">=dev-php/PEAR-Text_Password-1.1.1
+ dev-lang/php[gd,truetype]
!minimal? ( dev-php/PEAR-Numbers_Words
dev-php/PEAR-Text_Figlet
- dev-php/PEAR-Image_Text )"
+ >=dev-php/PEAR-Image_Text-0.7.0 )"