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-util/dfarc/
Date: Wed, 02 May 2018 19:28:43
Message-Id: 1525289297.8eaa3a941e5207745887f758b7ffddaab8300243.pacho@gentoo
1 commit: 8eaa3a941e5207745887f758b7ffddaab8300243
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 19:19:32 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 19:28:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaa3a94
7
8 games-util/dfarc: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-util/dfarc/dfarc-3.12.ebuild | 56 --------------------------------------
13 1 file changed, 56 deletions(-)
14
15 diff --git a/games-util/dfarc/dfarc-3.12.ebuild b/games-util/dfarc/dfarc-3.12.ebuild
16 deleted file mode 100644
17 index b290c3a959d..00000000000
18 --- a/games-util/dfarc/dfarc-3.12.ebuild
19 +++ /dev/null
20 @@ -1,56 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -WX_GTK_VER="3.0"
26 -inherit eutils gnome2-utils fdo-mime wxwidgets games
27 -
28 -DESCRIPTION="Frontend and .dmod installer for GNU FreeDink"
29 -HOMEPAGE="http://www.freedink.org/"
30 -SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
31 -
32 -LICENSE="GPL-3 BZIP2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="nls"
36 -
37 -RDEPEND="
38 - app-arch/bzip2
39 - x11-misc/xdg-utils
40 - x11-libs/wxGTK:${WX_GTK_VER}[X]"
41 -DEPEND="${RDEPEND}
42 - nls? ( >=dev-util/intltool-0.31 )"
43 -
44 -src_prepare() {
45 - epatch "${FILESDIR}"/${P}-nowindres.patch
46 -}
47 -
48 -src_configure() {
49 - egamesconf \
50 - $(use_enable nls) \
51 - --disable-desktopfiles
52 -}
53 -
54 -src_install() {
55 - default
56 - dodoc TRANSLATIONS.txt
57 - prepgamesdirs
58 -}
59 -
60 -pkg_preinst() {
61 - games_pkg_preinst
62 - gnome2_icon_savelist
63 -}
64 -
65 -pkg_postinst() {
66 - games_pkg_postinst
67 - gnome2_icon_cache_update
68 - fdo-mime_desktop_database_update
69 - fdo-mime_mime_database_update
70 -}
71 -
72 -pkg_postrm() {
73 - gnome2_icon_cache_update
74 - fdo-mime_desktop_database_update
75 - fdo-mime_mime_database_update
76 -}