Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Ben de Groot (yngwin)" <yngwin@g.o>
Subject: gentoo-x86 commit in app-backup/bacula: ChangeLog bacula-2.4.1.ebuild bacula-2.4.1-r1.ebuild bacula-2.4.2.ebuild
Date: Mon, 11 Aug 2008 17:26:35 +0000
yngwin      08/08/11 17:26:35

  Modified:             ChangeLog bacula-2.4.1.ebuild
                        bacula-2.4.1-r1.ebuild bacula-2.4.2.ebuild
  Log:
  Fix split qt4 deps wrt bug 217161.
  (Portage version: 2.2_rc7/cvs/Linux 2.6.26-hh1 i686)

Revision  Changes    Path
1.69                 app-backup/bacula/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	1 Aug 2008 18:23:44 -0000	1.68
+++ ChangeLog	11 Aug 2008 17:26:35 -0000	1.69
@@ -1,6 +1,10 @@
 # ChangeLog for app-backup/bacula
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.68 2008/08/01 18:23:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.69 2008/08/11 17:26:35 yngwin Exp $
+
+  11 Aug 2008; Ben de Groot <yngwin@g.o> bacula-2.4.1.ebuild,
+  bacula-2.4.1-r1.ebuild, bacula-2.4.2.ebuild:
+  Fix split qt4 deps wrt bug 217161.
 
   01 Aug 2008; nixnut <nixnut@g.o> bacula-2.4.1-r1.ebuild:
   Stable on ppc wrt bug 232828



1.7                  app-backup/bacula/bacula-2.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/bacula-2.4.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/bacula-2.4.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/bacula-2.4.1.ebuild?r1=1.6&r2=1.7

Index: bacula-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bacula-2.4.1.ebuild	14 Jul 2008 07:37:50 -0000	1.6
+++ bacula-2.4.1.ebuild	11 Aug 2008 17:26:35 -0000	1.7
@@ -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/app-backup/bacula/bacula-2.4.1.ebuild,v 1.6 2008/07/14 07:37:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.4.1.ebuild,v 1.7 2008/08/11 17:26:35 yngwin Exp $
 
 #
 # TODO:
@@ -22,6 +22,7 @@
 # - bacula >=2.4.0 supports --without-qwt -- reflect with USE=qwt?
 #
 
+EAPI="1"
 inherit eutils
 
 IUSE="bacula-clientonly bacula-console bacula-nodir bacula-nosd doc gnome ipv6 logrotate logwatch mysql postgres python qt4 readline sqlite sqlite3 ssl static tcpd wxwindows X"
@@ -58,7 +59,7 @@
 	bacula-console? (
 		wxwindows? ( =x11-libs/wxGTK-2.6* )
 		qt4? (
-			=x11-libs/qt-4*
+			|| ( x11-libs/qt-svg:4 =x11-libs/qt-4.3* )
 			>=x11-libs/qwt-5
 		)
 		gnome? (



1.6                  app-backup/bacula/bacula-2.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/bacula-2.4.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/bacula-2.4.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/bacula/bacula-2.4.1-r1.ebuild?r1=1.5&r2=1.6

Index: bacula-2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.4.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bacula-2.4.1-r1.ebuild	1 Aug 2008 18:23:44 -0000	1.5
+++ bacula-2.4.1-r1.ebuild	11 Aug 2008 17:26:35 -0000	1.6
@@ -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/app-backup/bacula/bacula-2.4.1-r1.ebuild,v 1.5 2008/08/01 18:23:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.4.1-r1.ebuild,v 1.6 2008/08/11 17:26:35 yngwin Exp $
 
 #
 # TODO:
@@ -22,6 +22,7 @@
 # - bacula >=2.4.0 supports --without-qwt -- reflect with USE=qwt?
 #
 
+EAPI="1"
 inherit eutils
 
 IUSE="bacula-clientonly bacula-console bacula-nodir bacula-nosd doc gnome ipv6 logrotate logwatch mysql postgres python qt4 readline sqlite sqlite3 ssl static tcpd wxwindows X"
@@ -58,7 +59,7 @@
 	bacula-console? (
 		wxwindows? ( =x11-libs/wxGTK-2.6* )
 		qt4? (
-			=x11-libs/qt-4*
+			|| ( x11-libs/qt-svg:4 =x11-libs/qt-4.3* )
 			>=x11-libs/qwt-5
 		)
 		gnome? (



1.2                  app-backup/bacula/bacula-2.4.2.ebuild

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

Index: bacula-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bacula-2.4.2.ebuild	29 Jul 2008 12:00:46 -0000	1.1
+++ bacula-2.4.2.ebuild	11 Aug 2008 17:26:35 -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/app-backup/bacula/bacula-2.4.2.ebuild,v 1.1 2008/07/29 12:00:46 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.4.2.ebuild,v 1.2 2008/08/11 17:26:35 yngwin Exp $
 
 #
 # TODO:
@@ -20,6 +20,7 @@
 # - bacula >=2.4.0 supports --without-qwt -- reflect with USE=qwt?
 #
 
+EAPI="1"
 inherit eutils
 
 IUSE="bacula-clientonly bacula-console bacula-nodir bacula-nosd doc gnome ipv6 logrotate logwatch mysql postgres python qt4 readline sqlite sqlite3 ssl static tcpd wxwindows X"
@@ -56,7 +57,7 @@
 	bacula-console? (
 		wxwindows? ( =x11-libs/wxGTK-2.6* )
 		qt4? (
-			=x11-libs/qt-4*
+			|| ( x11-libs/qt-svg:4 =x11-libs/qt-4.3* )
 			>=x11-libs/qwt-5
 		)
 		gnome? (





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in x11-plugins/gkrellm-wifi: gkrellm-wifi-0.9.12.ebuild ChangeLog
Next by thread:
gentoo-x86 commit in net-wireless/wireless-tools: wireless-tools-29.ebuild wireless-tools-30_pre6.ebuild ChangeLog
Previous by date:
gentoo-x86 commit in x11-plugins/gkrellm-wifi: gkrellm-wifi-0.9.12.ebuild ChangeLog
Next by date:
gentoo-x86 commit in net-wireless/wireless-tools: wireless-tools-29.ebuild wireless-tools-30_pre6.ebuild ChangeLog


Updated Feb 07, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.