summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 01:08:35 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 01:08:35 +0000
commitac96bb5d1b8c4bdd0b1b8d520c740938396891e3 (patch)
treedea481373e40647138cd4efbec571057de6e6079 /app-pda/synce
parentversion bump, bug #254886 (diff)
downloadgentoo-2-ac96bb5d1b8c4bdd0b1b8d520c740938396891e3.tar.gz
gentoo-2-ac96bb5d1b8c4bdd0b1b8d520c740938396891e3.tar.bz2
gentoo-2-ac96bb5d1b8c4bdd0b1b8d520c740938396891e3.zip
version bump, bug #254886
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce')
-rw-r--r--app-pda/synce/ChangeLog9
-rw-r--r--app-pda/synce/synce-0.13.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/app-pda/synce/ChangeLog b/app-pda/synce/ChangeLog
index cb3d5e3c270c..347f48fb8068 100644
--- a/app-pda/synce/ChangeLog
+++ b/app-pda/synce/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.11 2008/11/13 16:45:21 mescalinum Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.12 2009/01/21 01:08:35 mescalinum Exp $
+
+*synce-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org> +synce-0.13.ebuild:
+ version bump, bug #254886
*synce-0.12 (13 Nov 2008)
*synce-0.11.1 (13 Nov 2008)
diff --git a/app-pda/synce/synce-0.13.ebuild b/app-pda/synce/synce-0.13.ebuild
new file mode 100644
index 000000000000..601b42575ff3
--- /dev/null
+++ b/app-pda/synce/synce-0.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.13.ebuild,v 1.1 2009/01/21 01:08:35 mescalinum Exp $
+
+DESCRIPTION="Synchronize Windows CE devices with Linux."
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="gnome hal kde serial"
+DEPEND=""
+RDEPEND="~app-pda/synce-sync-engine-${PV}
+ hal? (
+ >=app-pda/synce-hal-${PV}
+ )
+ !hal? (
+ ~app-pda/synce-odccm-${PV}
+ )
+ kde? (
+ ~app-pda/synce-kpm-${PV}
+ )
+ gnome? (
+ ~app-pda/synce-gvfs-0.2.1
+ ~app-pda/synce-trayicon-${PV}
+ )"
+
+src_compile() {
+ return
+}