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/cosmosmash: cosmosmash-1.4.6.ebuild ChangeLog
Date: Fri, 24 Aug 2012 07:46:21
Message-Id: 20120824074612.0037020558@flycatcher.gentoo.org
1 mr_bones_ 12/08/24 07:46:11
2
3 Modified: ChangeLog
4 Added: cosmosmash-1.4.6.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 games-arcade/cosmosmash/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 4 May 2012 04:22:28 -0000 1.4
24 +++ ChangeLog 24 Aug 2012 07:46:11 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-arcade/cosmosmash
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.4 2012/05/04 04:22:28 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.5 2012/08/24 07:46:11 mr_bones_ Exp $
30 +
31 +*cosmosmash-1.4.6 (24 Aug 2012)
32 +
33 + 24 Aug 2012; Michael Sterrett <mr_bones_@g.o> +cosmosmash-1.4.6.ebuild:
34 + version bump
35
36 04 May 2012; Jeff Horelick <jdhore@g.o> cosmosmash-1.4.5.ebuild:
37 dev-util/pkgconfig -> virtual/pkgconfig
38 @@ -17,4 +22,3 @@
39 18 May 2010; Michael Sterrett <mr_bones_@g.o>
40 +cosmosmash-1.4.5.ebuild, +metadata.xml:
41 Initial commit
42 -
43
44
45
46 1.1 games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.1&content-type=text/plain
50
51 Index: cosmosmash-1.4.6.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.1 2012/08/24 07:46:11 mr_bones_ Exp $
56
57 EAPI=2
58 inherit autotools games
59
60 DESCRIPTION="A space rock shooting video game"
61 HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html"
62 SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=">=dev-games/flatzebra-0.1.6"
70 DEPEND="${RDEPEND}
71 virtual/pkgconfig"
72
73 src_prepare() {
74 sed -i \
75 -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
76 -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
77 -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
78 src/Makefile.am \
79 || die
80 eautoreconf
81 }
82
83 src_install() {
84 emake -C src DESTDIR="${D}" install || die
85 doman doc/${PN}.6
86 dodoc AUTHORS NEWS README THANKS
87 prepgamesdirs
88 }