Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink/
Date: Tue, 01 May 2018 19:37:42
Message-Id: 1525203317.edeab382f868f6ae5e43ffbd034eb8d2b14b32d7.pacho@gentoo
1 commit: edeab382f868f6ae5e43ffbd034eb8d2b14b32d7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 17:36:50 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edeab382
7
8 games-rpg/freedink: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-rpg/freedink/freedink-108.4.ebuild | 57 --------------------------------
13 1 file changed, 57 deletions(-)
14
15 diff --git a/games-rpg/freedink/freedink-108.4.ebuild b/games-rpg/freedink/freedink-108.4.ebuild
16 deleted file mode 100644
17 index f9fb99c364f..00000000000
18 --- a/games-rpg/freedink/freedink-108.4.ebuild
19 +++ /dev/null
20 @@ -1,57 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit flag-o-matic games
26 -
27 -DESCRIPTION="Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top view)"
28 -HOMEPAGE="http://www.freedink.org/"
29 -SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
30 -
31 -LICENSE="GPL-3"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND="
37 - >=media-libs/fontconfig-2.4
38 - >=media-libs/libsdl-1.2[X,sound,joystick,video]
39 - >=media-libs/sdl-gfx-2.0
40 - >=media-libs/sdl-image-1.2
41 - >=media-libs/sdl-mixer-1.2[midi,vorbis,wav]
42 - >=media-libs/sdl-ttf-2.0.9"
43 -RDEPEND="${DEPEND}
44 - ~games-rpg/freedink-data-1.08.20140901"
45 -DEPEND="${DEPEND}
46 - dev-libs/check
47 - virtual/pkgconfig
48 - sys-devel/gettext"
49 -
50 -src_prepare() {
51 - sed -i \
52 - -e 's#^datarootdir =.*$#datarootdir = /usr/share#' \
53 - share/Makefile.in || die
54 - # seems like the code is fragile (bug #559548)
55 - filter-flags
56 - replace-flags -O? -O0
57 -}
58 -
59 -src_configure() {
60 - egamesconf \
61 - --disable-embedded-resources \
62 - --localedir="/usr/share/locale"
63 -}
64 -
65 -src_install() {
66 - default
67 - dodoc TROUBLESHOOTING
68 - prepgamesdirs
69 -}
70 -
71 -pkg_postinst() {
72 - games_pkg_postinst
73 - einfo
74 - elog "optional dependencies:"
75 - elog " games-util/dfarc (dmod installer and frontend)"
76 - einfo
77 -}