commit: 35720fd34b108bae5d84f392d7ee6db0b7d2d1e3 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Sat Feb 29 11:14:56 2020 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Sat Feb 29 11:14:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=35720fd3
games-puzzle/offspringfling: remove package Deprecated eclass, deprecated technology. Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> .../offspringfling/files/offspringfling.png | Bin 8209 -> 0 bytes .../offspringfling/offspringfling-1.1.3.ebuild | 50 --------------------- 2 files changed, 50 deletions(-) diff --git a/games-puzzle/offspringfling/files/offspringfling.png b/games-puzzle/offspringfling/files/offspringfling.png deleted file mode 100644 index 17f0139..0000000 Binary files a/games-puzzle/offspringfling/files/offspringfling.png and /dev/null differ diff --git a/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild b/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild deleted file mode 100644 index 5c0e5de..0000000 --- a/games-puzzle/offspringfling/offspringfling-1.1.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild frostwork Exp $ - -EAPI="5" - -inherit games multilib - -DESCRIPTION="A game about a poor forest creature that has misplaced all of her children." -HOMEPAGE="http://offspringfling.com/" -SRC_URI=" - ${PN/fl/_fl}-linux-${PV}.tar.gz -" - -LICENSE="as-is" -SLOT="0" -RESTRICT="fetch" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - www-client/firefox - www-client/firefox-bin - www-client/chromium - www-client/google-chrome - www-client/rekonq - www-client/midori - www-client/opera - www-client/opera-next - www-client/luajit - kde-base/konqueror - www-client/seamonkey - www-client/qupzilla - app-leechcraft/lc-poshuku -" - -GAMEDIR="${GAMES_PREFIX_OPT}/${PN}" -S="${WORKDIR}/Offspring Fling Linux" -DOCS=( "Linux Fullscreen.txt" ) - -src_install() { - insinto "${GAMEDIR}" - doins "data/OffspringFling.swf" - games_make_wrapper "${PN}" '${BROWSER} ./OffspringFling.swf' "${GAMEDIR}" - doicon "${FILESDIR}/${PN}.png" - make_desktop_entry "${PN}" "${PN}" "${PN}" - - prepgamesdirs -}
