diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-09-27 11:47:35 +0000 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-09-27 12:35:09 +0000 |
commit | 4e57eec0e5177f2103dcb4821ef9d8ecc75f0153 (patch) | |
tree | 478af11586e99eea28d5503d0a92391a0839a730 /sci-astronomy | |
parent | sci-astronomy/eazy: drop dead package (diff) | |
download | sci-4e57eec0e5177f2103dcb4821ef9d8ecc75f0153.tar.gz sci-4e57eec0e5177f2103dcb4821ef9d8ecc75f0153.tar.bz2 sci-4e57eec0e5177f2103dcb4821ef9d8ecc75f0153.zip |
sci-astronomy/casapy-bin: drop package
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/casapy-bin/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild | 68 | ||||
-rw-r--r-- | sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild | 68 | ||||
-rw-r--r-- | sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild | 68 | ||||
-rw-r--r-- | sci-astronomy/casapy-bin/metadata.xml | 13 |
5 files changed, 0 insertions, 220 deletions
diff --git a/sci-astronomy/casapy-bin/Manifest b/sci-astronomy/casapy-bin/Manifest deleted file mode 100644 index b31ef5857..000000000 --- a/sci-astronomy/casapy-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST casa-release-4.4.0-el6.tar.gz 1028567130 BLAKE2B e44260cf0ce14329781299ff131697c2348c5cf28340154db2b7de2156d3e8bb8790695203e840c8d1a733ad8ff15b9e0cddda7e53fb9951d4e68b97504bb1ef SHA512 ee71bd6d80c18db570f42e54d8d0d2d8cc512497ee885e316a81cc1f71480abb21681a8ef39991fe3673a70d036e1418a7f7d77909b3bc7ff2b32c8be004409f -DIST casapy-42.1.29047-001-1-64b.tar.gz 985311640 BLAKE2B 7752c2c69b5ac8c2bcde43a9da8198488890196d7303199942b5d7c7d4facf016cd2014dcae478ab84eb85908a5cdeb671602dfd4b16a4d758a7a865ee4de46f SHA512 506a7d173a4196106d437ba234a48b186d036b82d524d89fbe476045de979992c438db12bcaa4eb42b551f1f9c65fd83fce3c7469a8c8ef60a4692d71bab40dc -DIST casapy-42.2.30986-1-64b.tar.gz 1000907646 SHA256 e178b8005efeb9eee60f809f1eef6d55a5cd29b9b62b1a5a3103277635188f0c SHA512 2410b0e802752a1992a0add4cd23bd0f0dc9a0ca21895f1cd88ffb81ab5566b8bd1ff2c6c64759760105e65d0f844efa453b6ab52b2f86bc4017f5337fa66f5e WHIRLPOOL 340e99f95892a49b40ca1fb3da11110a99fda36f882b01de2cb9fee4c4f0b8609c07c46271d299146bbaeb1661aad18e409f2143f21be90f605e9e7a82e3d2cb diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild deleted file mode 100644 index 386a3b0ba..000000000 --- a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit versionator - -DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data" -HOMEPAGE="http://casa.nrao.edu/" - -MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b') -SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/old/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND=" - app-crypt/mit-krb5 - dev-db/sqlite - dev-libs/glib - dev-libs/icu - dev-libs/libxslt - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/gst-plugins-base - media-libs/libjpeg-turbo - media-libs/mesa - media-libs/tiff - sci-libs/gsl - sci-libs/pgplot - sys-apps/keyutils - sys-apps/util-linux - sys-devel/gcc[fortran] - virtual/libffi - x11-libs/libdrm - x11-libs/libSM - x11-libs/libXau - x11-libs/libXcursor - x11-libs/libXdmcp - x11-libs/libXi - x11-libs/libXinerama - x11-libs/libXrandr -" - -S="${WORKDIR}/${MY_P}" -QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*" - -src_compile() { :; } - -src_install() { - dodir /opt/ - cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt" - - dodir /opt/bin - cd "${D}/opt/casapy/bin" - for binary in `ls` - do - dosym ../casapy/$binary /opt/bin/$binary - done -} - -pkg_postinst() { - einfo "CASA will use media-gfx/graphviz if this package is installed." - ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap." -} diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild deleted file mode 100644 index 993c588e8..000000000 --- a/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit versionator - -DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data" -HOMEPAGE="http://casa.nrao.edu/" - -MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-${5#p}-64b') -SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND=" - app-crypt/mit-krb5 - dev-db/sqlite - dev-libs/glib - dev-libs/icu - dev-libs/libxslt - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/gst-plugins-base - media-libs/libjpeg-turbo - media-libs/mesa - media-libs/tiff - sci-libs/gsl - sci-libs/pgplot - sys-apps/keyutils - sys-apps/util-linux - sys-devel/gcc[fortran] - virtual/libffi - x11-libs/libdrm - x11-libs/libSM - x11-libs/libXau - x11-libs/libXcursor - x11-libs/libXdmcp - x11-libs/libXi - x11-libs/libXinerama - x11-libs/libXrandr -" - -S="${WORKDIR}/${MY_P}" -QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*" - -src_compile() { :; } - -src_install() { - dodir /opt/ - cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt" - - dodir /opt/bin - cd "${D}/opt/casapy/bin" - for binary in `ls` - do - dosym ../casapy/$binary /opt/bin/$binary - done -} - -pkg_postinst() { - einfo "CASA will use media-gfx/graphviz if this package is installed." - ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap." -} diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild deleted file mode 100644 index 8c45d6097..000000000 --- a/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit versionator - -DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data" -HOMEPAGE="http://casa.nrao.edu/" - -MY_P=${P/py-bin/-release}-el6 -SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/release/el6/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND=" - app-crypt/mit-krb5 - dev-db/sqlite - dev-libs/glib - dev-libs/icu - dev-libs/libxslt - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/gst-plugins-base - media-libs/libjpeg-turbo - media-libs/mesa - media-libs/tiff - sci-libs/gsl - sci-libs/pgplot - sys-apps/keyutils - sys-apps/util-linux - sys-devel/gcc[fortran] - virtual/libffi - x11-libs/libdrm - x11-libs/libSM - x11-libs/libXau - x11-libs/libXcursor - x11-libs/libXdmcp - x11-libs/libXi - x11-libs/libXinerama - x11-libs/libXrandr -" - -S="${WORKDIR}/${MY_P}" -QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*" - -src_compile() { :; } - -src_install() { - dodir /opt/ - cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt" - - dodir /opt/bin - cd "${D}/opt/casapy/bin" - for binary in `ls` - do - dosym ../casapy/$binary /opt/bin/$binary - done -} - -pkg_postinst() { - einfo "CASA will use media-gfx/graphviz if this package is installed." - ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap." -} diff --git a/sci-astronomy/casapy-bin/metadata.xml b/sci-astronomy/casapy-bin/metadata.xml deleted file mode 100644 index ef1c2d6cc..000000000 --- a/sci-astronomy/casapy-bin/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-astronomy@gentoo.org</email> - <name>Gentoo Astronomy Project</name> - </maintainer> - <longdescription> -CASA, the Common Astronomy Software Applications package, is being developed -with the primary goal of supporting the data post-processing needs of the -next generation of radio astronomical telescopes such as ALMA and VLA. -</longdescription> -</pkgmetadata> |