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-action/snipes: snipes-1.0.3.ebuild ChangeLog
Date: Fri, 30 Jan 2009 03:07:04
Message-Id: E1LSiyz-0007pc-In@stork.gentoo.org
1 mr_bones_ 09/01/30 02:19:49
2
3 Modified: ChangeLog
4 Added: snipes-1.0.3.ebuild
5 Log:
6 version bump - ebuild submitted by Cyp via bug #256817
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
8
9 Revision Changes Path
10 1.4 games-action/snipes/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/snipes/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/snipes/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/snipes/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 4 Sep 2008 21:05:17 -0000 1.3
23 +++ ChangeLog 30 Jan 2009 02:19:49 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-action/snipes
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.3 2008/09/04 21:05:17 nyhm Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.4 2009/01/30 02:19:49 mr_bones_ Exp $
30 +
31 +*snipes-1.0.3 (30 Jan 2009)
32 +
33 + 30 Jan 2009; Michael Sterrett <mr_bones_@g.o> +snipes-1.0.3.ebuild:
34 + version bump - ebuild submitted by Cyp via bug #256817
35
36 *snipes-1.0.2 (04 Sep 2008)
37
38
39
40
41 1.1 games-action/snipes/snipes-1.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/snipes/snipes-1.0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/snipes/snipes-1.0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: snipes-1.0.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.3.ebuild,v 1.1 2009/01/30 02:19:49 mr_bones_ Exp $
51
52 inherit toolchain-funcs games
53
54 DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name"
55 HOMEPAGE="http://cyp.github.com/snipes/"
56 SRC_URI="http://cyp.github.com/snipes/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 DEPEND="media-libs/libsdl"
64
65 src_install() {
66 dogamesbin snipes || die "dogamesbin failed"
67 doman snipes.6
68 dodoc ChangeLog
69 prepgamesdirs
70 }