diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-02 22:12:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-02 22:12:16 +0000 |
commit | feb95e36e7ffeb7f09ab865942c3b933d9463140 (patch) | |
tree | 2dd237f1c4b401e4ce8486cf73258acce2b826bb /games-simulation/corewars | |
parent | use games eclass (diff) | |
download | historical-feb95e36e7ffeb7f09ab865942c3b933d9463140.tar.gz historical-feb95e36e7ffeb7f09ab865942c3b933d9463140.tar.bz2 historical-feb95e36e7ffeb7f09ab865942c3b933d9463140.zip |
use games eclass
Diffstat (limited to 'games-simulation/corewars')
-rw-r--r-- | games-simulation/corewars/Manifest | 4 | ||||
-rw-r--r-- | games-simulation/corewars/corewars-0.9.13-r1.ebuild | 25 | ||||
-rw-r--r-- | games-simulation/corewars/files/digest-corewars-0.9.13-r1 | 1 |
3 files changed, 28 insertions, 2 deletions
diff --git a/games-simulation/corewars/Manifest b/games-simulation/corewars/Manifest index c76d0f8566f4..6080ae842687 100644 --- a/games-simulation/corewars/Manifest +++ b/games-simulation/corewars/Manifest @@ -1,7 +1,7 @@ -MD5 3651cf3c1e1f0ff414cdae11c16f5fb8 ChangeLog 826 +MD5 1bc5953d10a1623c19f39e565c662ab1 ChangeLog 968 MD5 62a6734c9de6343b799034d81001dd56 corewars-0.9.12.ebuild 854 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 073ee56356ec22283f20dd28dea7649c corewars-0.9.13-r1.ebuild 712 +MD5 9cb6b6ace8ac6cf6c932ca62b9b0656b corewars-0.9.13-r1.ebuild 718 MD5 26874077b7d1f1d100edcb4de00a8438 corewars-0.9.13.ebuild 852 MD5 bef37270bb17c6337ce7fe924ba75c58 files/digest-corewars-0.9.12 67 MD5 9586d26f0c5617e0d69dc087ae1599fd files/digest-corewars-0.9.13 67 diff --git a/games-simulation/corewars/corewars-0.9.13-r1.ebuild b/games-simulation/corewars/corewars-0.9.13-r1.ebuild new file mode 100644 index 000000000000..bbc024c0eac8 --- /dev/null +++ b/games-simulation/corewars/corewars-0.9.13-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/corewars/corewars-0.9.13-r1.ebuild,v 1.1 2004/02/02 22:12:09 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Simulation game involving virtual machine code" +HOMEPAGE="http://corewars.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +KEYWORDS="x86 ~ppc" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/x11 + virtual/glibc + >=dev-libs/glib-1.2.10-r1 + =x11-libs/gtk+-1.2*" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog README doc/{TODO,DIFFERENCES,INTERESTING-COMBINATIONS} + prepgamesdirs +} diff --git a/games-simulation/corewars/files/digest-corewars-0.9.13-r1 b/games-simulation/corewars/files/digest-corewars-0.9.13-r1 new file mode 100644 index 000000000000..1445bc9bbd91 --- /dev/null +++ b/games-simulation/corewars/files/digest-corewars-0.9.13-r1 @@ -0,0 +1 @@ +MD5 0a0b8067533b83a96488109ee265f664 corewars-0.9.13.tar.gz 203874 |