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 games-puzzle/gfifteen: gfifteen-0.10.2.ebuild ChangeLog
Date: Sat, 07 Apr 2012 04:09:35
Message-Id: 20120407040827.6AC612004B@flycatcher.gentoo.org
1 mr_bones_ 12/04/07 04:08:27
2
3 Modified: gfifteen-0.10.2.ebuild ChangeLog
4 Log:
5 add missing pkgconfig dep
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-puzzle/gfifteen/gfifteen-0.10.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild?r1=1.1&r2=1.2
15
16 Index: gfifteen-0.10.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gfifteen-0.10.2.ebuild 7 Apr 2012 02:47:46 -0000 1.1
23 +++ gfifteen-0.10.2.ebuild 7 Apr 2012 04:08:27 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild,v 1.1 2012/04/07 02:47:46 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-0.10.2.ebuild,v 1.2 2012/04/07 04:08:27 mr_bones_ Exp $
29
30 EAPI=2
31 inherit eutils games
32 @@ -14,7 +14,9 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -DEPEND="x11-libs/gtk+:3"
37 +RDEPEND="x11-libs/gtk+:3"
38 +DEPEND="${RDEPEND}
39 + dev-util/pkgconfig"
40
41 src_prepare() {
42 sed -i -e "/Encoding/d" gfifteen.desktop || die
43
44
45
46 1.2 games-puzzle/gfifteen/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/ChangeLog?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/ChangeLog?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/ChangeLog?r1=1.1&r2=1.2
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ChangeLog 7 Apr 2012 02:47:46 -0000 1.1
59 +++ ChangeLog 7 Apr 2012 04:08:27 -0000 1.2
60 @@ -1,6 +1,9 @@
61 # ChangeLog for games-puzzle/gfifteen
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v 1.1 2012/04/07 02:47:46 mr_bones_ Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v 1.2 2012/04/07 04:08:27 mr_bones_ Exp $
65 +
66 + 07 Apr 2012; Michael Sterrett <mr_bones_@g.o> gfifteen-0.10.2.ebuild:
67 + add missing pkgconfig dep
68
69 *gfifteen-0.10.2 (07 Apr 2012)