public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/q4wine: ChangeLog q4wine-0.113-r1.ebuild
@ 2009-10-07  8:11 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-10-07  8:11 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/10/07 08:11:32

  Modified:             ChangeLog q4wine-0.113-r1.ebuild
  Log:
  Fix WORKDIR ( bug 287986 )
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-emulation/q4wine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Oct 2009 22:36:23 -0000	1.8
+++ ChangeLog	7 Oct 2009 08:11:32 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/q4wine
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.8 2009/10/06 22:36:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.9 2009/10/07 08:11:32 hwoarang Exp $
+
+  07 Oct 2009; Markos Chandras <hwoarang@gentoo.org> q4wine-0.113-r1.ebuild:
+  Fix WORKDIR ( bug 287986 ). Thanks to Rodrigo Saboya and Jeroen Roovers
 
 *q4wine-0.113-r1 (06 Oct 2009)
 



1.2                  app-emulation/q4wine/q4wine-0.113-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild?r1=1.1&r2=1.2

Index: q4wine-0.113-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- q4wine-0.113-r1.ebuild	6 Oct 2009 22:36:23 -0000	1.1
+++ q4wine-0.113-r1.ebuild	7 Oct 2009 08:11:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild,v 1.1 2009/10/06 22:36:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild,v 1.2 2009/10/07 08:11:32 hwoarang Exp $
 
 EAPI="2"
 inherit cmake-utils
@@ -28,8 +28,6 @@
 
 DOCS="README"
 
-S="${WORKDIR}/${PF}"
-
 src_configure() {
 	mycmakeargs="${mycmakeargs} \
 		$(cmake-utils_use_with icoutils ICOUTILS) \






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

* [gentoo-commits] gentoo-x86 commit in app-emulation/q4wine: ChangeLog q4wine-0.113-r1.ebuild
@ 2009-10-07 11:28 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-10-07 11:28 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/10/07 11:28:14

  Modified:             ChangeLog q4wine-0.113-r1.ebuild
  Log:
  Add x11-misc/xdg-utils on RDEPEND as suggested by upstream
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-emulation/q4wine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Oct 2009 08:11:32 -0000	1.9
+++ ChangeLog	7 Oct 2009 11:28:14 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/q4wine
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.9 2009/10/07 08:11:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/ChangeLog,v 1.10 2009/10/07 11:28:14 hwoarang Exp $
+
+  07 Oct 2009; Markos Chandras <hwoarang@gentoo.org> q4wine-0.113-r1.ebuild:
+  Add x11-misc/xdg-utils on RDEPEND as suggested by upstream
 
   07 Oct 2009; Markos Chandras <hwoarang@gentoo.org> q4wine-0.113-r1.ebuild:
   Fix WORKDIR ( bug 287986 ). Thanks to Rodrigo Saboya and Jeroen Roovers



1.3                  app-emulation/q4wine/q4wine-0.113-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild?r1=1.2&r2=1.3

Index: q4wine-0.113-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- q4wine-0.113-r1.ebuild	7 Oct 2009 08:11:32 -0000	1.2
+++ q4wine-0.113-r1.ebuild	7 Oct 2009 11:28:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild,v 1.2 2009/10/07 08:11:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.113-r1.ebuild,v 1.3 2009/10/07 11:28:14 hwoarang Exp $
 
 EAPI="2"
 inherit cmake-utils
@@ -24,7 +24,8 @@
 	app-admin/sudo
 	app-emulation/wine
 	>=sys-apps/which-2.19
-	icoutils? ( >=media-gfx/icoutils-0.26.0 )"
+	icoutils? ( >=media-gfx/icoutils-0.26.0 )
+	x11-misc/xdg-utils"
 
 DOCS="README"
 






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

end of thread, other threads:[~2009-10-07 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 11:28 [gentoo-commits] gentoo-x86 commit in app-emulation/q4wine: ChangeLog q4wine-0.113-r1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-07  8:11 Markos Chandras (hwoarang)

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