games-rpg/freedroid: drop 1.2.1

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-02-25 22:41:35 -05:00
parent fd386979a0
commit 7be53d3a13
2 changed files with 0 additions and 42 deletions

View File

@@ -1,2 +1 @@
DIST freedroid-1.2.1.tar.gz 5875869 BLAKE2B fab7dfb16e421394b9b0564a29a2e438152cd3d8a5527e3581823edec174986df473040d58c705765ba50b4b73105a348d39f9e61bb0721bb742c70838cdef34 SHA512 4de2174935e432f6dc4fa3a0fb5efff9bed59ba25593c7860edbddbaea77875a490c3f1e11042b57f0bb72158a3a28e111bf53bb0d10bbf051f67717d4547913
DIST freedroid-1.2.3.apk.tar.gz 25025294 BLAKE2B 059aec05cd8862a13ebc1e899ace533f4856a370822d3e242f2983479ffa4ddec02fd406fab57d27ec04d69ad5c3ece4b77f2c46a44a643c438144f6ebe7e599 SHA512 7443be3ca57c066f4c231ba11d70dc6630fb0128f552f6679f7f247d61985a22c78e15ef16b9ca2b3439afa7e2460f596d0ba7d3d7dd2e10e4f1ad041ad7d60e

View File

@@ -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;"
}