* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild
@ 2013-05-10 19:46 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2013-05-10 19:46 UTC (permalink / raw
To: gentoo-commits
fauli 13/05/10 19:46:28
Modified: ChangeLog claws-mail-3.9.1.ebuild
Log:
Make check for libsoup non-mandatory, as provided by Ted Tanberry on bug 469014
(Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Revision Changes Path
1.230 mail-client/claws-mail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.230&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.230&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.229&r2=1.230
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- ChangeLog 10 May 2013 19:26:16 -0000 1.229
+++ ChangeLog 10 May 2013 19:46:28 -0000 1.230
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/claws-mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.229 2013/05/10 19:26:16 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.230 2013/05/10 19:46:28 fauli Exp $
+
+ 10 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild,
+ +files/claws-mail-3.9.1_libsoup-check-fix.patch:
+ Make check for libsoup non-mandatory, as provided by Ted Tanberry on bug
+ 469014
08 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
split out valgrind part for USE=debug as proposed on bug 468984
1.3 mail-client/claws-mail/claws-mail-3.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.2&r2=1.3
Index: claws-mail-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-3.9.1.ebuild 10 May 2013 19:26:16 -0000 1.2
+++ claws-mail-3.9.1.ebuild 10 May 2013 19:46:28 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.2 2013/05/10 19:26:16 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.3 2013/05/10 19:46:28 fauli Exp $
EAPI="5"
@@ -89,6 +89,10 @@
app-misc/mime-types
x11-misc/shared-mime-info"
+src_prepare() {
+ epatch "${FILESDIR}/${P}_libsoup-check-fix.patch"
+}
+
src_configure() {
local myeconfargs=(
$(use_enable debug crash-dialog)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild
@ 2013-05-10 20:30 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2013-05-10 20:30 UTC (permalink / raw
To: gentoo-commits
fauli 13/05/10 20:30:30
Modified: ChangeLog claws-mail-3.9.1.ebuild
Log:
fix build for USE=python if Python 3 is main interpreter by pinning to a single Python 2 implementation
(Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Revision Changes Path
1.231 mail-client/claws-mail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.230&r2=1.231
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog 10 May 2013 19:46:28 -0000 1.230
+++ ChangeLog 10 May 2013 20:30:30 -0000 1.231
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.230 2013/05/10 19:46:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.231 2013/05/10 20:30:30 fauli Exp $
+
+ 10 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
+ fix build for USE=python if Python 3 is main interpreter by pinning to a
+ single Python 2 implementation
10 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild,
+files/claws-mail-3.9.1_libsoup-check-fix.patch:
1.4 mail-client/claws-mail/claws-mail-3.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.3&r2=1.4
Index: claws-mail-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-3.9.1.ebuild 10 May 2013 19:46:28 -0000 1.3
+++ claws-mail-3.9.1.ebuild 10 May 2013 20:30:30 -0000 1.4
@@ -1,10 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.3 2013/05/10 19:46:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.4 2013/05/10 20:30:30 fauli Exp $
EAPI="5"
-inherit autotools-utils multilib gnome2-utils eutils
+PYTHON_COMPAT=( python2_{5,6,7} )
+
+inherit autotools-utils multilib gnome2-utils eutils python-single-r1
DESCRIPTION="An email client (and news reader) based on GTK+"
HOMEPAGE="http://www.claws-mail.org/"
@@ -82,7 +84,7 @@
clamav? ( app-antivirus/clamav )
networkmanager? ( net-misc/networkmanager )
perl? ( dev-lang/perl )
- python? ( dev-lang/python
+ python? ( ${PYTHON_DEPS}
>=dev-python/pygtk-2.10.3 )
rss? ( net-misc/curl
dev-libs/libxml2 )
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild
@ 2013-05-11 15:07 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-11 15:07 UTC (permalink / raw
To: gentoo-commits
jer 13/05/11 15:07:01
Modified: ChangeLog claws-mail-3.9.1.ebuild
Log:
Marked ~hppa (bug #468984).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.232 mail-client/claws-mail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.232&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.232&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.231&r2=1.232
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog 10 May 2013 20:30:30 -0000 1.231
+++ ChangeLog 11 May 2013 15:07:01 -0000 1.232
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/claws-mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.231 2013/05/10 20:30:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.232 2013/05/11 15:07:01 jer Exp $
+
+ 11 May 2013; Jeroen Roovers <jer@gentoo.org> claws-mail-3.9.1.ebuild:
+ Marked ~hppa (bug #468984).
10 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
fix build for USE=python if Python 3 is main interpreter by pinning to a
1.5 mail-client/claws-mail/claws-mail-3.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.4&r2=1.5
Index: claws-mail-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- claws-mail-3.9.1.ebuild 10 May 2013 20:30:30 -0000 1.4
+++ claws-mail-3.9.1.ebuild 11 May 2013 15:07:01 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.4 2013/05/10 20:30:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.5 2013/05/11 15:07:01 jer Exp $
EAPI="5"
@@ -15,7 +15,7 @@
SLOT="0"
LICENSE="GPL-3"
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd"
IUSE="archive bogofilter calendar clamav dbus debug doc gdata gtk3 +imap ipv6 ldap networkmanager nntp +libnotify pda pdf perl +pgp python rss session smime spamassassin spam-report spell +gnutls startup-notification valgrind webkit xface"
REQUIRED_USE="networkmanager? ( dbus )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild
@ 2013-05-11 22:36 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2013-05-11 22:36 UTC (permalink / raw
To: gentoo-commits
fauli 13/05/11 22:36:23
Modified: ChangeLog claws-mail-3.9.1.ebuild
Log:
>=net-libs/libsoup-2.42 replace preceeding net-libs/libsoup-gnome versions, reflect this in DEPEND as reported in bug 469446 by Stefan van den Berg
(Portage version: 2.1.11.62/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Revision Changes Path
1.233 mail-client/claws-mail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.232&r2=1.233
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog 11 May 2013 15:07:01 -0000 1.232
+++ ChangeLog 11 May 2013 22:36:23 -0000 1.233
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.232 2013/05/11 15:07:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.233 2013/05/11 22:36:23 fauli Exp $
+
+ 11 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
+ >=net-libs/libsoup-2.42 replace preceeding net-libs/libsoup-gnome versions,
+ reflect this in DEPEND as reported in bug 469446 by Stefan van den Berg
11 May 2013; Jeroen Roovers <jer@gentoo.org> claws-mail-3.9.1.ebuild:
Marked ~hppa (bug #468984).
1.6 mail-client/claws-mail/claws-mail-3.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.5&r2=1.6
Index: claws-mail-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- claws-mail-3.9.1.ebuild 11 May 2013 15:07:01 -0000 1.5
+++ claws-mail-3.9.1.ebuild 11 May 2013 22:36:23 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.5 2013/05/11 15:07:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.6 2013/05/11 22:36:23 fauli Exp $
EAPI="5"
@@ -71,7 +71,8 @@
pdf? ( app-text/poppler:=[cairo] )
spam-report? ( >=net-misc/curl-7.9.7 )
webkit? ( >=net-libs/webkit-gtk-1.0:2
- >=net-libs/libsoup-gnome-2.26:2.4
+ || ( >=net-libs/libsoup-2.42:2.4
+ >=net-libs/libsoup-gnome-2.26:2.4 )
)"
DEPEND="${PLUGINBLOCK}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild
@ 2013-05-13 4:46 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2013-05-13 4:46 UTC (permalink / raw
To: gentoo-commits
fauli 13/05/13 04:46:01
Modified: ChangeLog claws-mail-3.9.1.ebuild
Log:
move libnotify usage over to notification, forgotten in last commit
(Portage version: 2.1.11.62/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 2B859DE3)
Revision Changes Path
1.235 mail-client/claws-mail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.235&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.235&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.234&r2=1.235
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog 12 May 2013 19:50:46 -0000 1.234
+++ ChangeLog 13 May 2013 04:46:01 -0000 1.235
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/claws-mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.234 2013/05/12 19:50:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.235 2013/05/13 04:46:01 fauli Exp $
+
+ 13 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
+ move libnotify usage over to notification, forgotten in last commit
12 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild,
metadata.xml:
1.8 mail-client/claws-mail/claws-mail-3.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.7&r2=1.8
Index: claws-mail-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- claws-mail-3.9.1.ebuild 12 May 2013 19:50:46 -0000 1.7
+++ claws-mail-3.9.1.ebuild 13 May 2013 04:46:01 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.7 2013/05/12 19:50:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.8 2013/05/13 04:46:01 fauli Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{5,6,7} )
@@ -120,7 +120,7 @@
$(use_enable calendar vcalendar-plugin)
$(use_enable clamav clamd-plugin)
$(use_enable gdata gdata-plugin)
- $(use_enable libnotify notification-plugin)
+ $(use_enable notification notification-plugin)
$(use_enable pdf pdf_viewer-plugin)
$(use_enable perl perl-plugin)
$(use_enable pgp pgpmime-plugin)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild
@ 2013-05-13 21:32 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2013-05-13 21:32 UTC (permalink / raw
To: gentoo-commits
fauli 13/05/13 21:32:22
Modified: ChangeLog claws-mail-3.9.1.ebuild
Log:
Extend REQUIRED_USE to have USE=pgp activated on USE=smime, see bug 469652 by Cédric Jeanneret
(Portage version: 2.1.11.62/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 2B859DE3)
Revision Changes Path
1.236 mail-client/claws-mail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.236&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.236&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.235&r2=1.236
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ChangeLog 13 May 2013 04:46:01 -0000 1.235
+++ ChangeLog 13 May 2013 21:32:22 -0000 1.236
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/claws-mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.235 2013/05/13 04:46:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.236 2013/05/13 21:32:22 fauli Exp $
+
+ 13 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
+ Extend REQUIRED_USE to have USE=pgp activated on USE=smime, see bug 469652 by
+ Cédric Jeanneret
13 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
move libnotify usage over to notification, forgotten in last commit
1.9 mail-client/claws-mail/claws-mail-3.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.8&r2=1.9
Index: claws-mail-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- claws-mail-3.9.1.ebuild 13 May 2013 04:46:01 -0000 1.8
+++ claws-mail-3.9.1.ebuild 13 May 2013 21:32:22 -0000 1.9
@@ -1,6 +1,7 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.8 2013/05/13 04:46:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.9 2013/05/13 21:32:22 fauli Exp $
+
EAPI="5"
PYTHON_COMPAT=( python2_{5,6,7} )
@@ -19,6 +20,7 @@
IUSE="archive bogofilter calendar clamav dbus debug doc gdata gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nntp +notification pda pdf perl +pgp python rss session smime spamassassin spam-report spell +gnutls startup-notification valgrind webkit xface"
REQUIRED_USE="networkmanager? ( dbus )
+ smime? ( pgp )
libcanberra? ( notification )
libindicate? ( notification )
libnotify? ( notification )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild
@ 2013-05-14 18:21 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2013-05-14 18:21 UTC (permalink / raw
To: gentoo-commits
maekke 13/05/14 18:21:30
Modified: ChangeLog claws-mail-3.9.1.ebuild
Log:
add ~arm, bug #468984
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.237 mail-client/claws-mail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.237&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.237&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.236&r2=1.237
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog 13 May 2013 21:32:22 -0000 1.236
+++ ChangeLog 14 May 2013 18:21:30 -0000 1.237
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/claws-mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.236 2013/05/13 21:32:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.237 2013/05/14 18:21:30 maekke Exp $
+
+ 14 May 2013; Markus Meier <maekke@gentoo.org> claws-mail-3.9.1.ebuild:
+ add ~arm, bug #468984
13 May 2013; Christian Faulhammer <fauli@gentoo.org> claws-mail-3.9.1.ebuild:
Extend REQUIRED_USE to have USE=pgp activated on USE=smime, see bug 469652 by
1.10 mail-client/claws-mail/claws-mail-3.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.9&r2=1.10
Index: claws-mail-3.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- claws-mail-3.9.1.ebuild 13 May 2013 21:32:22 -0000 1.9
+++ claws-mail-3.9.1.ebuild 14 May 2013 18:21:30 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.9 2013/05/13 21:32:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.10 2013/05/14 18:21:30 maekke Exp $
EAPI="5"
@@ -16,7 +16,7 @@
SLOT="0"
LICENSE="GPL-3"
-KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
IUSE="archive bogofilter calendar clamav dbus debug doc gdata gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nntp +notification pda pdf perl +pgp python rss session smime spamassassin spam-report spell +gnutls startup-notification valgrind webkit xface"
REQUIRED_USE="networkmanager? ( dbus )
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-14 18:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 18:21 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2013-05-13 21:32 Christian Faulhammer (fauli)
2013-05-13 4:46 Christian Faulhammer (fauli)
2013-05-11 22:36 Christian Faulhammer (fauli)
2013-05-11 15:07 Jeroen Roovers (jer)
2013-05-10 20:30 Christian Faulhammer (fauli)
2013-05-10 19:46 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox