summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-02-22 14:11:09 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-02-22 14:11:09 +0100
commitc5c9d02035f1ef6858353e75e1f61eac0c9472d1 (patch)
tree87a6908a8638b12ed4d49a62bd72086481096719 /dev-python
parent00ba4834cbf51d460ed9fdc781979f880239b145 (diff)
downloadoverlay-c5c9d02035f1ef6858353e75e1f61eac0c9472d1.tar.gz
overlay-c5c9d02035f1ef6858353e75e1f61eac0c9472d1.tar.bz2
overlay-c5c9d02035f1ef6858353e75e1f61eac0c9472d1.zip
Remove freecad stuff
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pivy/Manifest2
-rw-r--r--dev-python/pivy/pivy-0.5_alpha592.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pivy/Manifest b/dev-python/pivy/Manifest
deleted file mode 100644
index 0a99021..0000000
--- a/dev-python/pivy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pivy-0.5_alpha592.tar.gz 13207660 RMD160 319de23673526e458a48c97c18745c16944d6897 SHA1 b498ef6b882ef865b52df580c323b5496210db2a SHA256 1f73c8afae25484c6d0510a8e03328fc3865bd85406f0640d27dafa24630acd2
-EBUILD pivy-0.5_alpha592.ebuild 603 RMD160 c6af17fcdd874ddfb61ea0020e0d7c19045ecea8 SHA1 1d1fc98be4dc904b1339f1121393de6db85ab72b SHA256 7ea55a44ed50b9ff35af6d55d438d93f5fa99b26df20f74830080811772961b8
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
-}
-