summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/series60-remote/series60-remote-0.4.80.ebuild')
-rw-r--r--app-mobilephone/series60-remote/series60-remote-0.4.80.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-mobilephone/series60-remote/series60-remote-0.4.80.ebuild b/app-mobilephone/series60-remote/series60-remote-0.4.80.ebuild
deleted file mode 100644
index 954be2418..000000000
--- a/app-mobilephone/series60-remote/series60-remote-0.4.80.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-DESCRIPTION="A Python application to manage your S60 3rd/5th Edition mobile phone"
-HOMEPAGE="http://series60-remote.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="stats obex"
-
-RDEPEND="obex? ( app-mobilephone/obexftp[python] )
- stats? ( dev-python/matplotlib )
- dev-python/pybluez
- dev-python/PyQt4[sql,webkit]"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="TODO Changelog"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-menufix.patch"
- distutils_src_prepare
-}
-
-src_compile() {
- { :; }
-}