Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/trimines: trimines-1.3.0.ebuild ChangeLog
Date: Fri, 23 Dec 2011 16:57:33
Message-Id: 20111223165722.DA1EE2004B@flycatcher.gentoo.org
1 ago 11/12/23 16:57:22
2
3 Modified: trimines-1.3.0.ebuild ChangeLog
4 Log:
5 Added ~amd64 and missing RDEPEND line, wrt bug #293219
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 games-puzzle/trimines/trimines-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/trimines/trimines-1.3.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/trimines/trimines-1.3.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/trimines/trimines-1.3.0.ebuild?r1=1.5&r2=1.6
15
16 Index: trimines-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/trimines/trimines-1.3.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- trimines-1.3.0.ebuild 13 Oct 2010 22:44:05 -0000 1.5
23 +++ trimines-1.3.0.ebuild 23 Dec 2011 16:57:22 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/trimines/trimines-1.3.0.ebuild,v 1.5 2010/10/13 22:44:05 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/trimines/trimines-1.3.0.ebuild,v 1.6 2011/12/23 16:57:22 ago Exp $
30
31 EAPI=2
32 inherit eutils games
33 @@ -11,10 +11,11 @@
34
35 LICENSE="as-is"
36 SLOT="0"
37 -KEYWORDS="~ppc x86"
38 +KEYWORDS="~amd64 ~ppc x86"
39 IUSE=""
40
41 DEPEND="media-libs/libsdl[video]"
42 +RDEPEND="${DEPEND}"
43
44 src_prepare() {
45 sed -i \
46
47
48
49 1.7 games-puzzle/trimines/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/trimines/ChangeLog?rev=1.7&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/trimines/ChangeLog?rev=1.7&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/trimines/ChangeLog?r1=1.6&r2=1.7
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/trimines/ChangeLog,v
58 retrieving revision 1.6
59 retrieving revision 1.7
60 diff -u -r1.6 -r1.7
61 --- ChangeLog 13 Oct 2010 22:44:05 -0000 1.6
62 +++ ChangeLog 23 Dec 2011 16:57:22 -0000 1.7
63 @@ -1,6 +1,9 @@
64 # ChangeLog for games-puzzle/trimines
65 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/trimines/ChangeLog,v 1.6 2010/10/13 22:44:05 mr_bones_ Exp $
67 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/trimines/ChangeLog,v 1.7 2011/12/23 16:57:22 ago Exp $
69 +
70 + 23 Dec 2011; Agostino Sarubbo <ago@g.o> trimines-1.3.0.ebuild:
71 + Added ~amd64 and missing RDEPEND line, wrt bug #293219
72
73 13 Oct 2010; Michael Sterrett <mr_bones_@g.o>
74 trimines-1.3.0.ebuild, +files/trimines-1.3.0-gentoo.patch: