Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/torrent: ChangeLog torrent-0.8.2.ebuild
Date: Wed, 25 Feb 2015 21:54:51
Message-Id: 20150225215445.3FCAC128C7@oystercatcher.gentoo.org
1 tupone 15/02/25 21:54:45
2
3 Modified: ChangeLog torrent-0.8.2.ebuild
4 Log:
5 EAPI 5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.9 games-puzzle/torrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 10 Aug 2009 21:23:49 -0000 1.8
23 +++ ChangeLog 25 Feb 2015 21:54:45 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-puzzle/torrent
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.8 2009/08/10 21:23:49 mr_bones_ Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.9 2015/02/25 21:54:45 tupone Exp $
30 +
31 + 25 Feb 2015; Tupone Alfredo <tupone@g.o> torrent-0.8.2.ebuild:
32 + EAPI 5
33
34 10 Aug 2009; Michael Sterrett <mr_bones_@g.o> torrent-0.8.2.ebuild:
35 EAPI=2; build with gcc43
36
37
38
39 1.7 games-puzzle/torrent/torrent-0.8.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild?r1=1.6&r2=1.7
44
45 Index: torrent-0.8.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- torrent-0.8.2.ebuild 10 Aug 2009 21:23:49 -0000 1.6
52 +++ torrent-0.8.2.ebuild 25 Feb 2015 21:54:45 -0000 1.7
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v 1.6 2009/08/10 21:23:49 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.2.ebuild,v 1.7 2015/02/25 21:54:45 tupone Exp $
59
60 -EAPI=2
61 +EAPI=5
62 inherit games
63
64 DESCRIPTION="Match rising tiles to score as many points as possible before the tiles touch the top of the board"
65 @@ -18,6 +18,7 @@
66 >=media-libs/sdl-mixer-1.2
67 >=media-libs/sdl-image-1.2
68 media-libs/sdl-ttf"
69 +RDEPEND="${DEPEND}"
70
71 src_prepare() {
72 sed -i \
73 @@ -27,7 +28,6 @@
74 }
75
76 src_install() {
77 - make DESTDIR="${D}" install || die "make install failed"
78 - dodoc ChangeLog
79 + default
80 prepgamesdirs
81 }