commit:     5a4b43af0426f698b36c0882eb72860dba611099
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 18:48:38 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 19:45:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4b43af

games-puzzle/fish-fillets: drop old version

Dropping old version, which does not support slotted lua.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../fish-fillets/fish-fillets-1.0.1-r1.ebuild      | 59 ----------------------
 1 file changed, 59 deletions(-)

diff --git a/games-puzzle/fish-fillets/fish-fillets-1.0.1-r1.ebuild 
b/games-puzzle/fish-fillets/fish-fillets-1.0.1-r1.ebuild
deleted file mode 100644
index 722c291c1dd..00000000000
--- a/games-puzzle/fish-fillets/fish-fillets-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop
-
-DATA_PV="1.0.0"
-DESCRIPTION="Underwater puzzle game - find a safe way out"
-HOMEPAGE="http://fillets.sourceforge.net/";
-SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz
-       mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       >=media-libs/libsdl-1.2[sound,video]
-       >=media-libs/sdl-mixer-1.2.5[vorbis]
-       >=media-libs/sdl-image-1.2.2[png]
-       media-libs/smpeg
-       x11-libs/libX11
-       media-libs/sdl-ttf
-       dev-libs/fribidi
-       >=dev-lang/lua-5:0
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-S="${WORKDIR}/fillets-ng-${PV}"
-
-src_prepare() {
-       default
-       #.mod was renamed to .fmod in lua 5.1.3 - bug #223271
-       sed -i \
-               -e 's/\.mod(/.fmod(/' \
-               $(grep -rl "\.mod\>" "${WORKDIR}"/fillets-ng-data-${DATA_PV}) \
-               || die "sed failed"
-       rm -f missing
-       mv configure.in configure.ac || die
-       eautoreconf
-}
-
-src_configure() {
-       econf --datadir="/usr/share/${PN}"
-}
-
-src_install() {
-       default
-       insinto "/usr/share/${PN}"
-       cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die
-       rm -f COPYING
-       einstalldocs
-       doins -r *
-       newicon images/icon.png ${PN}.png
-       make_desktop_entry fillets "Fish Fillets NG"
-}

Reply via email to