diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-19 00:16:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-19 00:16:34 +0000 |
commit | 0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa (patch) | |
tree | 1ec0f94f01aec57d516bf188f57487997b9eb533 /app-pda/synce-kpm/synce-kpm-0.13.ebuild | |
parent | bump USE hal description (diff) | |
download | gentoo-2-0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa.tar.gz gentoo-2-0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa.tar.bz2 gentoo-2-0d4b71cfa1f42d17dd11d7c66787bf68c460ebaa.zip |
punt
Diffstat (limited to 'app-pda/synce-kpm/synce-kpm-0.13.ebuild')
-rw-r--r-- | app-pda/synce-kpm/synce-kpm-0.13.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/app-pda/synce-kpm/synce-kpm-0.13.ebuild b/app-pda/synce-kpm/synce-kpm-0.13.ebuild deleted file mode 100644 index fe0e70f3e63e..000000000000 --- a/app-pda/synce-kpm/synce-kpm-0.13.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.4 2009/07/17 07:11:30 hwoarang 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="~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-${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." -} |