public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/syncevolution: ChangeLog syncevolution-1.1.1.ebuild
@ 2011-01-10  3:58 Olivier Crete (tester)
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Crete (tester) @ 2011-01-10  3:58 UTC (permalink / raw
  To: gentoo-commits

tester      11/01/10 03:58:46

  Modified:             ChangeLog
  Added:                syncevolution-1.1.1.ebuild
  Log:
  Version bump, bug #343073
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-pda/syncevolution/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/syncevolution/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	13 Dec 2010 15:12:48 -0000	1.2
+++ ChangeLog	10 Jan 2011 03:58:46 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/syncevolution
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/ChangeLog,v 1.2 2010/12/13 15:12:48 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/ChangeLog,v 1.3 2011/01/10 03:58:46 tester Exp $
+
+*syncevolution-1.1.1 (10 Jan 2011)
+
+  10 Jan 2011; Olivier Crête <tester@gentoo.org>
+  +syncevolution-1.1.1.ebuild:
+  Version bump, bug #343073
 
   13 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
   syncevolution-1.0.ebuild:



1.1                  app-pda/syncevolution/syncevolution-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: syncevolution-1.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild,v 1.1 2011/01/10 03:58:46 tester Exp $

EAPI=2

inherit gnome2

DESCRIPTION="A SyncML desktop client and server"
HOMEPAGE="http://syncevolution.org/"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="sqlite +gtk +eds bluetooth +gnome xmlrpc"

SRC_URI="http://downloads.syncevolution.org/syncevolution/sources/${P}.tar.gz"

RDEPEND=">=gnome-base/gconf-2
	>=dev-libs/glib-2.16
	>=net-libs/libsoup-2.4
	>=sys-apps/dbus-1.2
	x11-libs/libnotify
	>=gnome-base/gnome-keyring-2.20
	dev-python/twisted-web
	>=dev-libs/boost-1.35
	gtk? ( >=x11-libs/gtk+-2.18:2
		dev-libs/libunique )
	eds? ( >=gnome-extra/evolution-data-server-1.2
		>=dev-libs/libical-0.43 )
	xmlrpc? ( >=dev-libs/xmlrpc-c-1.06
		>=dev-db/sqlite-3.7.2 )
	bluetooth? (
		>=net-wireless/bluez-4
		>=dev-libs/openobex-1.5
		gnome? ( >=net-wireless/gnome-bluetooth-2.28 ) )"
DEPEND="${RDEPEND}
	dev-libs/libxslt
	dev-python/docutils
	>=dev-util/pkgconfig-0.9
	>=dev-util/intltool-0.37.1"

DOCS="README NEWS AUTHORS HACKING"

pkg_setup() {
	G2CONF="--with-rst2man=/usr/bin/rst2man.py
		--with-rst2html=/usr/bin/rst2html.py
		--enable-dbus-service
		$(use_enable bluetooth)
		$(use_enable sqlite)
		$(use_enable eds ebook)
		$(use_enable eds ecal)
		$(use_enable xmlrpc)
		$(use_enable xmlrpc sqlite3)
		$(use_enable xmlrpc file)"
	if use bluetooth; then
		G2CONF="${G2CONF}
			$(use_enable gnome gnome-bluetooth-panel-plugin)"
	else
		G2CONF="${G2CONF} --disable-gnome-bluetooth-panel-plugin"
	fi
	if use gtk; then
		G2CONF="${G2CONF} --enable-gui=gtk"
	else
		G2CONF="${G2CONF} --enable-gui=no"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in app-pda/syncevolution: ChangeLog syncevolution-1.1.1.ebuild
@ 2011-02-08 15:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-08 15:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/08 15:32:17

  Modified:             ChangeLog syncevolution-1.1.1.ebuild
  Log:
  Fix building with x11-libs/libnotify 0.5.x series wrt #354087 by Diego Elio Pettenò.
  
  (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-pda/syncevolution/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/syncevolution/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	10 Jan 2011 03:58:46 -0000	1.3
+++ ChangeLog	8 Feb 2011 15:32:16 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/syncevolution
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/ChangeLog,v 1.3 2011/01/10 03:58:46 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/ChangeLog,v 1.4 2011/02/08 15:32:16 ssuominen Exp $
+
+  08 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
+  syncevolution-1.1.1.ebuild, +files/syncevolution-1.1.1-libnotify-0.5.x.patch:
+  Fix building with x11-libs/libnotify 0.5.x series wrt #354087 by Diego Elio
+  Pettenò.
 
 *syncevolution-1.1.1 (10 Jan 2011)
 



1.2                  app-pda/syncevolution/syncevolution-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild?r1=1.1&r2=1.2

Index: syncevolution-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syncevolution-1.1.1.ebuild	10 Jan 2011 03:58:46 -0000	1.1
+++ syncevolution-1.1.1.ebuild	8 Feb 2011 15:32:16 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild,v 1.1 2011/01/10 03:58:46 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/syncevolution-1.1.1.ebuild,v 1.2 2011/02/08 15:32:16 ssuominen Exp $
 
 EAPI=2
 
-inherit gnome2
+inherit eutils gnome2
 
 DESCRIPTION="A SyncML desktop client and server"
 HOMEPAGE="http://syncevolution.org/"
@@ -65,3 +65,8 @@
 		G2CONF="${G2CONF} --enable-gui=no"
 	fi
 }
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-libnotify-0.5.x.patch
+	gnome2_src_prepare
+}






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

end of thread, other threads:[~2011-02-08 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 15:32 [gentoo-commits] gentoo-x86 commit in app-pda/syncevolution: ChangeLog syncevolution-1.1.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-10  3:58 Olivier Crete (tester)

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