From c5c9d02035f1ef6858353e75e1f61eac0c9472d1 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 22 Feb 2011 14:11:09 +0100 Subject: Remove freecad stuff --- dev-python/pivy/pivy-0.5_alpha592.ebuild | 38 -------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 dev-python/pivy/pivy-0.5_alpha592.ebuild (limited to 'dev-python/pivy/pivy-0.5_alpha592.ebuild') diff --git a/dev-python/pivy/pivy-0.5_alpha592.ebuild b/dev-python/pivy/pivy-0.5_alpha592.ebuild deleted file mode 100644 index d071ea3..0000000 --- a/dev-python/pivy/pivy-0.5_alpha592.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_P="Pivy-${PV}" - -DESCRIPTION="a Coin binding for Python" -HOMEPAGE="http://pivy.coin3d.org/" -SRC_URI="http://omploader.org/vMnl2dA/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=" - media-libs/coin - >=media-libs/SoQt-1.4.2_alpha" - -DEPEND="${RDEPEND} - dev-lang/swig" - -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - python setup.py clean -} - -- cgit v1.2.3-54-g00ecf