public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.0.4.ebuild kalzium-4.0.5.ebuild
@ 2008-07-27 19:07 Carsten Lohrke (carlo)
  0 siblings, 0 replies; only message in thread
From: Carsten Lohrke (carlo) @ 2008-07-27 19:07 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/27 19:07:31

  Modified:             ChangeLog kalzium-4.0.4.ebuild kalzium-4.0.5.ebuild
  Log:
   Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.99                 kde-base/kalzium/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	7 Jun 2008 11:17:10 -0000	1.98
+++ ChangeLog	27 Jul 2008 19:07:30 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kalzium
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.98 2008/06/07 11:17:10 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.99 2008/07/27 19:07:30 carlo Exp $
+
+  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> kalzium-4.0.4.ebuild,
+  kalzium-4.0.5.ebuild:
+  Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
 
   07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
   -kalzium-3.5.8.ebuild, -kalzium-4.0.2.ebuild, -kalzium-4.0.3.ebuild:



1.2                  kde-base/kalzium/kalzium-4.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild?r1=1.1&r2=1.2

Index: kalzium-4.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kalzium-4.0.4.ebuild	15 May 2008 22:42:23 -0000	1.1
+++ kalzium-4.0.4.ebuild	27 Jul 2008 19:07:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild,v 1.1 2008/05/15 22:42:23 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild,v 1.2 2008/07/27 19:07:30 carlo Exp $
 
 EAPI="1"
 
@@ -16,7 +16,7 @@
 	cviewer? ( >=dev-cpp/eigen-1.0.5
 		>=sci-chemistry/openbabel-2.1
 		|| ( x11-libs/qt-opengl:4
-			>=x11-libs/qt-4.3.3:4 )
+			=x11-libs/qt-4.3*:4 )
 		virtual/opengl )"
 DEPEND="${DEPEND} ${COMMONDEPEND}
 	solver? ( dev-ml/facile )"



1.2                  kde-base/kalzium/kalzium-4.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild?r1=1.1&r2=1.2

Index: kalzium-4.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kalzium-4.0.5.ebuild	5 Jun 2008 21:04:22 -0000	1.1
+++ kalzium-4.0.5.ebuild	27 Jul 2008 19:07:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild,v 1.1 2008/06/05 21:04:22 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild,v 1.2 2008/07/27 19:07:30 carlo Exp $
 
 EAPI="1"
 
@@ -16,7 +16,7 @@
 	cviewer? ( >=dev-cpp/eigen-1.0.5
 		>=sci-chemistry/openbabel-2.1
 		|| ( x11-libs/qt-opengl:4
-			>=x11-libs/qt-4.3.3:4 )
+			=x11-libs/qt-4.3*:4 )
 		virtual/opengl )"
 DEPEND="${DEPEND} ${COMMONDEPEND}
 	solver? ( dev-ml/facile )"






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

only message in thread, other threads:[~2008-07-27 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 19:07 [gentoo-commits] gentoo-x86 commit in kde-base/kalzium: ChangeLog kalzium-4.0.4.ebuild kalzium-4.0.5.ebuild Carsten Lohrke (carlo)

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