Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gd: ChangeLog gd-2.0.35-r3.ebuild
Date: Fri, 02 Mar 2012 06:59:40
Message-Id: 20120302065930.0585520034@flycatcher.gentoo.org
1 ulm 12/03/02 06:59:30
2
3 Modified: ChangeLog gd-2.0.35-r3.ebuild
4 Log:
5 Fix LICENSE, "||" would mean dual licensing which is not the case here.
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.81 media-libs/gd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 27 Feb 2012 20:17:14 -0000 1.80
23 +++ ChangeLog 2 Mar 2012 06:59:29 -0000 1.81
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/gd
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.80 2012/02/27 20:17:14 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.81 2012/03/02 06:59:29 ulm Exp $
29 +
30 + 02 Mar 2012; Ulrich Müller <ulm@g.o> gd-2.0.35-r3.ebuild:
31 + Fix LICENSE, "||" would mean dual licensing which is not the case here.
32
33 27 Feb 2012; Mike Frysinger <vapier@g.o> gd-2.0.35-r3.ebuild:
34 DEPEND on pkg-config #406057 by cyberbat.
35
36
37
38 1.14 media-libs/gd/gd-2.0.35-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?r1=1.13&r2=1.14
43
44 Index: gd-2.0.35-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- gd-2.0.35-r3.ebuild 27 Feb 2012 20:17:14 -0000 1.13
51 +++ gd-2.0.35-r3.ebuild 2 Mar 2012 06:59:29 -0000 1.14
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.13 2012/02/27 20:17:14 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.14 2012/03/02 06:59:29 ulm Exp $
57
58 EAPI="2"
59
60 @@ -10,7 +10,7 @@
61 HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/"
62 SRC_URI="http://libgd.org/releases/${P}.tar.bz2"
63
64 -LICENSE="|| ( as-is BSD )"
65 +LICENSE="as-is BSD"
66 SLOT="2"
67 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
68 IUSE="fontconfig jpeg png static-libs truetype xpm zlib"