public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: ChangeLog kmail-4.4.9.ebuild
@ 2011-01-23 22:51 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-01-23 22:51 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/01/23 22:51:08

  Modified:             ChangeLog kmail-4.4.9.ebuild
  Log:
  Disable a test that relies on a dbus session
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.232                kde-base/kmail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.232&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.232&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.231&r2=1.232

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog	22 Jan 2011 22:18:04 -0000	1.231
+++ ChangeLog	23 Jan 2011 22:51:08 -0000	1.232
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.231 2011/01/22 22:18:04 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.232 2011/01/23 22:51:08 dilfridge Exp $
+
+  23 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> kmail-4.4.9.ebuild,
+  +files/kmail-4.4.9-nodbus.patch:
+  Disable a test that relies on a dbus session
 
   22 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> kmail-4.4.8.ebuild,
   kmail-4.4.9.ebuild:



1.3                  kde-base/kmail/kmail-4.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?r1=1.2&r2=1.3

Index: kmail-4.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kmail-4.4.9.ebuild	22 Jan 2011 22:18:04 -0000	1.2
+++ kmail-4.4.9.ebuild	23 Jan 2011 22:51:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.2 2011/01/22 22:18:04 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.3 2011/01/23 22:51:08 dilfridge Exp $
 
 EAPI="3"
 
@@ -47,6 +47,8 @@
 "
 KMLOADLIBS="libkdepim"
 
+PATCHES=( "${FILESDIR}/${P}"-nodbus.patch )
+
 src_configure() {
 	# Bug 308903
 	use ppc64 && append-flags -mminimal-toc






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: ChangeLog kmail-4.4.9.ebuild
@ 2011-01-26  8:50 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-26  8:50 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/26 08:50:51

  Modified:             ChangeLog kmail-4.4.9.ebuild
  Log:
  Stable on amd64 wrt bug #351345
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.234                kde-base/kmail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.234&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.234&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.233&r2=1.234

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog	25 Jan 2011 23:01:56 -0000	1.233
+++ ChangeLog	26 Jan 2011 08:50:51 -0000	1.234
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.233 2011/01/25 23:01:56 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.234 2011/01/26 08:50:51 hwoarang Exp $
+
+  26 Jan 2011; Markos Chandras <hwoarang@gentoo.org> kmail-4.4.9.ebuild:
+  Stable on amd64 wrt bug #351345
 
   25 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   files/kmail-4.4.9-nodbus.patch:



1.4                  kde-base/kmail/kmail-4.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?r1=1.3&r2=1.4

Index: kmail-4.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kmail-4.4.9.ebuild	23 Jan 2011 22:51:08 -0000	1.3
+++ kmail-4.4.9.ebuild	26 Jan 2011 08:50:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.3 2011/01/23 22:51:08 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.4 2011/01/26 08:50:51 hwoarang Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: ChangeLog kmail-4.4.9.ebuild
@ 2011-01-28 19:40 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-01-28 19:40 UTC (permalink / raw
  To: gentoo-commits

tomka       11/01/28 19:40:49

  Modified:             ChangeLog kmail-4.4.9.ebuild
  Log:
  x86 stable per bug 351345
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.237                kde-base/kmail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.237&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.237&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.236&r2=1.237

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog	28 Jan 2011 07:32:55 -0000	1.236
+++ ChangeLog	28 Jan 2011 19:40:49 -0000	1.237
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.236 2011/01/28 07:32:55 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.237 2011/01/28 19:40:49 tomka Exp $
+
+  28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kmail-4.4.9.ebuild:
+  x86 stable per bug 351345
 
   28 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> kmail-4.4.10.ebuild:
   Fix path of the patch



1.5                  kde-base/kmail/kmail-4.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?r1=1.4&r2=1.5

Index: kmail-4.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kmail-4.4.9.ebuild	26 Jan 2011 08:50:51 -0000	1.4
+++ kmail-4.4.9.ebuild	28 Jan 2011 19:40:49 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.4 2011/01/26 08:50:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.5 2011/01/28 19:40:49 tomka Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: ChangeLog kmail-4.4.9.ebuild
@ 2011-03-24 19:33 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-03-24 19:33 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/24 19:33:16

  Modified:             ChangeLog kmail-4.4.9.ebuild
  Log:
  Marking kmail-4.4.9 ppc for bug 351345
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.241                kde-base/kmail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.241&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.241&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.240&r2=1.241

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog	10 Mar 2011 13:01:20 -0000	1.240
+++ ChangeLog	24 Mar 2011 19:33:16 -0000	1.241
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.240 2011/03/10 13:01:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.241 2011/03/24 19:33:16 ranger Exp $
+
+  24 Mar 2011; Brent Baude <ranger@gentoo.org> kmail-4.4.9.ebuild:
+  Marking kmail-4.4.9 ppc stable for bug 351345
 
   10 Mar 2011; <angelos@gentoo.org> kmail-4.4.9.ebuild, kmail-4.4.10.ebuild:
   QA: Fixed VIRTUALX_REQUIRED



1.8                  kde-base/kmail/kmail-4.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild?r1=1.7&r2=1.8

Index: kmail-4.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kmail-4.4.9.ebuild	10 Mar 2011 13:01:20 -0000	1.7
+++ kmail-4.4.9.ebuild	24 Mar 2011 19:33:16 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.7 2011/03/10 13:01:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.9.ebuild,v 1.8 2011/03/24 19:33:16 ranger Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="






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

end of thread, other threads:[~2011-03-24 19:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-23 22:51 [gentoo-commits] gentoo-x86 commit in kde-base/kmail: ChangeLog kmail-4.4.9.ebuild Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-26  8:50 Markos Chandras (hwoarang)
2011-01-28 19:40 Thomas Kahle (tomka)
2011-03-24 19:33 Brent Baude (ranger)

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