* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/
@ 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: 443372fc34a30dff81bd7585ab37c331c4a83059
Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Tue May 22 19:28:06 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue May 22 19:28:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=443372fc
sci-astronomy/stilts: Initial import
(Portage version: 2.1.10.60/git/Linux x86_64, unsigned Manifest commit)
---
sci-astronomy/stilts/ChangeLog | 10 ++++++++++
sci-astronomy/stilts/metadata.xml | 14 ++++++++++++++
sci-astronomy/stilts/stilts-2.4.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/ChangeLog
new file mode 100644
index 0000000..1d002a8
--- /dev/null
+++ b/sci-astronomy/stilts/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/stilts
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*stilts-2.4 (22 May 2012)
+
+ 22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+ +stilts-2.4.ebuild:
+ sci-astronomy/stilts: Initial import
+
diff --git a/sci-astronomy/stilts/metadata.xml b/sci-astronomy/stilts/metadata.xml
new file mode 100644
index 0000000..fa8c369
--- /dev/null
+++ b/sci-astronomy/stilts/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">
+ The Starlink Tables Infrastructure Library Tool Set is a set of
+ command-line tools based on STIL, the Starlink Tables Infrastructure
+ Library. It deals with the processing of tabular data; the package
+ has been designed for, but is not restricted to, astronomical tables
+ such as object catalogues. Some of the tools are generic and can
+ work with multiple formats (including FITS, VOTable, CSV, SQL and
+ ASCII), and others are specific to the VOTable format.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-astronomy/stilts/stilts-2.4.ebuild b/sci-astronomy/stilts/stilts-2.4.ebuild
new file mode 100644
index 0000000..d058270
--- /dev/null
+++ b/sci-astronomy/stilts/stilts-2.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit java-pkg-2
+
+DESCRIPTION="Command line tools to process astronomical tables"
+HOMEPAGE="http://www.star.bris.ac.uk/~mbt/stilts/"
+SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}/${PN}.jar -> ${P}.jar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=""
+
+src_install() {
+ java-pkg_newjar "${DISTDIR}"/${P}.jar
+ java-pkg_dolauncher ${PN}
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/
@ 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: 6b13a25506762a3f8147f73288c86481b793c299
Author: Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Mon Jul 9 23:05:52 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 23:05:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6b13a255
prefix keywording
---
sci-astronomy/stilts/ChangeLog | 3 +++
sci-astronomy/stilts/stilts-2.4.ebuild | 4 +++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/ChangeLog
index 1d002a8..348ccab 100644
--- a/sci-astronomy/stilts/ChangeLog
+++ b/sci-astronomy/stilts/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> stilts-2.4.ebuild:
+ prefix keywording
+
*stilts-2.4 (22 May 2012)
22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
diff --git a/sci-astronomy/stilts/stilts-2.4.ebuild b/sci-astronomy/stilts/stilts-2.4.ebuild
index d058270..8c1cc1c 100644
--- a/sci-astronomy/stilts/stilts-2.4.ebuild
+++ b/sci-astronomy/stilts/stilts-2.4.ebuild
@@ -12,12 +12,14 @@ SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}/${PN}.jar -> ${P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=""
+S="${WORKDIR}"
+
src_install() {
java-pkg_newjar "${DISTDIR}"/${P}.jar
java-pkg_dolauncher ${PN}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/
@ 2013-06-07 23:44 Sebastien Fabbro
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2013-06-07 23:44 UTC (permalink / raw
To: gentoo-commits
commit: aefc6d97d7c9eeaf9445a1188309760465ba1392
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 23:39:48 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 23:39:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=aefc6d97
sci-astronomy/stilts: Version bump
Package-Manager: portage-2.2.01.21938-prefix
RepoMan-Options: --force
---
sci-astronomy/stilts/ChangeLog | 9 +++++++--
sci-astronomy/stilts/{stilts-2.4.ebuild => stilts-2.5.ebuild} | 4 ++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/ChangeLog
index 348ccab..ac32358 100644
--- a/sci-astronomy/stilts/ChangeLog
+++ b/sci-astronomy/stilts/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-astronomy/stilts
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*stilts-2.5 (07 Jun 2013)
+
+ 07 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +stilts-2.5.ebuild,
+ -stilts-2.4.ebuild:
+ sci-astronomy/stilts: Version bump
+
09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> stilts-2.4.ebuild:
prefix keywording
@@ -10,4 +16,3 @@
22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
+stilts-2.4.ebuild:
sci-astronomy/stilts: Initial import
-
diff --git a/sci-astronomy/stilts/stilts-2.4.ebuild b/sci-astronomy/stilts/stilts-2.5.ebuild
similarity index 91%
rename from sci-astronomy/stilts/stilts-2.4.ebuild
rename to sci-astronomy/stilts/stilts-2.5.ebuild
index 8c1cc1c..3cb7128 100644
--- a/sci-astronomy/stilts/stilts-2.4.ebuild
+++ b/sci-astronomy/stilts/stilts-2.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit java-pkg-2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/
@ 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: a541d68ba5e0ca2c5f9e4dfe3f6cffe8590b37e3
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 21:41:36 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 21:41:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a541d68b
sci-astronomy/stilts: Version bump
---
sci-astronomy/stilts/ChangeLog | 6 ++++++
sci-astronomy/stilts/{stilts-2.5.ebuild => stilts-2.5.1.ebuild} | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/ChangeLog
index ac32358..e3835fa 100644
--- a/sci-astronomy/stilts/ChangeLog
+++ b/sci-astronomy/stilts/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*stilts-2.5.1 (18 Jul 2013)
+
+ 18 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> -stilts-2.5.ebuild,
+ +stilts-2.5.1.ebuild:
+ Version bump
+
*stilts-2.5 (07 Jun 2013)
07 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +stilts-2.5.ebuild,
diff --git a/sci-astronomy/stilts/stilts-2.5.ebuild b/sci-astronomy/stilts/stilts-2.5.1.ebuild
similarity index 74%
rename from sci-astronomy/stilts/stilts-2.5.ebuild
rename to sci-astronomy/stilts/stilts-2.5.1.ebuild
index 3cb7128..bab351d 100644
--- a/sci-astronomy/stilts/stilts-2.5.ebuild
+++ b/sci-astronomy/stilts/stilts-2.5.1.ebuild
@@ -4,11 +4,13 @@
EAPI=5
-inherit java-pkg-2
+inherit java-pkg-2 versionator
+
+MYPV=$(replace_version_separator 2 '-')
DESCRIPTION="Command line tools to process astronomical tables"
HOMEPAGE="http://www.star.bris.ac.uk/~mbt/stilts/"
-SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${PV}/${PN}.jar -> ${P}.jar"
+SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}/${PN}.jar -> ${P}.jar"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/
@ 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: 016eeb9f5513f06da57782cc9089f1a592f00b70
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 12:42:15 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:42:15 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=016eeb9f
sci-astronomy/stilts: 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/stilts/metadata.xml | 17 -----------------
sci-astronomy/stilts/stilts-2.5.1.ebuild | 27 ---------------------------
2 files changed, 44 deletions(-)
diff --git a/sci-astronomy/stilts/metadata.xml b/sci-astronomy/stilts/metadata.xml
deleted file mode 100644
index f2c84722f..000000000
--- a/sci-astronomy/stilts/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">
-The Starlink Tables Infrastructure Library Tool Set is a set of
-command-line tools based on STIL, the Starlink Tables Infrastructure
-Library. It deals with the processing of tabular data; the package
-has been designed for, but is not restricted to, astronomical tables
-such as object catalogues. Some of the tools are generic and can
-work with multiple formats (including FITS, VOTable, CSV, SQL and
-ASCII), and others are specific to the VOTable format.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-astronomy/stilts/stilts-2.5.1.ebuild b/sci-astronomy/stilts/stilts-2.5.1.ebuild
deleted file mode 100644
index 5387c41d6..000000000
--- a/sci-astronomy/stilts/stilts-2.5.1.ebuild
+++ /dev/null
@@ -1,27 +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="Command line tools to process astronomical tables"
-HOMEPAGE="http://www.star.bris.ac.uk/~mbt/stilts/"
-SRC_URI="ftp://andromeda.star.bris.ac.uk/pub/star/${PN}/v${MYPV}/${PN}.jar -> ${P}.jar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- java-pkg_newjar "${DISTDIR}"/${P}.jar
- java-pkg_dolauncher ${PN}
-}
^ 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 --
2013-07-18 21:51 [gentoo-commits] proj/sci:master commit in: sci-astronomy/stilts/ Sebastien Fabbro
-- strict thread matches above, loose matches on Subject: below --
2020-09-27 12:43 Aisha Tammy
2013-06-07 23:44 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