* [gentoo-commits] proj/sci:master commit in: sci-astronomy/topcat/
@ 2012-05-22 19:51 Sebastien Fabbro
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2012-05-22 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 4d9518d5a93ed73b78aebbbc58a8ff679910f105
Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Tue May 22 19:50:05 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue May 22 19:50:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4d9518d5
sci-astronomy/topcat: Initial import
(Portage version: 2.1.10.60/git/Linux x86_64, unsigned Manifest commit)
---
sci-astronomy/topcat/ChangeLog | 10 +++++++++
sci-astronomy/topcat/metadata.xml | 14 ++++++++++++
sci-astronomy/topcat/topcat-3.9.ebuild | 35 ++++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/sci-astronomy/topcat/ChangeLog b/sci-astronomy/topcat/ChangeLog
new file mode 100644
index 0000000..8d16b07
--- /dev/null
+++ b/sci-astronomy/topcat/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/topcat
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*topcat-3.9 (22 May 2012)
+
+ 22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +topcat-3.9.ebuild:
+ sci-astronomy/topcat: Initial import
+
diff --git a/sci-astronomy/topcat/metadata.xml b/sci-astronomy/topcat/metadata.xml
new file mode 100644
index 0000000..cd12bff
--- /dev/null
+++ b/sci-astronomy/topcat/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-astronomy</herd>
+<longdescription lang="en">
+ Tool for OPerations on Catalogues And Tables is an interactive
+ graphical viewer and editor for tabular data. Its aim is to provide
+ most of the facilities that astronomers need for analysis and
+ manipulation of source catalogues and other tables, though it can be
+ used for non-astronomical data as well. It understands a number of
+ different astronomically important formats (including FITS and
+ VOTable) and more formats can be added.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-astronomy/topcat/topcat-3.9.ebuild b/sci-astronomy/topcat/topcat-3.9.ebuild
new file mode 100644
index 0000000..20d3ba5
--- /dev/null
+++ b/sci-astronomy/topcat/topcat-3.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit java-pkg-2
+
+DESCRIPTION="Interactive graphical viewer and editor for astronomical tables"
+HOMEPAGE="http://www.star.bris.ac.uk/~mbt/topcat/"
+SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}"
+SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
+ !minimal? ( ${SRC_COM}/${PN}-full.jar -> ${P}-full.jar )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+minimal"
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ java-pkg_newjar "${DISTDIR}"/${P}-lite.jar ${PN}-lite.jar
+ java-pkg_dolauncher ${PN}-lite
+ if use minimal; then
+ dosym ${PN}-lite /usr/bin/${PN}
+ else
+ java-pkg_newjar "${DISTDIR}"/${P}-full.jar
+ java-pkg_dolauncher ${PN}-full
+ dosym ${PN}-full /usr/bin/${PN}
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/topcat/
@ 2012-07-09 23:47 Sebastien Fabbro
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2012-07-09 23:47 UTC (permalink / raw
To: gentoo-commits
commit: 582d520a1339c40a41a1b8134f0fb3a29c9632fe
Author: Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Mon Jul 9 23:06:35 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 23:06:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=582d520a
prefix keywording
---
sci-astronomy/topcat/ChangeLog | 3 +++
sci-astronomy/topcat/topcat-3.9.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/sci-astronomy/topcat/ChangeLog b/sci-astronomy/topcat/ChangeLog
index 8d16b07..17fb16e 100644
--- a/sci-astronomy/topcat/ChangeLog
+++ b/sci-astronomy/topcat/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> topcat-3.9.ebuild:
+ prefix keywording
+
*topcat-3.9 (22 May 2012)
22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
diff --git a/sci-astronomy/topcat/topcat-3.9.ebuild b/sci-astronomy/topcat/topcat-3.9.ebuild
index 20d3ba5..8bdd9d4 100644
--- a/sci-astronomy/topcat/topcat-3.9.ebuild
+++ b/sci-astronomy/topcat/topcat-3.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+minimal"
RDEPEND=">=virtual/jre-1.5"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/topcat/
@ 2013-06-07 23:48 Sebastien Fabbro
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2013-06-07 23:48 UTC (permalink / raw
To: gentoo-commits
commit: 3a4ef50b4179805cc4b594f007fc6e357dfaa975
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 23:48:10 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 23:48:10 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3a4ef50b
sci-astronomy/topcat: Version bump
Package-Manager: portage-2.2.01.21938-prefix
RepoMan-Options: --force
---
sci-astronomy/topcat/ChangeLog | 8 ++++++--
sci-astronomy/topcat/topcat-4.0b.ebuild | 35 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/sci-astronomy/topcat/ChangeLog b/sci-astronomy/topcat/ChangeLog
index 17fb16e..9a22be8 100644
--- a/sci-astronomy/topcat/ChangeLog
+++ b/sci-astronomy/topcat/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-astronomy/topcat
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*topcat-4.0b (07 Jun 2013)
+
+ 07 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +topcat-4.0b.ebuild:
+ sci-astronomy/topcat: Version bump
+
09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> topcat-3.9.ebuild:
prefix keywording
@@ -10,4 +15,3 @@
22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+topcat-3.9.ebuild:
sci-astronomy/topcat: Initial import
-
diff --git a/sci-astronomy/topcat/topcat-4.0b.ebuild b/sci-astronomy/topcat/topcat-4.0b.ebuild
new file mode 100644
index 0000000..d536712
--- /dev/null
+++ b/sci-astronomy/topcat/topcat-4.0b.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit java-pkg-2
+
+DESCRIPTION="Interactive graphical viewer and editor for astronomical tables"
+HOMEPAGE="http://www.star.bris.ac.uk/~mbt/topcat/"
+SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}"
+SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
+ !minimal? ( ${SRC_COM}/${PN}-full.jar -> ${P}-full.jar )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+minimal"
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ java-pkg_newjar "${DISTDIR}"/${P}-lite.jar ${PN}-lite.jar
+ java-pkg_dolauncher ${PN}-lite
+ if use minimal; then
+ dosym ${PN}-lite /usr/bin/${PN}
+ else
+ java-pkg_newjar "${DISTDIR}"/${P}-full.jar
+ java-pkg_dolauncher ${PN}-full
+ dosym ${PN}-full /usr/bin/${PN}
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/topcat/
@ 2013-07-18 21:51 Sebastien Fabbro
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2013-07-18 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 9a928676b638300c9407df36b63ab767c073452d
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 21:39:54 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 21:39:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9a928676
sci-astronomy/topcat: Version bump
---
sci-astronomy/topcat/ChangeLog | 6 ++++
sci-astronomy/topcat/topcat-3.9.ebuild | 35 ----------------------
.../{topcat-4.0b.ebuild => topcat-4.0.1.ebuild} | 5 ++--
3 files changed, 9 insertions(+), 37 deletions(-)
diff --git a/sci-astronomy/topcat/ChangeLog b/sci-astronomy/topcat/ChangeLog
index 9a22be8..1029092 100644
--- a/sci-astronomy/topcat/ChangeLog
+++ b/sci-astronomy/topcat/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*topcat-4.0.1 (18 Jul 2013)
+
+ 18 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> -topcat-3.9.ebuild,
+ +topcat-4.0.1.ebuild, -topcat-4.0b.ebuild:
+ Version bump
+
*topcat-4.0b (07 Jun 2013)
07 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +topcat-4.0b.ebuild:
diff --git a/sci-astronomy/topcat/topcat-3.9.ebuild b/sci-astronomy/topcat/topcat-3.9.ebuild
deleted file mode 100644
index 8bdd9d4..0000000
--- a/sci-astronomy/topcat/topcat-3.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit java-pkg-2
-
-DESCRIPTION="Interactive graphical viewer and editor for astronomical tables"
-HOMEPAGE="http://www.star.bris.ac.uk/~mbt/topcat/"
-SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}"
-SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
- !minimal? ( ${SRC_COM}/${PN}-full.jar -> ${P}-full.jar )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+minimal"
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- java-pkg_newjar "${DISTDIR}"/${P}-lite.jar ${PN}-lite.jar
- java-pkg_dolauncher ${PN}-lite
- if use minimal; then
- dosym ${PN}-lite /usr/bin/${PN}
- else
- java-pkg_newjar "${DISTDIR}"/${P}-full.jar
- java-pkg_dolauncher ${PN}-full
- dosym ${PN}-full /usr/bin/${PN}
- fi
-}
diff --git a/sci-astronomy/topcat/topcat-4.0b.ebuild b/sci-astronomy/topcat/topcat-4.0.1.ebuild
similarity index 85%
rename from sci-astronomy/topcat/topcat-4.0b.ebuild
rename to sci-astronomy/topcat/topcat-4.0.1.ebuild
index d536712..3351d40 100644
--- a/sci-astronomy/topcat/topcat-4.0b.ebuild
+++ b/sci-astronomy/topcat/topcat-4.0.1.ebuild
@@ -4,11 +4,12 @@
EAPI=5
-inherit java-pkg-2
+inherit java-pkg-2 versionator
+MYPV=$(replace_version_separator 2 '-')
DESCRIPTION="Interactive graphical viewer and editor for astronomical tables"
HOMEPAGE="http://www.star.bris.ac.uk/~mbt/topcat/"
-SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}"
+SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}"
SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
!minimal? ( ${SRC_COM}/${PN}-full.jar -> ${P}-full.jar )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/topcat/
@ 2020-09-27 12:43 Aisha Tammy
0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-27 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 174d212f2ceead9b249b90446be6d432b7ffc5f5
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 12:42:57 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:42:57 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=174d212f
sci-astronomy/topcat: drop package
prebuilt starlink dependency, which got removed
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-astronomy/topcat/metadata.xml | 17 ----------------
sci-astronomy/topcat/topcat-4.0.1.ebuild | 35 --------------------------------
2 files changed, 52 deletions(-)
diff --git a/sci-astronomy/topcat/metadata.xml b/sci-astronomy/topcat/metadata.xml
deleted file mode 100644
index 65b998b7d..000000000
--- a/sci-astronomy/topcat/metadata.xml
+++ /dev/null
@@ -1,17 +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 lang="en">
-Tool for OPerations on Catalogues And Tables is an interactive
-graphical viewer and editor for tabular data. Its aim is to provide
-most of the facilities that astronomers need for analysis and
-manipulation of source catalogues and other tables, though it can be
-used for non-astronomical data as well. It understands a number of
-different astronomically important formats (including FITS and
-VOTable) and more formats can be added.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/topcat/topcat-4.0.1.ebuild b/sci-astronomy/topcat/topcat-4.0.1.ebuild
deleted file mode 100644
index 9695a4f2d..000000000
--- a/sci-astronomy/topcat/topcat-4.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit java-pkg-2 versionator
-MYPV=$(replace_version_separator 2 '-')
-
-DESCRIPTION="Interactive graphical viewer and editor for astronomical tables"
-HOMEPAGE="http://www.star.bris.ac.uk/~mbt/topcat/"
-SRC_COM="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}"
-SRC_URI="${SRC_COM}/${PN}-lite.jar -> ${P}-lite.jar
- !minimal? ( ${SRC_COM}/${PN}-full.jar -> ${P}-full.jar )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+minimal"
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- java-pkg_newjar "${DISTDIR}"/${P}-lite.jar ${PN}-lite.jar
- java-pkg_dolauncher ${PN}-lite
- if use minimal; then
- dosym ${PN}-lite /usr/bin/${PN}
- else
- java-pkg_newjar "${DISTDIR}"/${P}-full.jar
- java-pkg_dolauncher ${PN}-full
- dosym ${PN}-full /usr/bin/${PN}
- fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-27 12:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-27 12:43 [gentoo-commits] proj/sci:master commit in: sci-astronomy/topcat/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2013-07-18 21:51 Sebastien Fabbro
2013-06-07 23:48 Sebastien Fabbro
2012-07-09 23:47 Sebastien Fabbro
2012-05-22 19:51 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox