summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-05-18 03:33:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-05-18 03:33:41 +0000
commitfd4eb2e08f40b0f4c3cb5e5448fd2eaf43bfe4ba (patch)
treee83c8487bff5fd4a7c1a8536f8d7d1406af82314 /games-arcade/cosmosmash
parentSort dependency order. (diff)
downloadhistorical-fd4eb2e08f40b0f4c3cb5e5448fd2eaf43bfe4ba.tar.gz
historical-fd4eb2e08f40b0f4c3cb5e5448fd2eaf43bfe4ba.tar.bz2
historical-fd4eb2e08f40b0f4c3cb5e5448fd2eaf43bfe4ba.zip
Initial commit
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-arcade/cosmosmash')
-rw-r--r--games-arcade/cosmosmash/ChangeLog10
-rw-r--r--games-arcade/cosmosmash/Manifest4
-rw-r--r--games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild36
-rw-r--r--games-arcade/cosmosmash/metadata.xml9
4 files changed, 59 insertions, 0 deletions
diff --git a/games-arcade/cosmosmash/ChangeLog b/games-arcade/cosmosmash/ChangeLog
new file mode 100644
index 000000000000..936c64f4d0ed
--- /dev/null
+++ b/games-arcade/cosmosmash/ChangeLog
@@ -0,0 +1,10 @@
+# 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
+
diff --git a/games-arcade/cosmosmash/Manifest b/games-arcade/cosmosmash/Manifest
new file mode 100644
index 000000000000..bd36789c1c12
--- /dev/null
+++ b/games-arcade/cosmosmash/Manifest
@@ -0,0 +1,4 @@
+DIST cosmosmash-1.4.5.tar.gz 156826 RMD160 f1565d3d8f1ffb8102b84cf9419d9da4a7a27eba SHA1 d4b7ab6a6c80110e48c9efe219e0f5a18250613c SHA256 6be7206f68884bd81116aa857c62ad3d8d2a25060586f0d0394303b0ed2d292b
+EBUILD cosmosmash-1.4.5.ebuild 962 RMD160 58421f698534ee139b5bd2bc55ffc5130423e089 SHA1 31f327498a3627576796fa770479764188d4592e SHA256 dc16cf43a3878f5bea89ec631cb016251a2f1dcb8138e17a1c204a1ee923e17f
+MISC ChangeLog 371 RMD160 cb9f1c3def984d702f432c012913a89857959201 SHA1 03d95921222b5b21f58697935429f003dd433852 SHA256 db2a98a03da6f43a7c91fd3ba0daa05e3b51a75efa5f449d5777ff4dcdf3e8bd
+MISC metadata.xml 292 RMD160 0c3b43582a81b1f6e3253c59695926731450d721 SHA1 97e15c06137e945949f4190284547f0b03449125 SHA256 a31e9dc062719f882e69ceec2abdfdc7a63aa572c10239cf527fd1ea6eb6156c
diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild b/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild
new file mode 100644
index 000000000000..be161321fb6c
--- /dev/null
+++ b/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild
@@ -0,0 +1,36 @@
+# 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
+}
diff --git a/games-arcade/cosmosmash/metadata.xml b/games-arcade/cosmosmash/metadata.xml
new file mode 100644
index 000000000000..112b2c3dc17e
--- /dev/null
+++ b/games-arcade/cosmosmash/metadata.xml
@@ -0,0 +1,9 @@
+<?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>