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-1.0.3.ebuild ChangeLog gfifteen-1.0.2.ebuild gfifteen-1.0.1.ebuild
Date: Tue, 05 Jun 2012 20:09:05
Message-Id: 20120605200844.30E922004B@flycatcher.gentoo.org
1 mr_bones_ 12/06/05 20:08:44
2
3 Modified: ChangeLog
4 Added: gfifteen-1.0.3.ebuild
5 Removed: gfifteen-1.0.2.ebuild gfifteen-1.0.1.ebuild
6 Log:
7 version bump
8
9 (Portage version: 2.1.10.49/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 games-puzzle/gfifteen/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 4 May 2012 04:45:28 -0000 1.6
25 +++ ChangeLog 5 Jun 2012 20:08:43 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for games-puzzle/gfifteen
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v 1.6 2012/05/04 04:45:28 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/ChangeLog,v 1.7 2012/06/05 20:08:43 mr_bones_ Exp $
31 +
32 +*gfifteen-1.0.3 (05 Jun 2012)
33 +
34 + 05 Jun 2012; Michael Sterrett <mr_bones_@g.o> +gfifteen-1.0.3.ebuild,
35 + -gfifteen-1.0.1.ebuild, -gfifteen-1.0.2.ebuild:
36 + version bump
37
38 04 May 2012; Jeff Horelick <jdhore@g.o> gfifteen-1.0.1.ebuild,
39 gfifteen-1.0.2.ebuild:
40
41
42
43 1.1 games-puzzle/gfifteen/gfifteen-1.0.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gfifteen-1.0.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/gfifteen/gfifteen-1.0.3.ebuild,v 1.1 2012/06/05 20:08:43 mr_bones_ Exp $
53
54 EAPI=2
55 inherit eutils games
56
57 DESCRIPTION="graphical implementation of the sliding puzzle game fifteen"
58 HOMEPAGE="https://frigidcode.com/code/gfifteen/"
59 SRC_URI="https://frigidcode.com/code/gfifteen/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="x11-libs/gtk+:3"
67 DEPEND="${RDEPEND}
68 virtual/pkgconfig"
69
70 src_configure() {
71 egamesconf \
72 --disable-dependency-tracking \
73 --disable-assembly || die
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78 dodoc README ChangeLog || die
79 doicon ${PN}.svg
80 domenu gfifteen.desktop
81 prepgamesdirs
82 }