public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/dfarc: dfarc-3.12.ebuild ChangeLog
@ 2014-11-12 15:58 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2014-11-12 15:58 UTC (permalink / raw
  To: gentoo-commits

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 <hasufell@gentoo.org> +dfarc-3.12.ebuild:
+  version bump
 
   14 Sep 2013; Julian Ospald <hasufell@gentoo.org> 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
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/dfarc: dfarc-3.12.ebuild ChangeLog
@ 2015-06-11  7:41 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-06-11  7:41 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/06/11 07:41:53

  Modified:             dfarc-3.12.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?r1=1.1&r2=1.2

Index: dfarc-3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dfarc-3.12.ebuild	12 Nov 2014 15:58:23 -0000	1.1
+++ dfarc-3.12.ebuild	11 Jun 2015 07:41:53 -0000	1.2
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v 1.2 2015/06/11 07:41:53 mr_bones_ Exp $
 
 EAPI=5
-
 WX_GTK_VER="3.0"
 inherit gnome2-utils fdo-mime wxwidgets games
 



1.7                  games-util/dfarc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	25 Nov 2014 23:23:56 -0000	1.6
+++ ChangeLog	11 Jun 2015 07:41:53 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/dfarc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.6 2014/11/25 23:23:56 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.7 2015/06/11 07:41:53 mr_bones_ Exp $
+
+  11 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> dfarc-3.12.ebuild:
+  tidy
 
   25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
   drop maintainership





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/dfarc: dfarc-3.12.ebuild ChangeLog
@ 2015-08-03 10:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-03 10:59 UTC (permalink / raw
  To: gentoo-commits

ago         15/08/03 10:59:06

  Modified:             dfarc-3.12.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #554756
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?r1=1.2&r2=1.3

Index: dfarc-3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dfarc-3.12.ebuild	11 Jun 2015 07:41:53 -0000	1.2
+++ dfarc-3.12.ebuild	3 Aug 2015 10:59:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.2 2015/06/11 07:41:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v 1.3 2015/08/03 10:59:06 ago Exp $
 
 EAPI=5
 WX_GTK_VER="3.0"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 BZIP2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 RDEPEND="



1.8                  games-util/dfarc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	11 Jun 2015 07:41:53 -0000	1.7
+++ ChangeLog	3 Aug 2015 10:59:06 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/dfarc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.7 2015/06/11 07:41:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.8 2015/08/03 10:59:06 ago Exp $
+
+  03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> dfarc-3.12.ebuild:
+  Stable for amd64, wrt bug #554756
 
   11 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> dfarc-3.12.ebuild:
   tidy





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/dfarc: dfarc-3.12.ebuild ChangeLog
@ 2015-08-06  7:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-06  7:17 UTC (permalink / raw
  To: gentoo-commits

ago         15/08/06 07:17:52

  Modified:             dfarc-3.12.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #554756
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild?r1=1.3&r2=1.4

Index: dfarc-3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dfarc-3.12.ebuild	3 Aug 2015 10:59:06 -0000	1.3
+++ dfarc-3.12.ebuild	6 Aug 2015 07:17:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.3 2015/08/03 10:59:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/dfarc-3.12.ebuild,v 1.4 2015/08/06 07:17:52 ago Exp $
 
 EAPI=5
 WX_GTK_VER="3.0"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 BZIP2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND="



1.9                  games-util/dfarc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/dfarc/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	3 Aug 2015 10:59:06 -0000	1.8
+++ ChangeLog	6 Aug 2015 07:17:52 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/dfarc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.8 2015/08/03 10:59:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/dfarc/ChangeLog,v 1.9 2015/08/06 07:17:52 ago Exp $
+
+  06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> dfarc-3.12.ebuild:
+  Stable for x86, wrt bug #554756
 
   03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> dfarc-3.12.ebuild:
   Stable for amd64, wrt bug #554756





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-06  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 10:59 [gentoo-commits] gentoo-x86 commit in games-util/dfarc: dfarc-3.12.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-06  7:17 Agostino Sarubbo (ago)
2015-06-11  7:41 Michael Sterrett (mr_bones_)
2014-11-12 15:58 Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox