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/toppler: toppler-1.1.6.ebuild ChangeLog
Date: Thu, 28 Aug 2014 07:43:17
Message-Id: 20140828074313.90A7441A5@oystercatcher.gentoo.org
1 mr_bones_ 14/08/28 07:43:13
2
3 Modified: toppler-1.1.6.ebuild ChangeLog
4 Log:
5 tidy
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 games-puzzle/toppler/toppler-1.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild?r1=1.4&r2=1.5
15
16 Index: toppler-1.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- toppler-1.1.6.ebuild 24 Feb 2013 11:33:09 -0000 1.4
23 +++ toppler-1.1.6.ebuild 28 Aug 2014 07:43:13 -0000 1.5
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild,v 1.4 2013/02/24 11:33:09 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild,v 1.5 2014/08/28 07:43:13 mr_bones_ Exp $
30
31 EAPI=5
32 -inherit games
33 +inherit eutils games
34
35 DESCRIPTION="Reimplementation of Nebulous using SDL"
36 HOMEPAGE="http://toppler.sourceforge.net/"
37 @@ -20,14 +20,15 @@
38 DEPEND="${RDEPEND}
39 nls? ( sys-devel/gettext )"
40
41 -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
42 +src_prepare() {
43 + epatch "${FILESDIR}"/${P}-gentoo.patch
44 +}
45
46 src_configure() {
47 egamesconf $(use_enable nls)
48 }
49
50 src_install() {
51 - emake DESTDIR="${D}" install
52 - dodoc AUTHORS ChangeLog README
53 + default
54 prepgamesdirs
55 }
56
57
58
59 1.30 games-puzzle/toppler/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/ChangeLog?rev=1.30&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/ChangeLog?rev=1.30&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/ChangeLog?r1=1.29&r2=1.30
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v
68 retrieving revision 1.29
69 retrieving revision 1.30
70 diff -u -r1.29 -r1.30
71 --- ChangeLog 28 Aug 2014 06:49:45 -0000 1.29
72 +++ ChangeLog 28 Aug 2014 07:43:13 -0000 1.30
73 @@ -1,6 +1,9 @@
74 # ChangeLog for games-puzzle/toppler
75 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v 1.29 2014/08/28 06:49:45 mr_bones_ Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v 1.30 2014/08/28 07:43:13 mr_bones_ Exp $
78 +
79 + 28 Aug 2014; Michael Sterrett <mr_bones_@g.o> toppler-1.1.6.ebuild:
80 + tidy
81
82 28 Aug 2014; Michael Sterrett <mr_bones_@g.o>
83 -files/toppler-1.1.4-gentoo.patch, -toppler-1.1.4.ebuild: