summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r3.ebuild')
-rw-r--r--app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r3.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r3.ebuild b/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r3.ebuild
deleted file mode 100644
index ba295f33cdf6..000000000000
--- a/app-pda/synce-sync-engine/synce-sync-engine-0.15.1-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.7"
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils multilib
-
-DESCRIPTION="A synchronization engine for SynCE"
-HOMEPAGE="https://sourceforge.net/projects/synce/"
-SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-pda/synce-core[python]
- >=dev-libs/librra-0.16[python]
- >=dev-libs/librtfcomp-1.2[python]
- dev-libs/libxml2[python]
- dev-libs/libxslt[python]
- dev-python/dbus-python
- dev-python/pygobject:2"
-DEPEND=${RDEPEND}
-
-PYTHON_MODNAME=SyncEngine
-
-src_prepare() {
- sed -i -e 's:share/doc/sync-engine:foobar:' setup.py || die
-
- distutils_src_prepare
-}
-
-src_install() {
- insinto /usr/share/dbus-1/services
- doins config/org.synce.SyncEngine.service || die
-
- insinto /etc
- doins config/syncengine.conf.xml || die
-
- distutils_src_install
-
- rm -rf "${ED}"/usr/foobar
-}