commit:     c07b714471ae6a23f5f50e3471bf2a0466d94f02
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 08:36:15 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 08:36:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c07b7144

Drop masked package - sci-visualization/vtkPOFFReader

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 sci-visualization/vtkPOFFReader/metadata.xml       | 13 --------
 .../vtkPOFFReader/vtkPOFFReader-300.ebuild         | 37 ----------------------
 3 files changed, 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 <[email protected]> (24 Jun 2011)
 # paraview dep is masked
-sci-visualization/vtkPOFFReader
 
 # Sebastien Fabbro <[email protected]> (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>[email protected]</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
-}

Reply via email to