commit:     7a29fb26cd44465f7d18cb9ac3aaf1ffbf575412
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Feb  9 18:11:20 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 08:44:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a29fb26

games-arcade/moleinvasion: drop 0.4-r3

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/40443
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../moleinvasion/moleinvasion-0.4-r3.ebuild        | 59 ----------------------
 1 file changed, 59 deletions(-)

diff --git a/games-arcade/moleinvasion/moleinvasion-0.4-r3.ebuild 
b/games-arcade/moleinvasion/moleinvasion-0.4-r3.ebuild
deleted file mode 100644
index 3bd4d5e35124..000000000000
--- a/games-arcade/moleinvasion/moleinvasion-0.4-r3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs
-
-DESCRIPTION="Mole infested 2D platform game"
-HOMEPAGE="http://moleinvasion.tuxfamily.org/";
-SRC_URI="
-       
ftp://download.tuxfamily.org/minvasion/packages/MoleInvasion-${PV}.tar.bz2
-       music? ( mirror://gentoo/${PN}-music-20090731.tar.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="music"
-
-DEPEND="
-       media-libs/libsdl[joystick,opengl,video]
-       media-libs/sdl-image[jpeg,png]
-       media-libs/sdl-mixer[vorbis]
-       media-libs/sdl-ttf
-       virtual/opengl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}/src"
-
-src_prepare() {
-       default
-
-       if use music; then
-               mv -f "${WORKDIR}"/music ../ || die
-       fi
-
-       sed -i \
-               -e '/^CFLAGS/s:= -g:+=:' \
-               -e '/^LDFLAGS/d' \
-               -e "/^FINALEXEDIR/s:/usr.*:/usr/bin:" \
-               -e "/^FINALDATADIR/s:/usr.*:/usr/share/${PN}:" \
-               Makefile || die "sed failed"
-
-       eapply \
-               "${FILESDIR}"/${P}-opengl.patch \
-               "${FILESDIR}"/${P}-underlink.patch \
-               "${FILESDIR}"/${P}-fno-common.patch
-}
-
-src_configure() {
-       tc-export CC
-}
-
-src_install() {
-       emake DESTDIR="${D}" install install-data
-       doman ../debian/*.6
-
-       newicon ../gfx/icon.xpm moleinvasion.xpm
-       make_desktop_entry moleinvasion "Mole Invasion"
-}

Reply via email to