diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-26 01:16:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-30 10:56:29 +0200 |
commit | a1aed7daa9fa173c9bd95200644ce36f304c1845 (patch) | |
tree | 80791da23fe205577ec6257b7704e465a12c3fc3 /sci-libs | |
parent | profiles: [QA] Remove stale USE="directfb" masks (diff) | |
download | gentoo-a1aed7daa9fa173c9bd95200644ce36f304c1845.tar.gz gentoo-a1aed7daa9fa173c9bd95200644ce36f304c1845.tar.bz2 gentoo-a1aed7daa9fa173c9bd95200644ce36f304c1845.zip |
sci-libs/vtkdata: Drop 6.0.0
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtkdata/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/vtkdata/vtkdata-6.0.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-libs/vtkdata/Manifest b/sci-libs/vtkdata/Manifest index cb9496a81a86..e2037570ab7e 100644 --- a/sci-libs/vtkdata/Manifest +++ b/sci-libs/vtkdata/Manifest @@ -1,2 +1 @@ DIST VTKData-6.1.0.tar.gz 94452190 BLAKE2B 55e1af454f1c54c0a182552c41e08549781532b510bf29cb28fcd12510c1cef2c4e09274507d658b700f22d0da1961d7b4e6dc289d9ee39c6b1e1fac348ba153 SHA512 4e23cc3de3b81a852458849f2bd4dfe2e84e9df4f77f5f0d4ac249b04a7f74144a483a91876bd748bb90685d1943071e9b36fce8dd618376621bc37e63365e65 -DIST vtkdata-6.0.0.tar.gz 99106820 BLAKE2B 977d61f4d902af810db78b1c1a63cedbfd1bae9a23b4c85f011fc0826cf3f30c64b9458b5349358cde454a14decdcceea62ba6dfcfe672e32c2f8c78a2ad41e3 SHA512 b76eb8389047de1b74c585b8a3064d499758886f8e44063cb0d73fdc29b1a7cfbb1926bca869ccfbfaada3cffbb74a78a01fa081fd230002af7c4d79aa8a90af diff --git a/sci-libs/vtkdata/vtkdata-6.0.0.ebuild b/sci-libs/vtkdata/vtkdata-6.0.0.ebuild deleted file mode 100644 index 0ecf958ee161..000000000000 --- a/sci-libs/vtkdata/vtkdata-6.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 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)/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RESTRICT="binchecks strip" - -RDEPEND="!<sci-libs/vtk-6" - -S="${WORKDIR}"/VTKDATA${PV} - -src_install() { - insinto /usr/share/vtk/data - doins -r * -} |