commit:     4e57eec0e5177f2103dcb4821ef9d8ecc75f0153
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 11:47:35 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:09 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e57eec0

sci-astronomy/casapy-bin: drop package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 .../casapy-bin-4.2.1.29047.001_p1.ebuild           | 68 ----------------------
 .../casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild    | 68 ----------------------
 sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild   | 68 ----------------------
 sci-astronomy/casapy-bin/metadata.xml              | 13 -----
 4 files changed, 217 deletions(-)

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-astron...@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>

Reply via email to