commit:     edeab382f868f6ae5e43ffbd034eb8d2b14b32d7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 17:36:50 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue May  1 19:35:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edeab382

games-rpg/freedink: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-rpg/freedink/freedink-108.4.ebuild | 57 --------------------------------
 1 file changed, 57 deletions(-)

diff --git a/games-rpg/freedink/freedink-108.4.ebuild 
b/games-rpg/freedink/freedink-108.4.ebuild
deleted file mode 100644
index f9fb99c364f..00000000000
--- a/games-rpg/freedink/freedink-108.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit flag-o-matic games
-
-DESCRIPTION="Dink Smallwood is an adventure/role-playing game, similar to 
Zelda (2D top view)"
-HOMEPAGE="http://www.freedink.org/";
-SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       >=media-libs/fontconfig-2.4
-       >=media-libs/libsdl-1.2[X,sound,joystick,video]
-       >=media-libs/sdl-gfx-2.0
-       >=media-libs/sdl-image-1.2
-       >=media-libs/sdl-mixer-1.2[midi,vorbis,wav]
-       >=media-libs/sdl-ttf-2.0.9"
-RDEPEND="${DEPEND}
-       ~games-rpg/freedink-data-1.08.20140901"
-DEPEND="${DEPEND}
-       dev-libs/check
-       virtual/pkgconfig
-       sys-devel/gettext"
-
-src_prepare() {
-       sed -i \
-               -e 's#^datarootdir =.*$#datarootdir = /usr/share#' \
-               share/Makefile.in || die
-       # seems like the code is fragile (bug #559548)
-       filter-flags
-       replace-flags -O? -O0
-}
-
-src_configure() {
-       egamesconf \
-               --disable-embedded-resources \
-               --localedir="/usr/share/locale"
-}
-
-src_install() {
-       default
-       dodoc TROUBLESHOOTING
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       einfo
-       elog "optional dependencies:"
-       elog "  games-util/dfarc (dmod installer and frontend)"
-       einfo
-}

Reply via email to