summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2022-01-13 23:08:00 +0100
committerAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2022-01-13 23:09:25 +0100
commit9bbdf6e7566f70e41e1d565b84da2e22da33c269 (patch)
tree87e4a3ad6637da6f33e6f0f525bd016c25cf1497 /games-simulation/corewars/corewars-0.9.13-r1.ebuild
parentRemove broken packages reported by QA (diff)
downloadaluco-master.tar.gz
aluco-master.tar.bz2
aluco-master.zip
Remove broken packages reported by QAHEADmaster
- phoronix-test-suite - spacenavd - radare2 - moria - omega - corewars Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Diffstat (limited to 'games-simulation/corewars/corewars-0.9.13-r1.ebuild')
-rw-r--r--games-simulation/corewars/corewars-0.9.13-r1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/games-simulation/corewars/corewars-0.9.13-r1.ebuild b/games-simulation/corewars/corewars-0.9.13-r1.ebuild
deleted file mode 100644
index a369dfd..0000000
--- a/games-simulation/corewars/corewars-0.9.13-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# 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.7 2006/02/22 21:53:28 tupone Exp $
-
-EAPI="5"
-
-inherit autotools games
-
-DESCRIPTION="Simulation game involving virtual machine code"
-HOMEPAGE="http://corewars.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- http://sourceforge.net/p/corewars/patches/_discuss/thread/947a192c/b4cd/attachment/${PN}-gtk2.patch.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND=">=x11-libs/gtk+-2:2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${DISTDIR}"/${PN}-gtk2.patch.gz
- epatch "${FILESDIR}"/${PV}-corewars-lm.patch
- epatch "${FILESDIR}"/${PV}-fix-get_current_dir_name-prototype.patch
-
- eautoreconf
-}
-
-
-src_configure() {
- egamesconf $(use_enable debug gcc-debug)
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins "${FILESDIR}/reroute.cw"
- dodoc ChangeLog README doc/{TODO,DIFFERENCES,INTERESTING-COMBINATIONS}
- prepgamesdirs
-}