public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog
@ 2010-06-30 15:36 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2010-06-30 15:36 UTC (permalink / raw
  To: gentoo-commits

alexxy      10/06/30 15:36:53

  Modified:             ChangeLog
  Added:                kmail-4.4.5.ebuild
  Log:
  [kde-base] Bump KDE SC 4.4.5 =)
  (Portage version: 2.2_rc67_p182/cvs/Linux x86_64)

Revision  Changes    Path
1.215                kde-base/kmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog	27 Jun 2010 20:30:22 -0000	1.214
+++ ChangeLog	30 Jun 2010 15:36:53 -0000	1.215
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.214 2010/06/27 20:30:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.215 2010/06/30 15:36:53 alexxy Exp $
+
+*kmail-4.4.5 (30 Jun 2010)
+
+  30 Jun 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmail-4.4.5.ebuild:
+  Version bump
 
   27 Jun 2010; Christian Faulhammer <fauli@gentoo.org> kmail-4.4.4.ebuild:
   x86 stable, bug 322791



1.1                  kde-base/kmail/kmail-4.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild?rev=1.1&content-type=text/plain

Index: kmail-4.4.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.1 2010/06/30 15:36:53 alexxy Exp $

EAPI="3"

KMNAME="kdepim"
inherit kde4-meta

DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook"

DEPEND="
	$(add_kdebase_dep kdelibs 'semantic-desktop')
	$(add_kdebase_dep kdepimlibs 'semantic-desktop')
	$(add_kdebase_dep libkdepim)
	$(add_kdebase_dep libkleo)
	$(add_kdebase_dep libkpgp)
"
RDEPEND="${DEPEND}
	$(add_kdebase_dep kdepim-runtime)
"

add_blocker kmailcvt
add_blocker libksieve
add_blocker messagecore
add_blocker messagelist
add_blocker messageviewer
add_blocker mimelib

KMEXTRACTONLY="
	korganizer/org.kde.Korganizer.Calendar.xml
	libkleo/
	libkpgp/
"
KMEXTRA="
	kmailcvt/
	ksendemail/
	libksieve/
	messagecore/
	messagelist/
	messageviewer/
	mimelib/
	plugins/kmail/
"
KMLOADLIBS="libkdepim"

src_configure() {
	# Bug 308903
	use ppc64 && append-flags -mminimal-toc

	mycmakeargs=(
		-DWITH_IndicateQt=OFF
	)

	kde4-meta_src_configure
}

src_compile() {
	# Bug #276377: kontact/ can build before kmail/, causing a dependency not to be built
	# Upstream as KDE Bug #198807
	# (setting MAKEOPTS to trigger a repoman warning)
	: || MAKEOPTS="-j1"
	kde4-meta_src_compile kmail_xml
	kde4-meta_src_compile
}

