* [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: metadata.xml ChangeLog cosmosmash-1.4.5.ebuild
@ 2010-05-18 3:33 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2010-05-18 3:33 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/05/18 03:33:41
Added: metadata.xml ChangeLog cosmosmash-1.4.5.ebuild
Log:
Initial commit
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.1 games-arcade/cosmosmash/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
<longdescription lang="en">
Afternoon Stalker, a clone of the 1981 Night Stalker video game by Mattel
Electronics.
</longdescription>
</pkgmetadata>
1.1 games-arcade/cosmosmash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for games-arcade/cosmosmash
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.1 2010/05/18 03:33:41 mr_bones_ Exp $
*cosmosmash-1.4.5 (18 May 2010)
18 May 2010; Michael Sterrett <mr_bones_@gentoo.org>
+cosmosmash-1.4.5.ebuild, +metadata.xml:
Initial commit
1.1 games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild?rev=1.1&content-type=text/plain
Index: cosmosmash-1.4.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild,v 1.1 2010/05/18 03:33:41 mr_bones_ Exp $
EAPI=2
inherit autotools games
DESCRIPTION="A space rock shooting video game"
HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html"
SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND=">=dev-games/flatzebra-0.1.5"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
sed -i \
-e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
-e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
-e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
src/Makefile.am \
|| die "sed failed"
eautoreconf
}
src_install() {
emake -C src DESTDIR="${D}" install || die "emake install failed"
doman doc/${PN}.6
dodoc AUTHORS NEWS README THANKS
prepgamesdirs
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-18 3:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 3:33 [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: metadata.xml ChangeLog cosmosmash-1.4.5.ebuild Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox