summaryrefslogtreecommitdiff
path: root/games-arcade/sdlroids/sdlroids-1.3.4-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/sdlroids/sdlroids-1.3.4-r4.ebuild')
-rw-r--r--games-arcade/sdlroids/sdlroids-1.3.4-r4.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-arcade/sdlroids/sdlroids-1.3.4-r4.ebuild b/games-arcade/sdlroids/sdlroids-1.3.4-r4.ebuild
deleted file mode 100644
index 30d2f85a7f33..000000000000
--- a/games-arcade/sdlroids/sdlroids-1.3.4-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="Asteroids Clone for X using SDL"
-HOMEPAGE="http://david.hedbor.org/projects/sdlroids/"
-SRC_URI="mirror://sourceforge/sdlroids/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-
-RDEPEND="
- media-libs/libsdl
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-sound.patch
- "${FILESDIR}"/${P}-Makefile.patch
- "${FILESDIR}"/${P}-fno-common.patch
-)
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_install() {
- default
-
- newicon icons/sdlroids-48x48.xpm ${PN}.xpm
- make_desktop_entry ${PN} SDLRoids ${PN}
-}