aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-26 09:36:15 +0100
committerJustin Lecher <jlec@gentoo.org>2017-03-26 09:36:15 +0100
commitc07b714471ae6a23f5f50e3471bf2a0466d94f02 (patch)
tree131f26bbdb035b5458d324ff4c830b9f72c62e3c
parentDrop masked package - sci-biology/artemis-bin (diff)
downloadsci-c07b714471ae6a23f5f50e3471bf2a0466d94f02.tar.gz
sci-c07b714471ae6a23f5f50e3471bf2a0466d94f02.tar.bz2
sci-c07b714471ae6a23f5f50e3471bf2a0466d94f02.zip
Drop masked package - sci-visualization/vtkPOFFReader
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--profiles/package.mask1
-rw-r--r--sci-visualization/vtkPOFFReader/metadata.xml13
-rw-r--r--sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild37
3 files changed, 0 insertions, 51 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 10d2ae630..3594f7ed7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -70,7 +70,6 @@ sci-mathematics/scilab
# Justin Lecher <jlec@gentoo.org> (24 Jun 2011)
# paraview dep is masked
-sci-visualization/vtkPOFFReader
# Sebastien Fabbro <bicatali@gentoo.org> (23 Aug 2011)
# mask old blas from main tree to allow smoother transition to
diff --git a/sci-visualization/vtkPOFFReader/metadata.xml b/sci-visualization/vtkPOFFReader/metadata.xml
deleted file mode 100644
index 960d2ff15..000000000
--- a/sci-visualization/vtkPOFFReader/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <use>
- </use>
- <upstream>
- <remote-id type="sourceforge">of-interfaces</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild b/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild
deleted file mode 100644
index 403ee457b..000000000
--- a/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils multilib subversion versionator
-
-DESCRIPTION="Parallelized reader for OpenFOAM(R) file format for use with ParaView/VTK"
-HOMEPAGE="http://of-interfaces.sourceforge.net"
-SRC_URI=""
-ESVN_REPO_URI="http://of-interfaces.svn.sourceforge.net/svnroot/of-interfaces/trunk/vtkPOFFReader@${PV}"
-
-SLOT="0"
-LICENSE="paraview GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=sci-visualization/paraview-3.8.1"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- PVP=$(best_version sci-visualization/paraview | cut -d '-' -f 3-)
- MAJOR_PV=$(get_version_component_range 1-2 $PVP)
-
- PVLIBDIR=/usr/$(get_libdir)/paraview-${MAJOR_PV}
-}
-
-src_configure() {
- mycmakeargs=(
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX="${PVLIBDIR}"/plugins
- -DParaView_DIR="${PVLIBDIR}")
-
- cmake-utils_src_configure
-}