commit:     4dd17f5b702e2f5fd47c9ddf33bd306b1a8dffab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 16:05:59 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 16:09:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd17f5b

sci-libs/vtkdata: Remove last-rited package

Closes: https://bugs.gentoo.org/542756
Closes: https://bugs.gentoo.org/554388
Closes: https://bugs.gentoo.org/555768
Closes: https://bugs.gentoo.org/557974
Closes: https://bugs.gentoo.org/574854
Closes: https://bugs.gentoo.org/574890
Closes: https://bugs.gentoo.org/589182
Closes: https://bugs.gentoo.org/590640
Closes: https://bugs.gentoo.org/612302
Closes: https://bugs.gentoo.org/622574
Closes: https://bugs.gentoo.org/698940
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                 |  7 -------
 sci-libs/vtkdata/Manifest             |  1 -
 sci-libs/vtkdata/metadata.xml         |  8 --------
 sci-libs/vtkdata/vtkdata-6.1.0.ebuild | 26 --------------------------
 4 files changed, 42 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 21c03dd4f37..009184be47c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -753,13 +753,6 @@ dev-python/wcsaxes
 sci-astronomy/astrometry
 sci-astronomy/kapteyn
 
-# Andreas Sturmlechner <[email protected]> (2019-11-28)
-# Multiple build failures, automagic, missing deps, no one to fix them
-# Bugs #542756, #554388, #555768, #557974, #574854, #574890 #589182,
-# #590640, #612302, #622574, #698940; Removal in 30 days.
-=sci-libs/vtk-6*
-sci-libs/vtkdata
-
 # Jonas Stein <[email protected]> (2019-11-26)
 # Package is obsolete. Successor is net-wireless/b43-fwcutter
 # Bug #537786.

diff --git a/sci-libs/vtkdata/Manifest b/sci-libs/vtkdata/Manifest
deleted file mode 100644
index e2037570ab7..00000000000
--- a/sci-libs/vtkdata/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST VTKData-6.1.0.tar.gz 94452190 BLAKE2B 
55e1af454f1c54c0a182552c41e08549781532b510bf29cb28fcd12510c1cef2c4e09274507d658b700f22d0da1961d7b4e6dc289d9ee39c6b1e1fac348ba153
 SHA512 
4e23cc3de3b81a852458849f2bd4dfe2e84e9df4f77f5f0d4ac249b04a7f74144a483a91876bd748bb90685d1943071e9b36fce8dd618376621bc37e63365e65

diff --git a/sci-libs/vtkdata/metadata.xml b/sci-libs/vtkdata/metadata.xml
deleted file mode 100644
index 8425c0d53cb..00000000000
--- a/sci-libs/vtkdata/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="project">
-    <email>[email protected]</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/sci-libs/vtkdata/vtkdata-6.1.0.ebuild 
b/sci-libs/vtkdata/vtkdata-6.1.0.ebuild
deleted file mode 100644
index 551014f6949..00000000000
--- a/sci-libs/vtkdata/vtkdata-6.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-DESCRIPTION="Example data file for VTK"
-HOMEPAGE="http://www.vtk.org";
-SRC_URI="http://www.vtk.org/files/release/$(get_version_component_range 
1-2)/VTKData-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RESTRICT="binchecks strip"
-
-RDEPEND="!<sci-libs/vtk-6"
-
-S="${WORKDIR}"/VTK-${PV}
-
-src_install() {
-       insinto /usr/share/vtk/data
-       doins -r .ExternalData
-}

Reply via email to