From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-puzzle/fish-fillets/Manifest | 4 -- .../fish-fillets/fish-fillets-1.0.1-r1.ebuild | 59 ---------------------- games-puzzle/fish-fillets/metadata.xml | 11 ---- 3 files changed, 74 deletions(-) delete mode 100644 games-puzzle/fish-fillets/Manifest delete mode 100644 games-puzzle/fish-fillets/fish-fillets-1.0.1-r1.ebuild delete mode 100644 games-puzzle/fish-fillets/metadata.xml (limited to 'games-puzzle/fish-fillets') diff --git a/games-puzzle/fish-fillets/Manifest b/games-puzzle/fish-fillets/Manifest deleted file mode 100644 index 92509c1e6f18..000000000000 --- a/games-puzzle/fish-fillets/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST fillets-ng-1.0.1.tar.gz 380290 BLAKE2B 675839cb451686c35611120b0b8e1044bc6511ce2369157f7d7c934eb0477b10e925268ffb35d5415070f25d7469da249027f148ac06ba65bd139fbddfb20a03 SHA512 fe4a5186f94e953cbc85fe8b0ce804c881c96feda385cfc36e1840e448cf094c3d815fdbe32976a6697a855038951f97a384c277a1c52a048520e8da71136718 -DIST fillets-ng-data-1.0.0.tar.gz 146418413 BLAKE2B 0359cee1db5d54a124f76520c4c416d954969bd9fc79eb9305613549722133684c2f6696b754729316ca4f4ebcc3aff63db845fd71ffc955d5e9584d89a50999 SHA512 61c7fe3980510a7dbd85f4c246e7e42a0f79d8e2aacd96a0c7a14189c5dee92292efb030ac92299474162995039073288283fee0f352cf08be6975a2c86703e7 -EBUILD fish-fillets-1.0.1-r1.ebuild 1292 BLAKE2B 0b87179878b44942f3341a23c965f96db07abe3e86eeb312e0081484196648d363a29635b9dc152ca6a2ef65c63cc6e55d216902e3812b1edc80a0e398f93891 SHA512 84a81e5956a0a23143d8f2c75936938b865c2705f093091a0ade7fb1808c26629c41beab6c5de90a1b585421836511ed33a943188fbcdb7f2c6825d36bfb92c6 -MISC metadata.xml 330 BLAKE2B 47ef211faf9977fbf1b3f58ead7b59c2b025e3b731433586d948d82b3f25b95470beb1904981bc001cd4f086deb133c809ac4676c553135502f0b00699c6b996 SHA512 dbe794bba7ca2d4414f5ea3b4ef5b8958268abf2f8bd45705300baddcca5cbb485ddc24b3328e25568b9aa741c50251417ee4100f3f118827fcc5c1a285dba66 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 722c291c1dd8..000000000000 --- 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" -} diff --git a/games-puzzle/fish-fillets/metadata.xml b/games-puzzle/fish-fillets/metadata.xml deleted file mode 100644 index e70cd0e424d2..000000000000 --- a/games-puzzle/fish-fillets/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - fillets - - -- cgit v1.2.3