public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libkgeomap: libkgeomap-3.2.0.ebuild libkgeomap-3.5.0.ebuild ChangeLog
@ 2014-03-14 13:20 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2014-03-14 13:20 UTC (permalink / raw
  To: gentoo-commits

kensington    14/03/14 13:20:52

  Modified:             libkgeomap-3.2.0.ebuild libkgeomap-3.5.0.ebuild
                        ChangeLog
  Log:
  Require virtual X for tests wrt bug #477120.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.4                  media-libs/libkgeomap/libkgeomap-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild?r1=1.3&r2=1.4

Index: libkgeomap-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libkgeomap-3.2.0.ebuild	30 Jun 2013 10:14:29 -0000	1.3
+++ libkgeomap-3.2.0.ebuild	14 Mar 2014 13:20:52 -0000	1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild,v 1.3 2013/06/30 10:14:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.2.0.ebuild,v 1.4 2014/03/14 13:20:52 kensington Exp $
 
 EAPI=5
 
 KDE_MINIMAL="4.10"
-
+VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 MY_PV=${PV/_/-}



1.4                  media-libs/libkgeomap/libkgeomap-3.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.5.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.5.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.5.0.ebuild?r1=1.3&r2=1.4

Index: libkgeomap-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libkgeomap-3.5.0.ebuild	26 Jan 2014 11:39:42 -0000	1.3
+++ libkgeomap-3.5.0.ebuild	14 Mar 2014 13:20:52 -0000	1.4
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.5.0.ebuild,v 1.3 2014/01/26 11:39:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.5.0.ebuild,v 1.4 2014/03/14 13:20:52 kensington Exp $
 
 EAPI=5
 
 KDE_MINIMAL="4.10"
-
+VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 MY_PV=${PV/_/-}



1.44                 media-libs/libkgeomap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	26 Jan 2014 11:39:42 -0000	1.43
+++ ChangeLog	14 Mar 2014 13:20:52 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libkgeomap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.43 2014/01/26 11:39:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.44 2014/03/14 13:20:52 kensington Exp $
+
+  14 Mar 2014; Michael Palimaka <kensington@gentoo.org> libkgeomap-3.2.0.ebuild,
+  libkgeomap-3.5.0.ebuild:
+  Require virtual X for tests wrt bug #477120.
 
   26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libkgeomap-3.5.0.ebuild:
   Stable for x86, wrt bug #493578





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-14 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 13:20 [gentoo-commits] gentoo-x86 commit in media-libs/libkgeomap: libkgeomap-3.2.0.ebuild libkgeomap-3.5.0.ebuild ChangeLog Michael Palimaka (kensington)

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