summaryrefslogtreecommitdiff
path: root/games-rpg/freedroid/freedroid-1.2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/freedroid/freedroid-1.2.1.ebuild')
-rw-r--r--games-rpg/freedroid/freedroid-1.2.1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/games-rpg/freedroid/freedroid-1.2.1.ebuild b/games-rpg/freedroid/freedroid-1.2.1.ebuild
deleted file mode 100644
index abc1f4b7f8a6..000000000000
--- a/games-rpg/freedroid/freedroid-1.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="The original Freedroid, a clone of the C64 classic Paradroid"
-HOMEPAGE="https://github.com/ReinhardPrix/FreedroidClassic"
-SRC_URI="https://github.com/ReinhardPrix/FreedroidClassic/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/FreedroidClassic-release-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- media-libs/libsdl[joystick,sound,video]
- media-libs/sdl-gfx
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[mod,vorbis]"
-DEPEND="
- ${RDEPEND}
- media-libs/libpng
- media-libs/libvorbis
- sys-libs/zlib
- virtual/jpeg"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_install() {
- default
-
- newicon graphics/paraicon_48x48.png ${PN}.png
- make_desktop_entry ${PN} Freedroid ${PN} "Game;"
-}