public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.28.3.ebuild
@ 2010-03-14 22:46 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-03-14 22:46 UTC (permalink / raw
  To: gentoo-commits

eva         10/03/14 22:46:08

  Modified:             ChangeLog
  Added:                evolution-exchange-2.28.3.ebuild
  Log:
  Version bump. Bug fixes and translation update.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.112                gnome-extra/evolution-exchange/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.111&r2=1.112

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	24 Feb 2010 22:49:07 -0000	1.111
+++ ChangeLog	14 Mar 2010 22:46:07 -0000	1.112
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.111 2010/02/24 22:49:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.112 2010/03/14 22:46:07 eva Exp $
+
+*evolution-exchange-2.28.3 (14 Mar 2010)
+
+  14 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  +evolution-exchange-2.28.3.ebuild:
+  Version bump. Bug fixes and translation update.
 
   24 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org>
   -files/evolution-exchange-2.22.3-addressbook-crash.patch,



1.1                  gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?rev=1.1&content-type=text/plain

Index: evolution-exchange-2.28.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v 1.1 2010/03/14 22:46:07 eva Exp $

EAPI="2"

inherit autotools eutils gnome2

DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html"
LICENSE="GPL-2"

SLOT="2.0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug doc static"

RDEPEND="
	>=mail-client/evolution-${PV}
	>=gnome-extra/evolution-data-server-${PV}[ldap,kerberos]
	>=dev-libs/glib-2.16.0
	>=x11-libs/gtk+-2.10
	>=gnome-base/gconf-2.0
	>=gnome-base/libbonobo-2.20.3
	>=gnome-base/libglade-2.0
	>=gnome-base/libgnomeui-2.0
	dev-libs/libxml2
	net-libs/libsoup:2.4
	>=net-nds/openldap-2.1.30-r2"

DEPEND="${RDEPEND}
	>=dev-util/intltool-0.40
	dev-util/pkgconfig
	dev-util/gtk-doc-am
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	G2CONF="${G2CONF}
		--with-openldap
		--disable-static
		$(use_with debug e2k-debug)
		$(use_with static static-ldap)"
}

src_prepare() {
	gnome2_src_prepare

	# Fix build with --as-needed, upstream bug #597489
	epatch "${FILESDIR}/${PN}-2.28.0-as-needed.patch"

	# FIXME: Fix compilation flags crazyness
	sed 's/CFLAGS="$CFLAGS $WARNING_FLAGS"//' \
		-i configure.ac configure || die "sed 1 failed"

	intltoolize --force --copy --automake || die "intltoolize failed"
	eautoreconf
}






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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.28.3.ebuild
@ 2010-05-04 16:27 Olivier Crete (tester)
  0 siblings, 0 replies; 4+ messages in thread
From: Olivier Crete (tester) @ 2010-05-04 16:27 UTC (permalink / raw
  To: gentoo-commits

tester      10/05/04 16:27:24

  Modified:             ChangeLog evolution-exchange-2.28.3.ebuild
  Log:
  amd64 stable, bug #314899
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.113                gnome-extra/evolution-exchange/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	14 Mar 2010 22:46:07 -0000	1.112
+++ ChangeLog	4 May 2010 16:27:24 -0000	1.113
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.112 2010/03/14 22:46:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.113 2010/05/04 16:27:24 tester Exp $
+
+  03 May 2010; Olivier Crête <tester@gentoo.org>
+  evolution-exchange-2.28.3.ebuild:
+  amd64 stable, bug #314899
 
 *evolution-exchange-2.28.3 (14 Mar 2010)
 



1.2                  gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?r1=1.1&r2=1.2

Index: evolution-exchange-2.28.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-exchange-2.28.3.ebuild	14 Mar 2010 22:46:07 -0000	1.1
+++ evolution-exchange-2.28.3.ebuild	4 May 2010 16:27:24 -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/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v 1.1 2010/03/14 22:46:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v 1.2 2010/05/04 16:27:24 tester Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 
 SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug doc static"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.28.3.ebuild
@ 2010-06-04 21:01 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-06-04 21:01 UTC (permalink / raw
  To: gentoo-commits

maekke      10/06/04 21:01:22

  Modified:             ChangeLog evolution-exchange-2.28.3.ebuild
  Log:
  x86 stable, bug #314899
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.114                gnome-extra/evolution-exchange/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	4 May 2010 16:27:24 -0000	1.113
+++ ChangeLog	4 Jun 2010 21:01:22 -0000	1.114
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.113 2010/05/04 16:27:24 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.114 2010/06/04 21:01:22 maekke Exp $
+
+  04 Jun 2010; Markus Meier <maekke@gentoo.org>
+  evolution-exchange-2.28.3.ebuild:
+  x86 stable, bug #314899
 
   03 May 2010; Olivier Crête <tester@gentoo.org>
   evolution-exchange-2.28.3.ebuild:



1.3                  gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild

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

Index: evolution-exchange-2.28.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evolution-exchange-2.28.3.ebuild	4 May 2010 16:27:24 -0000	1.2
+++ evolution-exchange-2.28.3.ebuild	4 Jun 2010 21:01:22 -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/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v 1.2 2010/05/04 16:27:24 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v 1.3 2010/06/04 21:01:22 maekke Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug doc static"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.28.3.ebuild
@ 2010-08-14 18:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-14 18:49 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/14 18:49:06

  Modified:             ChangeLog evolution-exchange-2.28.3.ebuild
  Log:
  alpha/ia64/sparc stable wrt #314899
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.122                gnome-extra/evolution-exchange/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	1 Aug 2010 12:01:38 -0000	1.121
+++ ChangeLog	14 Aug 2010 18:49:06 -0000	1.122
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.121 2010/08/01 12:01:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.122 2010/08/14 18:49:06 armin76 Exp $
+
+  14 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+  evolution-exchange-2.28.3.ebuild:
+  alpha/ia64/sparc stable wrt #314899
 
   01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
   evolution-exchange-2.30.2.ebuild:



1.5                  gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild?r1=1.4&r2=1.5

Index: evolution-exchange-2.28.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- evolution-exchange-2.28.3.ebuild	19 Jul 2010 15:50:50 -0000	1.4
+++ evolution-exchange-2.28.3.ebuild	14 Aug 2010 18:49:06 -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/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v 1.4 2010/07/19 15:50:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.3.ebuild,v 1.5 2010/08/14 18:49:06 armin76 Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
 IUSE="debug doc static"
 
 RDEPEND="






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

end of thread, other threads:[~2010-08-14 18:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04 21:01 [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.28.3.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-14 18:49 Raul Porcel (armin76)
2010-05-04 16:27 Olivier Crete (tester)
2010-03-14 22:46 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