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-arcade/afternoonstalker: ChangeLog afternoonstalker-1.1.2.ebuild
Date: Mon, 02 Mar 2009 06:57:43
Message-Id: E1Le25t-0001Ej-Vv@stork.gentoo.org
1 mr_bones_ 09/03/02 06:57:41
2
3 Modified: ChangeLog
4 Added: afternoonstalker-1.1.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.8 games-arcade/afternoonstalker/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/afternoonstalker/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/afternoonstalker/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/afternoonstalker/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 17 Jan 2008 07:06:53 -0000 1.7
23 +++ ChangeLog 2 Mar 2009 06:57:41 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-arcade/afternoonstalker
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v 1.7 2008/01/17 07:06:53 tupone Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v 1.8 2009/03/02 06:57:41 mr_bones_ Exp $
30 +
31 +*afternoonstalker-1.1.2 (02 Mar 2009)
32 +
33 + 02 Mar 2009; Michael Sterrett <mr_bones_@g.o>
34 + +afternoonstalker-1.1.2.ebuild:
35 + version bump
36
37 17 Jan 2008; Tupone Alfredo <tupone@g.o>
38 afternoonstalker-1.1.1.ebuild:
39
40
41
42 1.1 games-arcade/afternoonstalker/afternoonstalker-1.1.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: afternoonstalker-1.1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.2.ebuild,v 1.1 2009/03/02 06:57:41 mr_bones_ Exp $
52
53 EAPI=2
54 inherit autotools eutils games
55
56 DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
57 HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker.html"
58 SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 RDEPEND=">=dev-games/flatzebra-0.1.2"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 src_prepare() {
70 sed -i \
71 -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
72 -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
73 -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
74 src/Makefile.am \
75 || die "sed failed"
76 sed -i \
77 -e '/^docdir/d' \
78 -e '/INSTALL/d' \
79 -e '/COPYING/d' \
80 Makefile.am \
81 || die "sed failed"
82 AT_M4DIR=macros eautoreconf
83 }
84
85 src_configure() {
86 egamesconf \
87 --disable-dependency-tracking \
88 --docdir=/usr/share/doc/${PF}
89 }
90
91 src_install() {
92 emake DESTDIR="${D}" install || die "emake install failed"
93 prepalldocs
94 prepgamesdirs
95 }