summaryrefslogtreecommitdiff
path: root/dev-python/pyffi/pyffi-2.2.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyffi/pyffi-2.2.2.ebuild')
-rw-r--r--dev-python/pyffi/pyffi-2.2.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pyffi/pyffi-2.2.2.ebuild b/dev-python/pyffi/pyffi-2.2.2.ebuild
deleted file mode 100644
index ae3e6af0..00000000
--- a/dev-python/pyffi/pyffi-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# By eroen, 2013
-# Distributed under the terms of the ISC licence
-# $Header: $
-
-EAPI=5
-
-myPN=PyFFI
-myP=${myPN}-${PV}
-S="${WORKDIR}"/${myP}
-
-# officially 3.0 - 3.2
-PYTHON_COMPAT=(python3_2 python3_3 python3_4)
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Python File Format Interface"
-HOMEPAGE="http://${PN}.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-py3k/${PV}/${myP}.zip"
-
-LICENSE="BSD havok"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-HDEPEND=""
-LIBDEPEND=""
-DEPEND="${LIBDEPEND}
- app-emulation/wine"
-RDEPEND="${LIBDEPEND}"
-[[ ${EAPI} == *-hdepend ]] || DEPEND+=" ${HDEPEND}"