hasufell 14/11/12 15:58:23 Modified: ChangeLog Added: dfarc-3.12.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.5 games-util/dfarc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 14 Sep 2013 20:13:45 -0000 1.4 +++ ChangeLog 12 Nov 2014 15:58:23 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for games-util/dfarc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.4 2013/09/14 20:13:45 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.5 2014/11/12 15:58:23 hasufell Exp $ + +*dfarc-3.12 (12 Nov 2014) + + 12 Nov 2014; Julian Ospald <[email protected]> +dfarc-3.12.ebuild: + version bump 14 Sep 2013; Julian Ospald <[email protected]> dfarc-3.10.ebuild: correct license info 1.1 games-util/dfarc/dfarc-3.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?rev=1.1&content-type=text/plain Index: dfarc-3.12.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v 1.1 2014/11/12 15:58:23 hasufell Exp $ EAPI=5 WX_GTK_VER="3.0" 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_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 }
