public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/dfarc/
Date: Wed, 26 Aug 2015 17:01:23 +0000 (UTC)	[thread overview]
Message-ID: <1440608473.82e4dc82715c4f8bdd1f6ccaf0fba6c8d332d0b6.mr_bones_@gentoo> (raw)

commit:     82e4dc82715c4f8bdd1f6ccaf0fba6c8d332d0b6
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 17:01:13 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 17:01:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e4dc82

games-util/dfarc: clean old; add X use dep for x11-libs/wxGTK (bug #557482)

Package-Manager: portage-2.2.20.1

 games-util/dfarc/Manifest          |  1 -
 games-util/dfarc/dfarc-3.10.ebuild | 60 --------------------------------------
 games-util/dfarc/dfarc-3.12.ebuild |  2 +-
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/games-util/dfarc/Manifest b/games-util/dfarc/Manifest
index 50d7f3a..9cf1549 100644
--- a/games-util/dfarc/Manifest
+++ b/games-util/dfarc/Manifest
@@ -1,2 +1 @@
-DIST dfarc-3.10.tar.gz 282667 SHA256 072ef7938cf9dc35617dea3660bec459cfe6b1e376f2decb419f44b67222d280 SHA512 71067e1acbb0d96b5abde0ad050bd5e68b87d62d3d90c55ce59e7921860029a6682841b95bc55f6183c08d86e4b0952bfded2786e9a38fb6b90436c524573f87 WHIRLPOOL 5efe75cf36facab53ec65ed0d4bad2c2a9ca90824c1f4ac3bcd64a79e049dd78b112d65993a9760a210a4d58afd4571b0df9616ec6d0a73f106ecd7939b6cf10
 DIST dfarc-3.12.tar.gz 329925 SHA256 222a84cc91967abce4d86fb4ed8ba43455b818aecdb8487b0fe52d76ade29a83 SHA512 e87e89e67e383c3d25a6620edc38c6ab6f90b9df52b84d6e6de20af1ac3b50588b3037575f2f89a14c90c14151053c08a7bb97143f24471e33326f3f2d2574ab WHIRLPOOL af2c4646de591d3c09e3e2e8a7cd94a070e6086a977fc3d819077a6b812d638ba79762e7c0dde8dba1df7d1004c31005f02c5ba5de8710f5038f7b8e5b9c39d2

diff --git a/games-util/dfarc/dfarc-3.10.ebuild b/games-util/dfarc/dfarc-3.10.ebuild
deleted file mode 100644
index 0d8c841..0000000
--- a/games-util/dfarc/dfarc-3.10.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-inherit gnome2-utils fdo-mime wxwidgets games
-
-DESCRIPTION="Frontend and .dmod installer for GNU FreeDink"
-HOMEPAGE="http://www.freedink.org/"
-SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
-
-LICENSE="GPL-3 BZIP2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="
-	app-arch/bzip2
-	x11-misc/xdg-utils
-	x11-libs/wxGTK:${WX_GTK_VER}"
-DEPEND="${RDEPEND}
-	nls? ( >=dev-util/intltool-0.31 )"
-
-src_prepare() {
-	sed -i \
-		-e 's#^datarootdir =.*$#datarootdir = /usr/share#' \
-		share/Makefile.in || die
-}
-
-src_configure() {
-	egamesconf \
-		$(use_enable nls) \
-		--disable-desktopfiles
-}
-
-src_install() {
-	default
-	dodoc TRANSLATIONS.txt
-	prepgamesdirs
-}
-
-pkg_preinst() {
-	games_pkg_preinst
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	gnome2_icon_cache_update
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}

diff --git a/games-util/dfarc/dfarc-3.12.ebuild b/games-util/dfarc/dfarc-3.12.ebuild
index bd54f01..492c684 100644
--- a/games-util/dfarc/dfarc-3.12.ebuild
+++ b/games-util/dfarc/dfarc-3.12.ebuild
@@ -18,7 +18,7 @@ IUSE="nls"
 RDEPEND="
 	app-arch/bzip2
 	x11-misc/xdg-utils
-	x11-libs/wxGTK:${WX_GTK_VER}"
+	x11-libs/wxGTK:${WX_GTK_VER}[X]"
 DEPEND="${RDEPEND}
 	nls? ( >=dev-util/intltool-0.31 )"
 


             reply	other threads:[~2015-08-26 17:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-26 17:01 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-02 19:28 [gentoo-commits] repo/gentoo:master commit in: games-util/dfarc/ Pacho Ramos
2018-06-08 10:08 Jeroen Roovers
2021-04-04 22:29 David Seifert
2021-04-04 22:29 David Seifert
2024-07-05 17:49 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1440608473.82e4dc82715c4f8bdd1f6ccaf0fba6c8d332d0b6.mr_bones_@gentoo \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox