Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ftgl: ftgl-2.1.2-r1.ebuild ChangeLog
Date: Thu, 27 Dec 2007 06:52:48
Message-Id: E1J7mbe-0004XI-Bm@stork.gentoo.org
1 mr_bones_ 07/12/27 06:52:38
2
3 Modified: ftgl-2.1.2-r1.ebuild ChangeLog
4 Log:
5 license should have been LGPL-2 (bug #174440)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.16 media-libs/ftgl/ftgl-2.1.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild?r1=1.15&r2=1.16
14
15 Index: ftgl-2.1.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ftgl-2.1.2-r1.ebuild 23 Oct 2007 23:57:31 -0000 1.15
22 +++ ftgl-2.1.2-r1.ebuild 27 Dec 2007 06:52:37 -0000 1.16
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild,v 1.15 2007/10/23 23:57:31 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ftgl-2.1.2-r1.ebuild,v 1.16 2007/12/27 06:52:37 mr_bones_ Exp $
28
29 WANT_AUTOMAKE=latest
30 WANT_AUTOCONF=latest
31 @@ -10,7 +10,7 @@
32 HOMEPAGE="http://homepages.paradise.net.nz/henryj/code/#FTGL"
33 SRC_URI="http://opengl.geek.nz/ftgl/${P}.tar.gz"
34
35 -LICENSE="GPL-2"
36 +LICENSE="LGPL-2"
37 SLOT="0"
38 KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86 ~x86-fbsd"
39 IUSE=""
40 @@ -35,13 +35,13 @@
41 ln -fs ../../docs/html "${S}/docs"
42 fi
43 sed -i \
44 - -e "s:\((PACKAGE_NAME)\):\1-${PVR}:g" ${S}/docs/Makefile \
45 + -e "s:\((PACKAGE_NAME)\):\1-${PVR}:g" "${S}"/docs/Makefile \
46 || die "sed failed"
47 sed -i \
48 - -e "s: \\$:\t\\$:g" ${S}/src/Makefile \
49 + -e "s: \\$:\t\\$:g" "${S}"/src/Makefile \
50 || die "sed failed"
51
52 - cd ${S}
53 + cd "${S}"
54 AT_M4DIR=m4 eautoreconf
55 }
56
57 @@ -49,7 +49,6 @@
58 strip-flags # ftgl is sensitive - bug #112820
59 econf \
60 --enable-shared \
61 - --enable-shared \
62 || die
63 emake || die
64 }
65
66
67
68 1.19 media-libs/ftgl/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/ChangeLog?rev=1.19&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/ChangeLog?rev=1.19&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ftgl/ChangeLog?r1=1.18&r2=1.19
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/media-libs/ftgl/ChangeLog,v
77 retrieving revision 1.18
78 retrieving revision 1.19
79 diff -u -r1.18 -r1.19
80 --- ChangeLog 25 Dec 2007 14:52:55 -0000 1.18
81 +++ ChangeLog 27 Dec 2007 06:52:37 -0000 1.19
82 @@ -1,6 +1,9 @@
83 # ChangeLog for media-libs/ftgl
84 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ChangeLog,v 1.18 2007/12/25 14:52:55 phreak Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ftgl/ChangeLog,v 1.19 2007/12/27 06:52:37 mr_bones_ Exp $
87 +
88 + 27 Dec 2007; Michael Sterrett <mr_bones_@g.o> ftgl-2.1.2-r1.ebuild:
89 + license should have been LGPL-2 (bug #174440)
90
91 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
92 Removing seemant from metadata.xml as per #202469.
93
94
95
96 --
97 gentoo-commits@g.o mailing list