From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D47BA1382C5 for ; Wed, 2 May 2018 19:28:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A90E0ACC; Wed, 2 May 2018 19:28:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96B58E0ACB for ; Wed, 2 May 2018 19:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1BEA335C7C for ; Wed, 2 May 2018 19:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ED113D for ; Wed, 2 May 2018 19:28:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525289297.8eaa3a941e5207745887f758b7ffddaab8300243.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/dfarc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/dfarc/dfarc-3.12.ebuild X-VCS-Directories: games-util/dfarc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8eaa3a941e5207745887f758b7ffddaab8300243 X-VCS-Branch: master Date: Wed, 2 May 2018 19:28:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80e122b8-15f4-41fd-8692-c2abed820344 X-Archives-Hash: a789f3f87fca20a5df291a3c927e8f66 commit: 8eaa3a941e5207745887f758b7ffddaab8300243 Author: Pacho Ramos gentoo org> AuthorDate: Wed May 2 19:19:32 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed May 2 19:28:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaa3a94 games-util/dfarc: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-util/dfarc/dfarc-3.12.ebuild | 56 -------------------------------------- 1 file changed, 56 deletions(-) diff --git a/games-util/dfarc/dfarc-3.12.ebuild b/games-util/dfarc/dfarc-3.12.ebuild deleted file mode 100644 index b290c3a959d..00000000000 --- a/games-util/dfarc/dfarc-3.12.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -WX_GTK_VER="3.0" -inherit eutils 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}[X]" -DEPEND="${RDEPEND} - nls? ( >=dev-util/intltool-0.31 )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-nowindres.patch -} - -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 -}