summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/freedroid/freedroid-1.0.2-r1.ebuild')
-rw-r--r--games-rpg/freedroid/freedroid-1.0.2-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/games-rpg/freedroid/freedroid-1.0.2-r1.ebuild b/games-rpg/freedroid/freedroid-1.0.2-r1.ebuild
deleted file mode 100644
index e6eb377ac6db..000000000000
--- a/games-rpg/freedroid/freedroid-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Freedroid - a Paradroid clone"
-HOMEPAGE="http://freedroid.sourceforge.net/"
-SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- virtual/jpeg:0
- media-libs/libpng:0
- media-libs/libsdl[joystick,sound,video]
- media-libs/libvorbis
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[mod,vorbis]
- sys-libs/zlib"
-RDEPEND=${DEPEND}
-
-PATCHES=(
- "${FILESDIR}"/${P}-format.patch
-)
-
-src_install() {
- default
- find "${D}" -name "Makefile*" -exec rm -f '{}' + || die
- rm -rf "${D}/usr/share/${PN}/"{freedroid.6,mac-osx} || die
- newicon graphics/paraicon.bmp ${PN}.bmp
- make_desktop_entry freedroid Freedroid /usr/share/pixmaps/${PN}.bmp
-}