diff options
author | Michael Kohl <citizen428@gentoo.org> | 2004-12-03 00:14:39 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2004-12-03 00:14:39 +0000 |
commit | 426f2c7574e1a5612af048d51584ec521d95cc98 (patch) | |
tree | 0155bd0c05a7f03ed0fa0015bc34fcd613c3802a /games-arcade | |
parent | stablize (Manifest recommit) (diff) | |
download | gentoo-2-426f2c7574e1a5612af048d51584ec521d95cc98.tar.gz gentoo-2-426f2c7574e1a5612af048d51584ec521d95cc98.tar.bz2 gentoo-2-426f2c7574e1a5612af048d51584ec521d95cc98.zip |
Initial commit; Ebuild submitted by Adrian Fruehwirt <fruehwia@spengergasse.at> in bug #44999
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/stardork/ChangeLog | 11 | ||||
-rw-r--r-- | games-arcade/stardork/Manifest | 3 | ||||
-rw-r--r-- | games-arcade/stardork/files/digest-stardork-0.6 | 1 | ||||
-rw-r--r-- | games-arcade/stardork/metadata.xml | 5 | ||||
-rw-r--r-- | games-arcade/stardork/stardork-0.6.ebuild | 22 |
5 files changed, 42 insertions, 0 deletions
diff --git a/games-arcade/stardork/ChangeLog b/games-arcade/stardork/ChangeLog new file mode 100644 index 000000000000..f05a3d30b268 --- /dev/null +++ b/games-arcade/stardork/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for games-arcade/stardork +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.1 2004/12/03 00:14:39 citizen428 Exp $ + +*stardork-0.6 (03 Dec 2004) + + 03 Dec 2004; Michael Kohl <citizen428@gentoo.org> +metadata.xml, + +stardork-0.6.ebuild: + Initial commit; Ebuild submitted by Adrian Fruehwirt + <fruehwia@spengergasse.at> in bug #44999 + diff --git a/games-arcade/stardork/Manifest b/games-arcade/stardork/Manifest new file mode 100644 index 000000000000..cae8a16b347d --- /dev/null +++ b/games-arcade/stardork/Manifest @@ -0,0 +1,3 @@ +MD5 3b1122ee56a46d90191b854b2909bce5 stardork-0.6.ebuild 447 +MD5 69bd61de16c74c22893bb09f29950ee1 metadata.xml 159 +MD5 b294194235a1c000812ffebfbf9260af files/digest-stardork-0.6 62 diff --git a/games-arcade/stardork/files/digest-stardork-0.6 b/games-arcade/stardork/files/digest-stardork-0.6 new file mode 100644 index 000000000000..566a53957371 --- /dev/null +++ b/games-arcade/stardork/files/digest-stardork-0.6 @@ -0,0 +1 @@ +MD5 75068c01486e043409e73d53f9237777 stardork-0.6.tar.gz 3638 diff --git a/games-arcade/stardork/metadata.xml b/games-arcade/stardork/metadata.xml new file mode 100644 index 000000000000..cad5a2aa1773 --- /dev/null +++ b/games-arcade/stardork/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>games</herd> +</pkgmetadata> diff --git a/games-arcade/stardork/stardork-0.6.ebuild b/games-arcade/stardork/stardork-0.6.ebuild new file mode 100644 index 000000000000..13265e589af1 --- /dev/null +++ b/games-arcade/stardork/stardork-0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild,v 1.1 2004/12/03 00:14:39 citizen428 Exp $ + +inherit games + +DESCRIPTION="An ncurses-based space shooter" +HOMEPAGE="http://stardork.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sys-libs/ncurses" + +src_install() { + dogamesbin stardork || die "dogamesbin failed" + dodoc README + prepgamesdirs +} |