Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Image_Color: ChangeLog PEAR-Image_Color-1.0.3.ebuild
Date: Sat, 22 Aug 2009 19:47:26
Message-Id: E1MewYd-0001T8-4C@stork.gentoo.org
1 beandog 09/08/22 19:47:23
2
3 Modified: ChangeLog
4 Added: PEAR-Image_Color-1.0.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 dev-php/PEAR-Image_Color/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 6 Dec 2007 00:27:06 -0000 1.15
23 +++ ChangeLog 22 Aug 2009 19:47:22 -0000 1.16
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php/PEAR-Image_Color
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog,v 1.15 2007/12/06 00:27:06 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Color/ChangeLog,v 1.16 2009/08/22 19:47:22 beandog Exp $
30 +
31 +*PEAR-Image_Color-1.0.3 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o>
34 + +PEAR-Image_Color-1.0.3.ebuild:
35 + Version bump
36
37 06 Dec 2007; Markus Ullmann <jokey@g.o>
38 PEAR-Image_Color-1.0.2.ebuild:
39
40
41
42 1.1 dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Image_Color-1.0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_Color/PEAR-Image_Color-1.0.3.ebuild,v 1.1 2009/08/22 19:47:22 beandog Exp $
52
53 inherit php-pear-r1 depend.php
54
55 DESCRIPTION="Manages and handles color data and conversions."
56
57 LICENSE="PHP-3"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 pkg_setup() {
63 require_gd
64 }