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-arcade/alienwave: alienwave-0.3.0.ebuild
Date: Fri, 30 Jan 2009 15:23:11
Message-Id: E1LSvD2-0001IL-18@stork.gentoo.org
1 tupone 09/01/30 15:23:08
2
3 Modified: alienwave-0.3.0.ebuild
4 Log:
5 Forgot to inherit eutils
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.12 games-arcade/alienwave/alienwave-0.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?r1=1.11&r2=1.12
14
15 Index: alienwave-0.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- alienwave-0.3.0.ebuild 30 Jan 2009 15:09:45 -0000 1.11
22 +++ alienwave-0.3.0.ebuild 30 Jan 2009 15:23:07 -0000 1.12
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.11 2009/01/30 15:09:45 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.12 2009/01/30 15:23:07 tupone Exp $
28
29 EAPI=2
30 -inherit games
31 +inherit eutils games
32
33 DESCRIPTION="An ncurses-based Xenon clone"
34 HOMEPAGE="http://http://www.alessandropira.org/alienwave/aw.html"