public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/syncevolution: metadata.xml ChangeLog syncevolution-1.0.ebuild
@ 2010-06-26  3:19 Olivier Crete (tester)
  0 siblings, 0 replies; only message in thread
From: Olivier Crete (tester) @ 2010-06-26  3:19 UTC (permalink / raw
  To: gentoo-commits

tester      10/06/26 03:19:47

  Added:                metadata.xml ChangeLog syncevolution-1.0.ebuild
  Log:
  Add app-pda/syncevolution-1.0
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-pda/syncevolution/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>pda</herd>
<maintainer>
  <email>tester@gentoo.org</email>
</maintainer>
</pkgmetadata>



1.1                  app-pda/syncevolution/ChangeLog

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

Index: ChangeLog
===================================================================
# 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.1 2010/06/26 03:19:47 tester Exp $

*syncevolution-1.0 (26 Jun 2010)

  26 Jun 2010; Olivier Crête <tester@gentoo.org> +syncevolution-1.0.ebuild,
  +metadata.xml:
  Initial import, fixes bug #225221




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

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

Index: syncevolution-1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/syncevolution-1.0.ebuild,v 1.1 2010/06/26 03:19:47 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"
IUSE="sqlite +gtk +eds bluetooth +gnome"

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
	gtk? ( >=x11-libs/gtk+-2.18:2
		dev-libs/libunique )
	eds? ( >=gnome-extra/evolution-data-server-1.2
		>=dev-libs/libical-0.43 )
	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)"
	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] only message in thread

only message in thread, other threads:[~2010-06-26  3:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-26  3:19 [gentoo-commits] gentoo-x86 commit in app-pda/syncevolution: metadata.xml ChangeLog syncevolution-1.0.ebuild 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