Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Text_CAPTCHA: PEAR-Text_CAPTCHA-0.5.0.ebuild ChangeLog PEAR-Text_CAPTCHA-0.3.1.ebuild PEAR-Text_CAPTCHA-0.4.0.ebuild
Date: Mon, 27 Jan 2014 21:52:45
Message-Id: 20140127215238.482D32004C@flycatcher.gentoo.org
1 mabi 14/01/27 21:52:38
2
3 Modified: ChangeLog
4 Added: PEAR-Text_CAPTCHA-0.5.0.ebuild
5 Removed: PEAR-Text_CAPTCHA-0.3.1.ebuild
6 PEAR-Text_CAPTCHA-0.4.0.ebuild
7 Log:
8 cleanup, version bump
9
10 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
11
12 Revision Changes Path
13 1.10 dev-php/PEAR-Text_CAPTCHA/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog?rev=1.10&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog?rev=1.10&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog?r1=1.9&r2=1.10
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v
22 retrieving revision 1.9
23 retrieving revision 1.10
24 diff -u -r1.9 -r1.10
25 --- ChangeLog 16 Feb 2012 18:30:52 -0000 1.9
26 +++ ChangeLog 27 Jan 2014 21:52:38 -0000 1.10
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-php/PEAR-Text_CAPTCHA
29 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.9 2012/02/16 18:30:52 phajdan.jr Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.10 2014/01/27 21:52:38 mabi Exp $
33 +
34 +*PEAR-Text_CAPTCHA-0.5.0 (27 Jan 2014)
35 +
36 + 27 Jan 2014; Matti Bickel <mabi@g.o> +PEAR-Text_CAPTCHA-0.5.0.ebuild,
37 + -PEAR-Text_CAPTCHA-0.3.1.ebuild, -PEAR-Text_CAPTCHA-0.4.0.ebuild:
38 + cleanup, version bump
39
40 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@g.o>
41 PEAR-Text_CAPTCHA-0.4.3.ebuild:
42 @@ -45,4 +51,3 @@
43 08 Oct 2007; Anant Narayanan <anant@g.o> +metadata.xml,
44 +PEAR-Text_CAPTCHA-0.3.1.ebuild:
45 Initial import of ebuild from overlay
46 -
47
48
49
50 1.1 dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild?rev=1.1&content-type=text/plain
54
55 Index: PEAR-Text_CAPTCHA-0.5.0.ebuild
56 ===================================================================
57 # Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $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 $
60
61 EAPI=5
62
63 inherit php-pear-r1
64
65 DESCRIPTION="Generation of CAPTCHAs."
66 LICENSE="BSD"
67 SLOT="0"
68
69 KEYWORDS="~amd64 ~x86"
70 IUSE="minimal"
71
72 RDEPEND=">=dev-php/PEAR-Text_Password-1.1.1
73 dev-lang/php[gd,truetype]
74 !minimal? ( dev-php/PEAR-Numbers_Words
75 dev-php/PEAR-Text_Figlet
76 >=dev-php/PEAR-Image_Text-0.7.0 )"