mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-astronomy/skycat: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
f8bd744e82
commit
92d5a1cae2
@@ -1,2 +1 @@
|
||||
DIST skycat-3.1.2.tar.gz 3091874 BLAKE2B cbaedd7006b1d1e6903673572fc15ca0897713da07e23b14b30914e7132d5be2cbd8c74c6a836a5cb0492dd8047b0556d568b029bed2101ff5a821fa4e89d6da SHA512 70f7f366c13f0d9914db5be0ed75952a5e97ca2aef18ce5a4aa3e330aeceaaa1ab06c5ada69056659d038b2e558648e1f4033668d4935c6a6c50bce8b766f100
|
||||
DIST skycat-3.1.3.tar.gz 3057187 BLAKE2B 3adb385452969f4cc9dac4236c1ff3dae94f2f4cf3efef1b21acfb470ffe2c387c38aa4cc0b73c1836a2172271d6113e5d0f6ab49eaab7ad8a68c7ca6566133c SHA512 55ec0c2b367e028c23e5e8f8d74106aa51aec5173c2ab1772f5fa8a5a5b65f3d85e7b991597a89f11f6ca14d57aaa6b774f474b41e78747ee486df66ab22e9ff
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="ESO astronomical image visualizer with catalog access"
|
||||
HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html"
|
||||
SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="threads"
|
||||
|
||||
DEPEND="x11-libs/libXext
|
||||
>=dev-tcltk/tclx-2.4
|
||||
>=dev-tcltk/blt-2.4
|
||||
>=dev-tcltk/itcl-3.3
|
||||
>=dev-tcltk/iwidgets-4.0.1
|
||||
>=dev-tcltk/tkimg-1.3
|
||||
sci-libs/cfitsio
|
||||
sci-astronomy/wcstools"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-m4.patch # fix buggy tcl.m4 for bash3 and add soname
|
||||
"${FILESDIR}"/${P}-makefile-qa.patch
|
||||
"${FILESDIR}"/${PN}-3.0.2-systemlibs.patch # use system libs
|
||||
"${FILESDIR}"/${PN}-3.0.2-tk8.5.patch # need fix for tk-8.5
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -fr astrotcl/{cfitsio,libwcs} \
|
||||
|| die "Failed to remove included libs"
|
||||
# prefix it
|
||||
sed -i \
|
||||
-e "s:/usr:${EPREFIX}/usr:g" \
|
||||
*/configure.in */aclocal.m4 || die
|
||||
local f
|
||||
for f in configure.in */configure.in ; do
|
||||
mv "$f" "${f/.in/.ac}" || die
|
||||
done
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cppflags -DUSE_INTERP_RESULT # 514604
|
||||
econf $(use_enable threads) --enable-merge
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
local d f
|
||||
for d in tclutil astrotcl rtd cat skycat; do
|
||||
for f in README CHANGES VERSION; do
|
||||
newdoc ${f} ${f}.${d}
|
||||
done
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user