Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/casapy-bin/
Date: Sun, 27 Sep 2020 12:35:21
Message-Id: 1601210109.4e57eec0e5177f2103dcb4821ef9d8ecc75f0153.epsilon-0@gentoo
1 commit: 4e57eec0e5177f2103dcb4821ef9d8ecc75f0153
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 11:47:35 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 12:35:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e57eec0
7
8 sci-astronomy/casapy-bin: drop package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 .../casapy-bin-4.2.1.29047.001_p1.ebuild | 68 ----------------------
14 .../casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild | 68 ----------------------
15 sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild | 68 ----------------------
16 sci-astronomy/casapy-bin/metadata.xml | 13 -----
17 4 files changed, 217 deletions(-)
18
19 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
20 deleted file mode 100644
21 index 386a3b0ba..000000000
22 --- a/sci-astronomy/casapy-bin/casapy-bin-4.2.1.29047.001_p1.ebuild
23 +++ /dev/null
24 @@ -1,68 +0,0 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -inherit versionator
30 -
31 -DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
32 -HOMEPAGE="http://casa.nrao.edu/"
33 -
34 -MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-$5-${6#p}-64b')
35 -SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/old/${MY_P}.tar.gz"
36 -
37 -LICENSE="LGPL-2.1+"
38 -SLOT="0"
39 -KEYWORDS="~amd64"
40 -IUSE=""
41 -
42 -DEPEND=""
43 -RDEPEND="
44 - app-crypt/mit-krb5
45 - dev-db/sqlite
46 - dev-libs/glib
47 - dev-libs/icu
48 - dev-libs/libxslt
49 - media-libs/alsa-lib
50 - media-libs/fontconfig
51 - media-libs/freetype
52 - media-libs/gst-plugins-base
53 - media-libs/libjpeg-turbo
54 - media-libs/mesa
55 - media-libs/tiff
56 - sci-libs/gsl
57 - sci-libs/pgplot
58 - sys-apps/keyutils
59 - sys-apps/util-linux
60 - sys-devel/gcc[fortran]
61 - virtual/libffi
62 - x11-libs/libdrm
63 - x11-libs/libSM
64 - x11-libs/libXau
65 - x11-libs/libXcursor
66 - x11-libs/libXdmcp
67 - x11-libs/libXi
68 - x11-libs/libXinerama
69 - x11-libs/libXrandr
70 -"
71 -
72 -S="${WORKDIR}/${MY_P}"
73 -QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
74 -
75 -src_compile() { :; }
76 -
77 -src_install() {
78 - dodir /opt/
79 - cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
80 -
81 - dodir /opt/bin
82 - cd "${D}/opt/casapy/bin"
83 - for binary in `ls`
84 - do
85 - dosym ../casapy/$binary /opt/bin/$binary
86 - done
87 -}
88 -
89 -pkg_postinst() {
90 - einfo "CASA will use media-gfx/graphviz if this package is installed."
91 - ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
92 -}
93
94 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
95 deleted file mode 100644
96 index 993c588e8..000000000
97 --- a/sci-astronomy/casapy-bin/casapy-bin-4.2.2.30986_p1.ebuild
98 +++ /dev/null
99 @@ -1,68 +0,0 @@
100 -# Copyright 1999-2014 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=5
104 -inherit versionator
105 -
106 -DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
107 -HOMEPAGE="http://casa.nrao.edu/"
108 -
109 -MY_P=$(version_format_string '${PN%-bin}-$1$2.$3.$4-${5#p}-64b')
110 -SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/${MY_P}.tar.gz"
111 -
112 -LICENSE="LGPL-2.1+"
113 -SLOT="0"
114 -KEYWORDS="~amd64"
115 -IUSE=""
116 -
117 -DEPEND=""
118 -RDEPEND="
119 - app-crypt/mit-krb5
120 - dev-db/sqlite
121 - dev-libs/glib
122 - dev-libs/icu
123 - dev-libs/libxslt
124 - media-libs/alsa-lib
125 - media-libs/fontconfig
126 - media-libs/freetype
127 - media-libs/gst-plugins-base
128 - media-libs/libjpeg-turbo
129 - media-libs/mesa
130 - media-libs/tiff
131 - sci-libs/gsl
132 - sci-libs/pgplot
133 - sys-apps/keyutils
134 - sys-apps/util-linux
135 - sys-devel/gcc[fortran]
136 - virtual/libffi
137 - x11-libs/libdrm
138 - x11-libs/libSM
139 - x11-libs/libXau
140 - x11-libs/libXcursor
141 - x11-libs/libXdmcp
142 - x11-libs/libXi
143 - x11-libs/libXinerama
144 - x11-libs/libXrandr
145 -"
146 -
147 -S="${WORKDIR}/${MY_P}"
148 -QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
149 -
150 -src_compile() { :; }
151 -
152 -src_install() {
153 - dodir /opt/
154 - cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
155 -
156 - dodir /opt/bin
157 - cd "${D}/opt/casapy/bin"
158 - for binary in `ls`
159 - do
160 - dosym ../casapy/$binary /opt/bin/$binary
161 - done
162 -}
163 -
164 -pkg_postinst() {
165 - einfo "CASA will use media-gfx/graphviz if this package is installed."
166 - ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
167 -}
168
169 diff --git a/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild b/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild
170 deleted file mode 100644
171 index 8c45d6097..000000000
172 --- a/sci-astronomy/casapy-bin/casapy-bin-4.4.0.ebuild
173 +++ /dev/null
174 @@ -1,68 +0,0 @@
175 -# Copyright 1999-2015 Gentoo Foundation
176 -# Distributed under the terms of the GNU General Public License v2
177 -
178 -EAPI=5
179 -inherit versionator
180 -
181 -DESCRIPTION="Software package to calibrate, image, and analyze radioastronomical data"
182 -HOMEPAGE="http://casa.nrao.edu/"
183 -
184 -MY_P=${P/py-bin/-release}-el6
185 -SRC_URI="https://svn.cv.nrao.edu/casa/linux_distro/release/el6/${MY_P}.tar.gz"
186 -
187 -LICENSE="LGPL-2.1+"
188 -SLOT="0"
189 -KEYWORDS="~amd64"
190 -IUSE=""
191 -
192 -DEPEND=""
193 -RDEPEND="
194 - app-crypt/mit-krb5
195 - dev-db/sqlite
196 - dev-libs/glib
197 - dev-libs/icu
198 - dev-libs/libxslt
199 - media-libs/alsa-lib
200 - media-libs/fontconfig
201 - media-libs/freetype
202 - media-libs/gst-plugins-base
203 - media-libs/libjpeg-turbo
204 - media-libs/mesa
205 - media-libs/tiff
206 - sci-libs/gsl
207 - sci-libs/pgplot
208 - sys-apps/keyutils
209 - sys-apps/util-linux
210 - sys-devel/gcc[fortran]
211 - virtual/libffi
212 - x11-libs/libdrm
213 - x11-libs/libSM
214 - x11-libs/libXau
215 - x11-libs/libXcursor
216 - x11-libs/libXdmcp
217 - x11-libs/libXi
218 - x11-libs/libXinerama
219 - x11-libs/libXrandr
220 -"
221 -
222 -S="${WORKDIR}/${MY_P}"
223 -QA_PREBUILT="/opt/casapy/* /opt/casapy/sbin/* /opt/casapy/lib64/*"
224 -
225 -src_compile() { :; }
226 -
227 -src_install() {
228 - dodir /opt/
229 - cp -R "${S}" "${D}/opt/casapy" || die "Could not copy casapy into ${D}/opt"
230 -
231 - dodir /opt/bin
232 - cd "${D}/opt/casapy/bin"
233 - for binary in `ls`
234 - do
235 - dosym ../casapy/$binary /opt/bin/$binary
236 - done
237 -}
238 -
239 -pkg_postinst() {
240 - einfo "CASA will use media-gfx/graphviz if this package is installed."
241 - ewarn "Upstream warns that SElinux must be disabled, set to permissive, or configured to allow execheap."
242 -}
243
244 diff --git a/sci-astronomy/casapy-bin/metadata.xml b/sci-astronomy/casapy-bin/metadata.xml
245 deleted file mode 100644
246 index ef1c2d6cc..000000000
247 --- a/sci-astronomy/casapy-bin/metadata.xml
248 +++ /dev/null
249 @@ -1,13 +0,0 @@
250 -<?xml version="1.0" encoding="UTF-8"?>
251 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
252 -<pkgmetadata>
253 - <maintainer type="project">
254 - <email>sci-astronomy@g.o</email>
255 - <name>Gentoo Astronomy Project</name>
256 - </maintainer>
257 - <longdescription>
258 -CASA, the Common Astronomy Software Applications package, is being developed
259 -with the primary goal of supporting the data post-processing needs of the
260 -next generation of radio astronomical telescopes such as ALMA and VLA.
261 -</longdescription>
262 -</pkgmetadata>