summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-18 11:13:52 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-18 11:13:52 +0100
commit04b899ee35e607364dffa69d40ce0b6e97b9c131 (patch)
treeed64ad2410128b0c60601d684b54dd883e880c21 /sci-astronomy
parentsys-apps/ucspi-ssl: Remove old (diff)
downloadgentoo-04b899ee35e607364dffa69d40ce0b6e97b9c131.tar.gz
gentoo-04b899ee35e607364dffa69d40ce0b6e97b9c131.tar.bz2
gentoo-04b899ee35e607364dffa69d40ce0b6e97b9c131.zip
sci-astronomy/casa-data: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/casa-data/Manifest1
-rw-r--r--sci-astronomy/casa-data/casa-data-20160222.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-astronomy/casa-data/Manifest b/sci-astronomy/casa-data/Manifest
index 30f2722c36c6..f9d7b3a1628d 100644
--- a/sci-astronomy/casa-data/Manifest
+++ b/sci-astronomy/casa-data/Manifest
@@ -1,2 +1 @@
-DIST casa-data-20160222.tar.Z 12333481 BLAKE2B 59f76c10b40e8ef5476f6adf7a10cc55c9268d4fbdf82b608ab9cc8370b528aa092890050195d12a4d4486c275b43fc0dc84ad70e7067b8af675ddb67f0aefb3 SHA512 4b246b163f9754587b2d917db050ab3fa5e661f27b4a5a879d60abee4132503ce700c2d1b1a88cd5cf96a3c093cb3b9489b2b31781f7084ed0d9bd5a4bcbdd6b
DIST casa-data-20170703.tar.Z 12421015 BLAKE2B 324dd4174f80bdf192de0ec8c12125304a9dd85b6bf64b4386053ec65bab4aa98417bf69f38eae64e4bfacfa4a6479cc6fded13fd0c8edfcbd3eb8aec537c815 SHA512 dc0de856da4146ed356fbfcb522b427bb6a66fb08affdf0bfe803b21305ac37eff9b1790ede58acc993df2f22d620982f10b42f631457258d1620702c10d87b1
diff --git a/sci-astronomy/casa-data/casa-data-20160222.ebuild b/sci-astronomy/casa-data/casa-data-20160222.ebuild
deleted file mode 100644
index 78279ca3163b..000000000000
--- a/sci-astronomy/casa-data/casa-data-20160222.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MYPN=WSRT_Measures
-
-DESCRIPTION="Data and tables for the CASA software"
-HOMEPAGE="https://github.com/casacore/casacore/"
-SRC_URI="ftp://ftp.astron.nl/outgoing/Measures/${MYPN}_${PV}-000001.ztar -> ${P}.tar.Z"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/share/casa/data
- doins -r *
-}