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 dev-games/ggz-client-libs: ggz-client-libs-0.0.14.1.ebuild ChangeLog
Date: Sun, 01 Feb 2009 06:23:10
Message-Id: E1LTVjY-0005cn-FX@stork.gentoo.org
1 mr_bones_ 09/02/01 06:23:08
2
3 Modified: ggz-client-libs-0.0.14.1.ebuild ChangeLog
4 Log:
5 add patch from Michael Edenfield to apply the DESTDIR string correctly (bug #237607)
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.10 dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild?r1=1.9&r2=1.10
14
15 Index: ggz-client-libs-0.0.14.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ggz-client-libs-0.0.14.1.ebuild 13 Nov 2008 19:46:25 -0000 1.9
22 +++ ggz-client-libs-0.0.14.1.ebuild 1 Feb 2009 06:23:08 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild,v 1.9 2008/11/13 19:46:25 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1.ebuild,v 1.10 2009/02/01 06:23:08 mr_bones_ Exp $
29
30 inherit games-ggz
31
32 @@ -16,3 +16,4 @@
33 virtual/libintl"
34 DEPEND="${RDEPEND}
35 sys-devel/gettext"
36 +PATCHES=( "${FILESDIR}"/${P}-destdir.patch )
37
38
39
40 1.29 dev-games/ggz-client-libs/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ggz-client-libs/ChangeLog?rev=1.29&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ggz-client-libs/ChangeLog?rev=1.29&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ggz-client-libs/ChangeLog?r1=1.28&r2=1.29
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ChangeLog,v
49 retrieving revision 1.28
50 retrieving revision 1.29
51 diff -u -r1.28 -r1.29
52 --- ChangeLog 13 Nov 2008 19:46:25 -0000 1.28
53 +++ ChangeLog 1 Feb 2009 06:23:08 -0000 1.29
54 @@ -1,6 +1,12 @@
55 # ChangeLog for dev-games/ggz-client-libs
56 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ChangeLog,v 1.28 2008/11/13 19:46:25 ranger Exp $
58 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ChangeLog,v 1.29 2009/02/01 06:23:08 mr_bones_ Exp $
60 +
61 + 01 Feb 2009; Michael Sterrett <mr_bones_@g.o>
62 + +files/ggz-client-libs-0.0.14.1-destdir.patch,
63 + ggz-client-libs-0.0.14.1.ebuild:
64 + add patch from Michael Edenfield to apply the DESTDIR string correctly (bug
65 + #237607)
66
67 13 Nov 2008; Brent Baude <ranger@g.o>
68 ggz-client-libs-0.0.14.1.ebuild: