summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pythonnurbs/pythonnurbs-0.3.ebuild')
-rw-r--r--dev-python/pythonnurbs/pythonnurbs-0.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pythonnurbs/pythonnurbs-0.3.ebuild b/dev-python/pythonnurbs/pythonnurbs-0.3.ebuild
deleted file mode 100644
index 2056760a2..000000000
--- a/dev-python/pythonnurbs/pythonnurbs-0.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit distutils
-
-MY_PN="PythonNURBS"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python language bindings for the NURBS++ library"
-HOMEPAGE="http://pypi.python.org/pypi/PythonNURBS"
-SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="sci-libs/nurbs++"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-S="${WORKDIR}/${MY_P}"