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 | 2ee7112538ad6f40f9d0be3291a8e9216b92cc23 (patch) | |
tree | 9ef1acd596d5749eae3e3693fa3f882efa501ed2 /games-simulation | |
parent | use games eclass (diff) | |
download | gentoo-2-2ee7112538ad6f40f9d0be3291a8e9216b92cc23.tar.gz gentoo-2-2ee7112538ad6f40f9d0be3291a8e9216b92cc23.tar.bz2 gentoo-2-2ee7112538ad6f40f9d0be3291a8e9216b92cc23.zip |
use games eclass
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/corewars/ChangeLog | 10 | ||||
-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 |
4 files changed, 36 insertions, 4 deletions
diff --git a/games-simulation/corewars/ChangeLog b/games-simulation/corewars/ChangeLog index ea01b870e1f9..81dd1894c751 100644 --- a/games-simulation/corewars/ChangeLog +++ b/games-simulation/corewars/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-simulation/corewars -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/corewars/ChangeLog,v 1.2 2003/09/12 15:43:36 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/corewars/ChangeLog,v 1.3 2004/02/02 22:12:09 mr_bones_ Exp $ + +*corewars-0.9.13-r1 (02 Feb 2004) + + 02 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> + corewars-0.9.13-r1.ebuild: + use games eclass 12 Jul 2003; Michael Sterrett <msterret@gentoo.org> corewars-0.9.12.ebuild, corewars-0.9.13.ebuild: 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 |