Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/clanlib: clanlib-0.7.8-r2.ebuild ChangeLog clanlib-0.8.1.ebuild
Date: Fri, 20 Jun 2008 16:07:30
Message-Id: E1K9j92-0003ld-Jh@stork.gentoo.org
1 gentoofan23 08/06/20 16:07:24
2
3 Modified: clanlib-0.7.8-r2.ebuild ChangeLog
4 clanlib-0.8.1.ebuild
5 Log:
6 amd64 stable, bug #227355; Fix minor QA warnings in clanlib-0.7.8-r1
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 dev-games/clanlib/clanlib-0.7.8-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild?r1=1.4&r2=1.5
15
16 Index: clanlib-0.7.8-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- clanlib-0.7.8-r2.ebuild 29 Oct 2007 22:07:43 -0000 1.4
23 +++ clanlib-0.7.8-r2.ebuild 20 Jun 2008 16:07:24 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v 1.4 2007/10/29 22:07:43 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r2.ebuild,v 1.5 2008/06/20 16:07:24 gentoofan23 Exp $
30
31 inherit flag-o-matic eutils
32
33 @@ -35,7 +35,7 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39 find . -name .cvsignore -exec rm -f '{}' \;
40 epatch "${FILESDIR}"/${PV}-port.patch \
41 "${FILESDIR}"/${PV}-install-opengl-wrap.patch \
42
43
44
45 1.43 dev-games/clanlib/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.43&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.43&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/ChangeLog?r1=1.42&r2=1.43
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v
54 retrieving revision 1.42
55 retrieving revision 1.43
56 diff -u -r1.42 -r1.43
57 --- ChangeLog 29 May 2008 10:53:38 -0000 1.42
58 +++ ChangeLog 20 Jun 2008 16:07:24 -0000 1.43
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-games/clanlib
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.42 2008/05/29 10:53:38 opfer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.43 2008/06/20 16:07:24 gentoofan23 Exp $
64 +
65 + 20 Jun 2008; Thomas Anderson (gentoofan23) <gentoofan23@g.o>
66 + clanlib-0.7.8-r2.ebuild, clanlib-0.8.1.ebuild:
67 + amd64 stable, bug #227355; Fix minor QA warnings in clanlib-0.7.8-r1
68
69 29 May 2008; Christian Faulhammer <opfer@g.o> clanlib-0.8.1.ebuild:
70 stable x86, bug 214803
71
72
73
74 1.3 dev-games/clanlib/clanlib-0.8.1.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?r1=1.2&r2=1.3
79
80 Index: clanlib-0.8.1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- clanlib-0.8.1.ebuild 29 May 2008 10:53:38 -0000 1.2
87 +++ clanlib-0.8.1.ebuild 20 Jun 2008 16:07:24 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.2 2008/05/29 10:53:38 opfer Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.3 2008/06/20 16:07:24 gentoofan23 Exp $
93
94 inherit flag-o-matic eutils
95
96 @@ -10,7 +10,7 @@
97
98 LICENSE="ZLIB"
99 SLOT="0.8"
100 -KEYWORDS="~amd64 x86" #not big endian safe #82779
101 +KEYWORDS="amd64 x86" #not big endian safe #82779
102 IUSE="opengl sdl vorbis doc mikmod ipv6"
103
104 # opengl keyword does not drop the GL/GLU requirement.
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list