summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-01 18:54:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-07 09:27:04 +0200
commita91d7ed69b0fb5debffd1d668403638d103ec278 (patch)
tree93bcbd62afa511e7a580cc54268cab86edda2783 /dev-python/pivy
parentmedia-libs/emfengine: Remove last-rited (diff)
downloadgentoo-a91d7ed69b0fb5debffd1d668403638d103ec278.tar.gz
gentoo-a91d7ed69b0fb5debffd1d668403638d103ec278.tar.bz2
gentoo-a91d7ed69b0fb5debffd1d668403638d103ec278.zip
dev-python/pivy: Remove last-rited
Diffstat (limited to 'dev-python/pivy')
-rw-r--r--dev-python/pivy/Manifest1
-rw-r--r--dev-python/pivy/metadata.xml8
-rw-r--r--dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild25
-rw-r--r--dev-python/pivy/pivy-9999.ebuild23
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/pivy/Manifest b/dev-python/pivy/Manifest
deleted file mode 100644
index 9c1666f14f87..000000000000
--- a/dev-python/pivy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pivy-0.5_alpha20110303.tar.xz 6289744 BLAKE2B a72c7bf10ab9d6c7fe2613aa15bc8bef60b22e10e9dd00d67b43231df583343e4203ab603a82a984471756ec95d2837f0ef3618bf4dad7f8d722d7cefd5d629a SHA512 fd0e90daa3efb3edcbed2a29dc218dadd45b728529de1ba278b3be11c3b4cf39832200babc426ca7ba688440e25a6865d38a04f3470dc5f220700fd3fef9f47f
diff --git a/dev-python/pivy/metadata.xml b/dev-python/pivy/metadata.xml
deleted file mode 100644
index a535b8852829..000000000000
--- a/dev-python/pivy/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>xmw@gentoo.org</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild b/dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild
deleted file mode 100644
index 9994c5edbac7..000000000000
--- a/dev-python/pivy/pivy-0.5_alpha20110303-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Coin3d binding for Python"
-HOMEPAGE="http://pivy.coin3d.org/"
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
-#identical to latest debian tarball at
-# http://ftp.de.debian.org/debian/pool/main/p/pivy/pivy_0.5.0~v609hg.orig.tar.bz2
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/coin
- >=media-libs/SoQt-1.5.0"
-DEPEND="${RDEPEND}
- dev-lang/swig"
diff --git a/dev-python/pivy/pivy-9999.ebuild b/dev-python/pivy/pivy-9999.ebuild
deleted file mode 100644
index 91ca8ff44be8..000000000000
--- a/dev-python/pivy/pivy-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit mercurial distutils-r1
-
-DESCRIPTION="Coin3d binding for Python"
-HOMEPAGE="http://pivy.coin3d.org/"
-EHG_REPO_URI="http://hg.sim.no/Pivy/default"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- media-libs/coin
- >=media-libs/SoQt-1.5.0"
-DEPEND="${RDEPEND}
- dev-lang/swig"