summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-28 14:05:40 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-28 14:05:40 +0200
commit30e541dda461565f3d3f3f1af6b82f8a623015f8 (patch)
treec472c86e84fb2724eacbf314fefd828369ba9e89 /games-arcade/snake3d/snake3d-0.9.ebuild
parentdev-python/django-two-factor-auth: Remove last-rited pkg (diff)
downloadgentoo-30e541dda461565f3d3f3f1af6b82f8a623015f8.tar.gz
gentoo-30e541dda461565f3d3f3f1af6b82f8a623015f8.tar.bz2
gentoo-30e541dda461565f3d3f3f1af6b82f8a623015f8.zip
games-arcade/snake3d: Remove last-rited pkg
Closes: https://bugs.gentoo.org/612322
Diffstat (limited to 'games-arcade/snake3d/snake3d-0.9.ebuild')
-rw-r--r--games-arcade/snake3d/snake3d-0.9.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-arcade/snake3d/snake3d-0.9.ebuild b/games-arcade/snake3d/snake3d-0.9.ebuild
deleted file mode 100644
index 57db6998ed0b..000000000000
--- a/games-arcade/snake3d/snake3d-0.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="variant of the snake game"
-HOMEPAGE="https://sourceforge.net/projects/worms3d/"
-SRC_URI="mirror://sourceforge/worms3d/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/sdl-net
- virtual/opengl
- media-libs/freeglut
- virtual/glu
- media-libs/libsdl"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-amd64.patch \
- "${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
- emake CXX=$(tc-getCXX) -C src snake3d.linux
-}
-
-src_install() {
- dogamesbin ${PN}
- dodoc ChangeLog README TODO
- prepgamesdirs
-}