public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/skycat/
@ 2016-09-02 20:09 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-09-02 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5146219b6b6a3642e72385b49408989241a2d74f
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Thu Sep  1 20:39:18 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 20:08:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5146219b

sci-astronomy/skycat: revbump (EAPI 4 -> 6)

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2186

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-astronomy/skycat/skycat-3.1.2-r2.ebuild | 63 +++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
new file mode 100644
index 00000000..71509ef
--- /dev/null
+++ b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools flag-o-matic
+
+DESCRIPTION="ESO astronomical image visualizer with catalog access"
+HOMEPAGE="http://archive.eso.org/skycat"
+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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/skycat/
@ 2016-09-02 20:09 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-09-02 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6ab7555711c92e80d8ce0d2613ccaffd68c1dff9
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Sep  2 12:07:19 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 20:08:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab75557

sci-astronomy/skycat: Deleted EAPI 4 ebuild

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2186

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-astronomy/skycat/skycat-3.1.2-r1.ebuild | 60 -----------------------------
 1 file changed, 60 deletions(-)

diff --git a/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild
deleted file mode 100644
index 8f971f9..00000000
--- a/sci-astronomy/skycat/skycat-3.1.2-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils autotools flag-o-matic
-
-DESCRIPTION="ESO astronomical image visualizer with catalog access"
-HOMEPAGE="http://archive.eso.org/skycat"
-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}"
-
-src_prepare() {
-	# fix buggy tcl.m4 for bash3 and add soname
-	epatch "${FILESDIR}"/${P}-m4.patch
-	# need fix for tk-8.5
-	if has_version ">=dev-lang/tk-8.5" ; then
-		epatch "${FILESDIR}"/${PN}-3.0.2-tk8.5.patch
-	fi
-	epatch "${FILESDIR}"/${P}-makefile-qa.patch
-	# use system libs
-	epatch "${FILESDIR}"/${PN}-3.0.2-systemlibs.patch
-	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
-	eautoreconf
-}
-
-src_configure() {
-	append-cppflags -DUSE_INTERP_RESULT  # 514604
-	econf $(use_enable threads) --enable-merge
-}
-
-src_install() {
-	default
-	local d
-	for d in tclutil astrotcl rtd cat skycat; do
-		for f in README CHANGES VERSION; do
-			newdoc ${f} ${f}.${d}
-		done
-	done
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/skycat/
@ 2020-07-03 23:22 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-07-03 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1692f7df6891644cc1b8b9ff0af0b58bc1c86671
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jul  3 08:10:43 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jul  3 23:22:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1692f7df

sci-astronomy/skycat: update HOMEPAGE, use HTTPS, fix LICENSE

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16559
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 sci-astronomy/skycat/skycat-3.1.2-r2.ebuild | 6 +++---
 sci-astronomy/skycat/skycat-3.1.3.ebuild    | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
index 6d1350d0d55..d6d75d24af6 100644
--- a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
+++ b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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="http://archive.eso.org/skycat"
+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"
+LICENSE="GPL-2+"
 SLOT="0"
 
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

diff --git a/sci-astronomy/skycat/skycat-3.1.3.ebuild b/sci-astronomy/skycat/skycat-3.1.3.ebuild
index 4ade8b0c438..fdc7fd42f7e 100644
--- a/sci-astronomy/skycat/skycat-3.1.3.ebuild
+++ b/sci-astronomy/skycat/skycat-3.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,10 +6,10 @@ EAPI=6
 inherit autotools flag-o-matic
 
 DESCRIPTION="ESO astronomical image visualizer with catalog access"
-HOMEPAGE="http://archive.eso.org/skycat"
-SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz"
+HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html"
+SRC_URI="https://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-03 23:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02 20:09 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/skycat/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2020-07-03 23:22 Aaron Bauman
2016-09-02 20:09 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox