summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-03-03 23:05:53 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-03-03 23:05:53 +0000
commita9308702612a065daf1b667ba02631601825c17e (patch)
tree322197450ece743a7b5541c233c9085533b1fc11 /dev-python/pivy
parentAdd ~amd64-linux/~x86-linux keywords (diff)
downloadgentoo-2-a9308702612a065daf1b667ba02631601825c17e.tar.gz
gentoo-2-a9308702612a065daf1b667ba02631601825c17e.tar.bz2
gentoo-2-a9308702612a065daf1b667ba02631601825c17e.zip
New package, bug 291979. Imported with cleanups from sci overlay.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pivy')
-rw-r--r--dev-python/pivy/ChangeLog10
-rw-r--r--dev-python/pivy/metadata.xml6
-rw-r--r--dev-python/pivy/pivy-0.5_alpha20110303.ebuild26
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/pivy/ChangeLog b/dev-python/pivy/ChangeLog
new file mode 100644
index 000000000000..357c284ea471
--- /dev/null
+++ b/dev-python/pivy/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/pivy
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pivy/ChangeLog,v 1.1 2011/03/03 23:05:53 dilfridge Exp $
+
+*pivy-0.5_alpha20110303 (03 Mar 2011)
+
+ 03 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +pivy-0.5_alpha20110303.ebuild, +metadata.xml:
+ New package, bug 291979. Imported with cleanups from sci overlay.
+
diff --git a/dev-python/pivy/metadata.xml b/dev-python/pivy/metadata.xml
new file mode 100644
index 000000000000..b166de434e3a
--- /dev/null
+++ b/dev-python/pivy/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer><email>dilfridge@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/dev-python/pivy/pivy-0.5_alpha20110303.ebuild b/dev-python/pivy/pivy-0.5_alpha20110303.ebuild
new file mode 100644
index 000000000000..79afca3ebf12
--- /dev/null
+++ b/dev-python/pivy/pivy-0.5_alpha20110303.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pivy/pivy-0.5_alpha20110303.ebuild,v 1.1 2011/03/03 23:05:53 dilfridge Exp $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Coin3d binding for Python"
+HOMEPAGE="http://pivy.coin3d.org/"
+SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/coin
+ >=media-libs/SoQt-1.4.2_alpha"
+DEPEND="${RDEPEND}
+ dev-lang/swig"
+
+RESTRICT_PYTHON_ABIS="3.*"