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 | 56095a8149898c0e0fee28307743a1270ca150a7 (patch) | |
tree | 32c6df3643a6e37240016d84365f5077d07f6ca9 /games-arcade/stardork | |
parent | stablize (diff) | |
download | historical-56095a8149898c0e0fee28307743a1270ca150a7.tar.gz historical-56095a8149898c0e0fee28307743a1270ca150a7.tar.bz2 historical-56095a8149898c0e0fee28307743a1270ca150a7.zip |
Initial commit; Ebuild submitted by Adrian Fruehwirt <fruehwia@spengergasse.at> in bug #44999
Diffstat (limited to 'games-arcade/stardork')
-rw-r--r-- | games-arcade/stardork/ChangeLog | 11 | ||||
-rw-r--r-- | games-arcade/stardork/Manifest | 14 | ||||
-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, 53 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..29c5d4ce822a --- /dev/null +++ b/games-arcade/stardork/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 cd545deeb87929c0b0a4528debb79356 stardork-0.6.ebuild 554 +MD5 35a10afeb311a2224f2f666fe5709ed8 ChangeLog 438 +MD5 69bd61de16c74c22893bb09f29950ee1 metadata.xml 159 +MD5 b294194235a1c000812ffebfbf9260af files/digest-stardork-0.6 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBr6/5/UDVUK2NELYRAluvAKCvKc1GZS9LAod4QUJchzpuqMvJowCfXiZy +e3yFzE/ovydH9/DIE93wr6g= +=PFjh +-----END PGP SIGNATURE----- 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 +} |