summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:34:55 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:34:55 +0000
commitc5d6a43b2f8ab9cf69db0a59102218052613176a (patch)
treecb8d9f9a0ea53880a893e028d5a3426c2d177b10 /app-pda/synce-kpm
parentversion bump, bug #254886 (diff)
downloadgentoo-2-c5d6a43b2f8ab9cf69db0a59102218052613176a.tar.gz
gentoo-2-c5d6a43b2f8ab9cf69db0a59102218052613176a.tar.bz2
gentoo-2-c5d6a43b2f8ab9cf69db0a59102218052613176a.zip
version bump, bug #254886
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-kpm')
-rw-r--r--app-pda/synce-kpm/ChangeLog8
-rw-r--r--app-pda/synce-kpm/synce-kpm-0.13.ebuild33
2 files changed, 40 insertions, 1 deletions
diff --git a/app-pda/synce-kpm/ChangeLog b/app-pda/synce-kpm/ChangeLog
index c528a2917ca2..9915458b8498 100644
--- a/app-pda/synce-kpm/ChangeLog
+++ b/app-pda/synce-kpm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-kpm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.2 2009/01/09 19:32:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.3 2009/01/21 00:34:55 mescalinum Exp $
+
+*synce-kpm-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-kpm-0.13.ebuild:
+ version bump, bug #254886
09 Jan 2009; Patrick Lauer <patrick@gentoo.org> -synce-kpm-0.11.1.ebuild:
Removing old
diff --git a/app-pda/synce-kpm/synce-kpm-0.13.ebuild b/app-pda/synce-kpm/synce-kpm-0.13.ebuild
new file mode 100644
index 000000000000..c1eb94807ad0
--- /dev/null
+++ b/app-pda/synce-kpm/synce-kpm-0.13.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/synce-kpm-0.13.ebuild,v 1.1 2009/01/21 00:34:55 mescalinum Exp $
+
+inherit distutils
+
+DESCRIPTION="The KDE (and Gnome) PDA Manager is an application to manage WM5/WM6 PDA devices from Linux."
+HOMEPAGE="http://www.guidodiepen.nl/category/synce/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+# note: some of these could possibly go... not really tested yet.
+# note: could use odccm instead of synce-hal, but would require some tweaking.
+RDEPEND="dev-python/pygobject
+ dev-python/dbus-python
+ dev-libs/libxml2
+ dev-libs/libxslt
+ dev-python/pyxml
+ >=app-pda/synce-hal-0.1
+ ~app-pda/synce-librra-${PV}
+ ~app-pda/synce-librtfcomp-1.1
+ dev-python/PyQt4"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+pkg_postinst() {
+ elog "If you want SynCE-KPM to manage partnerships, please emerge synce-sync-engine"
+ elog "now. You can start synce-sync-engine before or after starting SynCE-KPM."
+}