summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-08-06 12:35:01 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-08-06 12:35:01 +0000
commitefc9388631c58b91bcb284012718462da6c885d9 (patch)
treeb8f61caf9d75343352ef2b3c8b7a4130b01dcf23 /app-pda
parentadding synce-0.14 packages (diff)
downloadgentoo-2-efc9388631c58b91bcb284012718462da6c885d9.tar.gz
gentoo-2-efc9388631c58b91bcb284012718462da6c885d9.tar.bz2
gentoo-2-efc9388631c58b91bcb284012718462da6c885d9.zip
adding synce-0.14 packages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-kpm/ChangeLog8
-rw-r--r--app-pda/synce-kpm/synce-kpm-0.14.ebuild37
2 files changed, 44 insertions, 1 deletions
diff --git a/app-pda/synce-kpm/ChangeLog b/app-pda/synce-kpm/ChangeLog
index 171d6ca0fc9a..fc1f216f26aa 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.7 2009/08/05 12:57:12 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.8 2009/08/06 12:35:01 mescalinum Exp $
+
+*synce-kpm-0.14 (06 Aug 2009)
+
+ 06 Aug 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-kpm-0.14.ebuild:
+ adding synce-0.14 packages
05 Aug 2009; Federico Ferri <mescalinum@gentoo.org>
-synce-kpm-0.12.ebuild:
diff --git a/app-pda/synce-kpm/synce-kpm-0.14.ebuild b/app-pda/synce-kpm/synce-kpm-0.14.ebuild
new file mode 100644
index 000000000000..c7d671bb304d
--- /dev/null
+++ b/app-pda/synce-kpm/synce-kpm-0.14.ebuild
@@ -0,0 +1,37 @@
+# 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.14.ebuild,v 1.1 2009/08/06 12:35:01 mescalinum Exp $
+
+EAPI="2"
+
+inherit distutils versionator
+
+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"
+
+synce_PV=$(get_version_component_range 1-2)
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+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-${synce_PV}*
+ =app-pda/synce-librra-${synce_PV}*
+ ~app-pda/synce-librtfcomp-1.1
+ dev-python/PyQt4[X]"
+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."
+}