pkg_postinst() {
	kde4-meta_pkg_postinst

	if ! has_version kde-base/kdepim-kresources:${SLOT}; then
		echo
		elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
		echo
	fi
	if ! has_version kde-base/kleopatra:${SLOT}; then
		echo
		elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
		echo
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog
@ 2010-07-03  1:22 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 7+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2010-07-03  1:22 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    10/07/03 01:22:34

  Modified:             kmail-4.4.5.ebuild ChangeLog
  Log:
  Synced keywords from 4.4.4 ebuilds dropping ~alpha and ~ia64 keywords as these arches don't have semantic-desktop support.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  kde-base/kmail/kmail-4.4.5.ebuild

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

Index: kmail-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kmail-4.4.5.ebuild	30 Jun 2010 15:36:53 -0000	1.1
+++ kmail-4.4.5.ebuild	3 Jul 2010 01:22:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.1 2010/06/30 15:36:53 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.2 2010/07/03 01:22:34 jmbsvicetto Exp $
 
 EAPI="3"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="



1.216                kde-base/kmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog	30 Jun 2010 15:36:53 -0000	1.215
+++ ChangeLog	3 Jul 2010 01:22:34 -0000	1.216
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.215 2010/06/30 15:36:53 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.216 2010/07/03 01:22:34 jmbsvicetto Exp $
+
+  03 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  kmail-4.4.5.ebuild:
+  [kde-base/kmail-4.4.5] Synced keywords from 4.4.4 ebuilds dropping ~alpha
+  and ~ia64 keywords as these arches don't have semantic-desktop support.
 
 *kmail-4.4.5 (30 Jun 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog
@ 2010-07-03  1:27 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 7+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2010-07-03  1:27 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    10/07/03 01:27:06

  Modified:             kmail-4.4.5.ebuild ChangeLog
  Log:
  [kde-base/kmail-4.4.5] Commented out the forced non-parallel build.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  kde-base/kmail/kmail-4.4.5.ebuild

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

Index: kmail-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kmail-4.4.5.ebuild	3 Jul 2010 01:22:34 -0000	1.2
+++ kmail-4.4.5.ebuild	3 Jul 2010 01:27:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.2 2010/07/03 01:22:34 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.3 2010/07/03 01:27:06 jmbsvicetto Exp $
 
 EAPI="3"
 
@@ -61,7 +61,8 @@
 	# Bug #276377: kontact/ can build before kmail/, causing a dependency not to be built
 	# Upstream as KDE Bug #198807
 	# (setting MAKEOPTS to trigger a repoman warning)
-	: || MAKEOPTS="-j1"
+	# : || MAKEOPTS="-j1"
+	# commented out so this gets more testing again - dilfridge 4/6/2010	: || MAKEOPTS="-j1"
 	kde4-meta_src_compile kmail_xml
 	kde4-meta_src_compile
 }



1.217                kde-base/kmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog	3 Jul 2010 01:22:34 -0000	1.216
+++ ChangeLog	3 Jul 2010 01:27:06 -0000	1.217
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.216 2010/07/03 01:22:34 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.217 2010/07/03 01:27:06 jmbsvicetto Exp $
+
+  03 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  kmail-4.4.5.ebuild:
+  [kde-base/kmail-4.4.5] Commented out the forced non-parallel build.
 
   03 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   kmail-4.4.5.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog
@ 2010-08-03  7:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-03  7:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/03 07:43:24

  Modified:             kmail-4.4.5.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #322791
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.4                  kde-base/kmail/kmail-4.4.5.ebuild

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

Index: kmail-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kmail-4.4.5.ebuild	3 Jul 2010 01:27:06 -0000	1.3
+++ kmail-4.4.5.ebuild	3 Aug 2010 07:43:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.3 2010/07/03 01:27:06 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.4 2010/08/03 07:43:24 hwoarang Exp $
 
 EAPI="3"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="



1.218                kde-base/kmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog	3 Jul 2010 01:27:06 -0000	1.217
+++ ChangeLog	3 Aug 2010 07:43:24 -0000	1.218
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.217 2010/07/03 01:27:06 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.218 2010/08/03 07:43:24 hwoarang Exp $
+
+  03 Aug 2010; Markos Chandras <hwoarang@gentoo.org> kmail-4.4.5.ebuild:
+  Stable on amd64 wrt bug #322791
 
   03 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   kmail-4.4.5.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog
@ 2010-08-09  3:43 Joseph Jezak (josejx)
  0 siblings, 0 replies; 7+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-09  3:43 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/09 03:43:01

  Modified:             kmail-4.4.5.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #322791.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  kde-base/kmail/kmail-4.4.5.ebuild

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

Index: kmail-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kmail-4.4.5.ebuild	3 Aug 2010 07:43:24 -0000	1.4
+++ kmail-4.4.5.ebuild	9 Aug 2010 03:43:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.4 2010/08/03 07:43:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.5 2010/08/09 03:43:00 josejx Exp $
 
 EAPI="3"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="



1.219                kde-base/kmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog	3 Aug 2010 07:43:24 -0000	1.218
+++ ChangeLog	9 Aug 2010 03:43:00 -0000	1.219
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.218 2010/08/03 07:43:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.219 2010/08/09 03:43:00 josejx Exp $
+
+  09 Aug 2010; Joseph Jezak <josejx@gentoo.org> kmail-4.4.5.ebuild:
+  Marked ppc stable for bug #322791.
 
   03 Aug 2010; Markos Chandras <hwoarang@gentoo.org> kmail-4.4.5.ebuild:
   Stable on amd64 wrt bug #322791






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog
@ 2010-08-09  8:04 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-09  8:04 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/09 08:04:26

  Modified:             kmail-4.4.5.ebuild ChangeLog
  Log:
  x86 stable, bug 322791
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.6                  kde-base/kmail/kmail-4.4.5.ebuild

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

Index: kmail-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kmail-4.4.5.ebuild	9 Aug 2010 03:43:00 -0000	1.5
+++ kmail-4.4.5.ebuild	9 Aug 2010 08:04:26 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.5 2010/08/09 03:43:00 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.6 2010/08/09 08:04:26 fauli Exp $
 
 EAPI="3"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="



1.220                kde-base/kmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog	9 Aug 2010 03:43:00 -0000	1.219
+++ ChangeLog	9 Aug 2010 08:04:26 -0000	1.220
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.219 2010/08/09 03:43:00 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.220 2010/08/09 08:04:26 fauli Exp $
+
+  09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kmail-4.4.5.ebuild:
+  x86 stable, bug 322791
 
   09 Aug 2010; Joseph Jezak <josejx@gentoo.org> kmail-4.4.5.ebuild:
   Marked ppc stable for bug #322791.






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog
@ 2010-08-09 17:34 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-08-09 17:34 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/08/09 17:34:50

  Modified:             kmail-4.4.5.ebuild ChangeLog
  Log:
  Drop alpha, ia64 and sparc keywords. as per AT lead permission.
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.7                  kde-base/kmail/kmail-4.4.5.ebuild

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

Index: kmail-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kmail-4.4.5.ebuild	9 Aug 2010 08:04:26 -0000	1.6
+++ kmail-4.4.5.ebuild	9 Aug 2010 17:34:50 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.6 2010/08/09 08:04:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.5.ebuild,v 1.7 2010/08/09 17:34:50 scarabeus Exp $
 
 EAPI="3"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 DEPEND="



1.222                kde-base/kmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog	9 Aug 2010 11:31:32 -0000	1.221
+++ ChangeLog	9 Aug 2010 17:34:50 -0000	1.222
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.221 2010/08/09 11:31:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.222 2010/08/09 17:34:50 scarabeus Exp $
+
+  09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> kmail-4.4.5.ebuild:
+  Drop alpha ia64 and sparc per the AT Lead permission.
 
   09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kmail-4.3.5.ebuild,
   -kmail-4.4.4.ebuild:






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

end of thread, other threads:[~2010-08-09 17:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03  7:43 [gentoo-commits] gentoo-x86 commit in kde-base/kmail: kmail-4.4.5.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-09 17:34 Tomas Chvatal (scarabeus)
2010-08-09  8:04 Christian Faulhammer (fauli)
2010-08-09  3:43 Joseph Jezak (josejx)
2010-07-03  1:27 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2010-07-03  1:22 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2010-06-30 15:36 Alexey Shvetsov (alexxy)

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