Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gtkatlantic: gtkatlantic-0.4.2.ebuild ChangeLog
Date: Thu, 24 Jan 2008 07:57:31
Message-Id: E1JHwxk-0001C3-Ry@stork.gentoo.org
1 nyhm 08/01/24 07:57:28
2
3 Modified: gtkatlantic-0.4.2.ebuild ChangeLog
4 Log:
5 Add pkgconfig dep, bug #206308
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.3 games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild?r1=1.2&r2=1.3
14
15 Index: gtkatlantic-0.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gtkatlantic-0.4.2.ebuild 9 Mar 2006 23:09:52 -0000 1.2
22 +++ gtkatlantic-0.4.2.ebuild 24 Jan 2008 07:57:28 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.2 2006/03/09 23:09:52 hansmi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.4.2.ebuild,v 1.3 2008/01/24 07:57:28 nyhm Exp $
29
30 inherit games
31
32 @@ -13,12 +13,14 @@
33 KEYWORDS="~amd64 ppc x86"
34 IUSE=""
35
36 -DEPEND="=x11-libs/gtk+-2*
37 - >=dev-libs/libxml2-2.4.0
38 - >=media-libs/libpng-1.0.12"
39 +RDEPEND="=x11-libs/gtk+-2*
40 + dev-libs/libxml2
41 + media-libs/libpng"
42 +DEPEND="${RDEPEND}
43 + dev-util/pkgconfig"
44
45 src_install() {
46 - make DESTDIR="${D}" install || die "make install failed"
47 + emake DESTDIR="${D}" install || die "emake install failed"
48 dodoc AUTHORS ChangeLog NEWS README
49 prepgamesdirs
50 }
51
52
53
54 1.15 games-board/gtkatlantic/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/ChangeLog?rev=1.15&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/ChangeLog?rev=1.15&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gtkatlantic/ChangeLog?r1=1.14&r2=1.15
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v
63 retrieving revision 1.14
64 retrieving revision 1.15
65 diff -u -r1.14 -r1.15
66 --- ChangeLog 9 Mar 2006 23:09:52 -0000 1.14
67 +++ ChangeLog 24 Jan 2008 07:57:28 -0000 1.15
68 @@ -1,6 +1,9 @@
69 # ChangeLog for games-board/gtkatlantic
70 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.14 2006/03/09 23:09:52 hansmi Exp $
72 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.15 2008/01/24 07:57:28 nyhm Exp $
74 +
75 + 24 Jan 2008; Tristan Heaven <nyhm@g.o> gtkatlantic-0.4.2.ebuild:
76 + Add pkgconfig dep, bug #206308
77
78 09 Mar 2006; Michael Hanselmann <hansmi@g.o>
79 gtkatlantic-0.4.2.ebuild:
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list