public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-ews: ChangeLog evolution-ews-3.8.5.ebuild
@ 2013-08-25 22:16 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-08-25 22:16 UTC (permalink / raw
  To: gentoo-commits

eva         13/08/25 22:16:13

  Modified:             ChangeLog
  Added:                evolution-ews-3.8.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.14                 gnome-extra/evolution-ews/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	23 Jul 2013 21:02:07 -0000	1.13
+++ ChangeLog	25 Aug 2013 22:16:13 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/evolution-ews
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.13 2013/07/23 21:02:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.14 2013/08/25 22:16:13 eva Exp $
+
+*evolution-ews-3.8.5 (25 Aug 2013)
+
+  25 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org>
+  +evolution-ews-3.8.5.ebuild:
+  Version bump.
 
 *evolution-ews-3.8.4 (23 Jul 2013)
 



1.1                  gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild?rev=1.1&content-type=text/plain

Index: evolution-ews-3.8.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild,v 1.1 2013/08/25 22:16:13 eva Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
HOMEPAGE="http://www.gnome.org/projects/evolution/"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kerberos"

RDEPEND="
	dev-db/sqlite:3=
	dev-libs/libical:=
	>=mail-client/evolution-${PV}:2.0[kerberos?]
	>=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
	>=dev-libs/glib-2.32:2
	>=dev-libs/libxml2-2
	>=net-libs/libsoup-2.38.1:2.4
	>=x11-libs/gtk+-3:3
	kerberos? ( virtual/krb5:= )
"
DEPEND="${RDEPEND}
	>=dev-util/gtk-doc-am-1.9
	>=dev-util/intltool-0.35.5
	virtual/pkgconfig
"

# Requires connection to an Exchange server
RESTRICT="test"

src_configure() {
	# We don't have libmspack, needing internal lzx
	gnome2_src_configure \
		--with-internal-lzx \
		$(use_with kerberos krb5)
}





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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-ews: ChangeLog evolution-ews-3.8.5.ebuild
@ 2013-08-27 20:13 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2013-08-27 20:13 UTC (permalink / raw
  To: gentoo-commits

maekke      13/08/27 20:13:53

  Modified:             ChangeLog evolution-ews-3.8.5.ebuild
  Log:
  add ~x86, bug #469594
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.15                 gnome-extra/evolution-ews/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	25 Aug 2013 22:16:13 -0000	1.14
+++ ChangeLog	27 Aug 2013 20:13:53 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/evolution-ews
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.14 2013/08/25 22:16:13 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.15 2013/08/27 20:13:53 maekke Exp $
+
+  27 Aug 2013; Markus Meier <maekke@gentoo.org> evolution-ews-3.8.5.ebuild:
+  add ~x86, bug #469594
 
 *evolution-ews-3.8.5 (25 Aug 2013)
 



1.2                  gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild?r1=1.1&r2=1.2

Index: evolution-ews-3.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-ews-3.8.5.ebuild	25 Aug 2013 22:16:13 -0000	1.1
+++ evolution-ews-3.8.5.ebuild	27 Aug 2013 20:13:53 -0000	1.2
@@ -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/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild,v 1.1 2013/08/25 22:16:13 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild,v 1.2 2013/08/27 20:13:53 maekke Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="kerberos"
 
 RDEPEND="





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

end of thread, other threads:[~2013-08-27 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 20:13 [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-ews: ChangeLog evolution-ews-3.8.5.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-25 22:16 Gilles Dartiguelongue (eva)

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