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.12.0.ebuild
@ 2007-10-13 12:47 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2007-10-13 12:47 UTC (permalink / raw
  To: gentoo-commits

eva         07/10/13 12:47:10

  Modified:             ChangeLog
  Added:                evolution-exchange-2.12.0.ebuild
  Log:
  bump to 2.12
  (Portage version: 2.1.3.12)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	22 Sep 2007 14:56:03 -0000	1.44
+++ ChangeLog	13 Oct 2007 12:47:09 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.44 2007/09/22 14:56:03 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.45 2007/10/13 12:47:09 eva Exp $
+
+*evolution-exchange-2.12.0 (13 Oct 2007)
+
+  13 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org>
+  +evolution-exchange-2.12.0.ebuild:
+  bump to 2.12
 
   22 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   evolution-exchange-2.10.3.ebuild:



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

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

Index: evolution-exchange-2.12.0.ebuild
===================================================================
# Copyright 1999-2007 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.12.0.ebuild,v 1.1 2007/10/13 12:47:09 eva Exp $

inherit gnome2 eutils

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="~amd64 ~ppc ~sparc ~x86"
IUSE="debug doc static"

RDEPEND=">=x11-libs/gtk+-2.10
	>=gnome-base/gconf-2.0
	>=gnome-base/libbonobo-2.0
	>=gnome-base/libglade-2.0
	>=gnome-base/libgnomeui-2.0
	dev-libs/libxml2
	>=mail-client/evolution-2.11
	>=gnome-extra/evolution-data-server-1.11
	>=net-libs/libsoup-2.2.96
	>=net-nds/openldap-2.1.30-r2"

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

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	G2CONF="${G2CONF} $(use_with debug e2k-debug)"

	if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then
		eerror "Please re-emerge gnome-extra/evolution-data-server with"
		eerror "the use flags ldap and kerberos."
		die
	fi

	G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap"
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.12.0.ebuild
@ 2007-11-20 14:52 Samuli Suominen (drac)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (drac) @ 2007-11-20 14:52 UTC (permalink / raw
  To: gentoo-commits

drac        07/11/20 14:52:41

  Modified:             ChangeLog evolution-exchange-2.12.0.ebuild
  Log:
  amd64 stable wrt #199740
  (Portage version: 2.1.3.19)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	6 Nov 2007 17:08:28 -0000	1.46
+++ ChangeLog	20 Nov 2007 14:52:40 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.46 2007/11/06 17:08:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.47 2007/11/20 14:52:40 drac Exp $
+
+  20 Nov 2007; Samuli Suominen <drac@gentoo.org>
+  evolution-exchange-2.12.0.ebuild:
+  amd64 stable wrt #199740
 
   06 Nov 2007; Raúl Porcel <armin76@gentoo.org>
   evolution-exchange-2.10.3.ebuild:



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

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

Index: evolution-exchange-2.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-exchange-2.12.0.ebuild	13 Oct 2007 12:47:09 -0000	1.1
+++ evolution-exchange-2.12.0.ebuild	20 Nov 2007 14:52:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.12.0.ebuild,v 1.1 2007/10/13 12:47:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v 1.2 2007/11/20 14:52:40 drac Exp $
 
 inherit gnome2 eutils
 
@@ -9,7 +9,7 @@
 LICENSE="GPL-2"
 
 SLOT="2.0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="debug doc static"
 
 RDEPEND=">=x11-libs/gtk+-2.10



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.12.0.ebuild
@ 2007-11-21 17:12 Dawid Weglinski (cla)
  0 siblings, 0 replies; 5+ messages in thread
From: Dawid Weglinski (cla) @ 2007-11-21 17:12 UTC (permalink / raw
  To: gentoo-commits

cla         07/11/21 17:12:52

  Modified:             ChangeLog evolution-exchange-2.12.0.ebuild
  Log:
  Stable on x86 wrt #199740
  (Portage version: 2.1.3.19)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	20 Nov 2007 14:52:40 -0000	1.47
+++ ChangeLog	21 Nov 2007 17:12:51 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.47 2007/11/20 14:52:40 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.48 2007/11/21 17:12:51 cla Exp $
+
+  21 Nov 2007; Dawid Węgliński <cla@gentoo.org>
+  evolution-exchange-2.12.0.ebuild:
+  Stable on x86 (bug #199740)
 
   20 Nov 2007; Samuli Suominen <drac@gentoo.org>
   evolution-exchange-2.12.0.ebuild:



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

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

Index: evolution-exchange-2.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evolution-exchange-2.12.0.ebuild	20 Nov 2007 14:52:40 -0000	1.2
+++ evolution-exchange-2.12.0.ebuild	21 Nov 2007 17:12:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.12.0.ebuild,v 1.2 2007/11/20 14:52:40 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v 1.3 2007/11/21 17:12:51 cla Exp $
 
 inherit gnome2 eutils
 
@@ -9,7 +9,7 @@
 LICENSE="GPL-2"
 
 SLOT="2.0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="debug doc static"
 
 RDEPEND=">=x11-libs/gtk+-2.10



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.12.0.ebuild
@ 2007-11-22 14:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-22 14:54 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/22 14:54:53

  Modified:             ChangeLog evolution-exchange-2.12.0.ebuild
  Log:
  sparc stable wrt #199740
  (Portage version: 2.1.3.19)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	21 Nov 2007 17:12:51 -0000	1.48
+++ ChangeLog	22 Nov 2007 14:54:53 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.48 2007/11/21 17:12:51 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.49 2007/11/22 14:54:53 armin76 Exp $
+
+  22 Nov 2007; Raúl Porcel <armin76@gentoo.org>
+  evolution-exchange-2.12.0.ebuild:
+  sparc stable wrt #199740
 
   21 Nov 2007; Dawid Węgliński <cla@gentoo.org>
   evolution-exchange-2.12.0.ebuild:



1.4                  gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild

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

Index: evolution-exchange-2.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- evolution-exchange-2.12.0.ebuild	21 Nov 2007 17:12:51 -0000	1.3
+++ evolution-exchange-2.12.0.ebuild	22 Nov 2007 14:54:53 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.12.0.ebuild,v 1.3 2007/11/21 17:12:51 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v 1.4 2007/11/22 14:54:53 armin76 Exp $
 
 inherit gnome2 eutils
 
@@ -9,7 +9,7 @@
 LICENSE="GPL-2"
 
 SLOT="2.0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE="debug doc static"
 
 RDEPEND=">=x11-libs/gtk+-2.10



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.12.0.ebuild
@ 2007-11-24 22:56 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2007-11-24 22:56 UTC (permalink / raw
  To: gentoo-commits

ranger      07/11/24 22:56:00

  Modified:             ChangeLog evolution-exchange-2.12.0.ebuild
  Log:
  Marking evolution-exchange-2.12.0 ppc stable for bug 199740
  (Portage version: 2.1.3.19)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	22 Nov 2007 14:54:53 -0000	1.49
+++ ChangeLog	24 Nov 2007 22:56:00 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/evolution-exchange
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.49 2007/11/22 14:54:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.50 2007/11/24 22:56:00 ranger Exp $
+
+  24 Nov 2007; Brent Baude <ranger@gentoo.org>
+  evolution-exchange-2.12.0.ebuild:
+  Marking evolution-exchange-2.12.0 ppc stable for bug 199740
 
   22 Nov 2007; Raúl Porcel <armin76@gentoo.org>
   evolution-exchange-2.12.0.ebuild:



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

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

Index: evolution-exchange-2.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- evolution-exchange-2.12.0.ebuild	22 Nov 2007 14:54:53 -0000	1.4
+++ evolution-exchange-2.12.0.ebuild	24 Nov 2007 22:56:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.12.0.ebuild,v 1.4 2007/11/22 14:54:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.12.0.ebuild,v 1.5 2007/11/24 22:56:00 ranger Exp $
 
 inherit gnome2 eutils
 
@@ -9,7 +9,7 @@
 LICENSE="GPL-2"
 
 SLOT="2.0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="debug doc static"
 
 RDEPEND=">=x11-libs/gtk+-2.10



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-11-24 22:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21 17:12 [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange: ChangeLog evolution-exchange-2.12.0.ebuild Dawid Weglinski (cla)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-24 22:56 Brent Baude (ranger)
2007-11-22 14:54 Raul Porcel (armin76)
2007-11-20 14:52 Samuli Suominen (drac)
2007-10-13 12:47 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