public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libqxt: libqxt-0.2.5.ebuild ChangeLog
@ 2008-04-09 18:44 Ingmar Vanhassel (ingmar)
  0 siblings, 0 replies; 2+ messages in thread
From: Ingmar Vanhassel (ingmar) @ 2008-04-09 18:44 UTC (permalink / raw
  To: gentoo-commits

ingmar      08/04/09 18:44:54

  Modified:             libqxt-0.2.5.ebuild ChangeLog
  Log:
  Make dependencies compatible with split Qt:4.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.2                  x11-libs/libqxt/libqxt-0.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild?r1=1.1&r2=1.2

Index: libqxt-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libqxt-0.2.5.ebuild	18 Oct 2007 13:52:00 -0000	1.1
+++ libqxt-0.2.5.ebuild	9 Apr 2008 18:44:54 -0000	1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild,v 1.1 2007/10/18 13:52:00 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild,v 1.2 2008/04/09 18:44:54 ingmar Exp $
 
+EAPI="1"
 inherit eutils qt4
 
 DESCRIPTION="The Qt eXTension library provides cross-platform utility classes to add functionality ontop of the Qt toolkit"
@@ -14,7 +15,11 @@
 
 IUSE="ssl fastcgi debug"
 
-DEPEND=">=x11-libs/qt-4.2
+DEPEND="
+	|| ( ( x11-libs/qt-gui:4
+		x11-libs/qt-script:4
+		x11-libs/qt-sql:4 )
+	>=x11-libs/qt-4.2:4 )
 	ssl? ( >=dev-libs/openssl-0.9.8 )
 	fastcgi? ( >=dev-libs/fcgi-2.4 )"
 RDEPEND="${DEPEND}"



1.4                  x11-libs/libqxt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	18 Oct 2007 13:52:00 -0000	1.3
+++ ChangeLog	9 Apr 2008 18:44:54 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libqxt
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.3 2007/10/18 13:52:00 caleb Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.4 2008/04/09 18:44:54 ingmar Exp $
+
+  09 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> libqxt-0.2.5.ebuild:
+  Make dependencies compatible with split Qt:4.
 
 *libqxt-0.2.5 (18 Oct 2007)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libqxt: libqxt-0.2.5.ebuild ChangeLog
@ 2008-07-27  1:22 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-07-27  1:22 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/27 01:22:24

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

Revision  Changes    Path
1.3                  x11-libs/libqxt/libqxt-0.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild?r1=1.2&r2=1.3

Index: libqxt-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libqxt-0.2.5.ebuild	9 Apr 2008 18:44:54 -0000	1.2
+++ libqxt-0.2.5.ebuild	27 Jul 2008 01:22:24 -0000	1.3
@@ -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/x11-libs/libqxt/libqxt-0.2.5.ebuild,v 1.2 2008/04/09 18:44:54 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild,v 1.3 2008/07/27 01:22:24 carlo Exp $
 
 EAPI="1"
 inherit eutils qt4
@@ -19,7 +19,7 @@
 	|| ( ( x11-libs/qt-gui:4
 		x11-libs/qt-script:4
 		x11-libs/qt-sql:4 )
-	>=x11-libs/qt-4.2:4 )
+	=x11-libs/qt-4.3*:4 )
 	ssl? ( >=dev-libs/openssl-0.9.8 )
 	fastcgi? ( >=dev-libs/fcgi-2.4 )"
 RDEPEND="${DEPEND}"



1.5                  x11-libs/libqxt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libqxt/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Apr 2008 18:44:54 -0000	1.4
+++ ChangeLog	27 Jul 2008 01:22:24 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libqxt
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.4 2008/04/09 18:44:54 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.5 2008/07/27 01:22:24 carlo Exp $
+
+  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> libqxt-0.2.5.ebuild:
+  Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
 
   09 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> libqxt-0.2.5.ebuild:
   Make dependencies compatible with split Qt:4.






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

end of thread, other threads:[~2008-07-27  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27  1:22 [gentoo-commits] gentoo-x86 commit in x11-libs/libqxt: libqxt-0.2.5.ebuild ChangeLog Carsten Lohrke (carlo)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-09 18:44 Ingmar Vanhassel (ingmar)

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