aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stilts/ChangeLog6
-rw-r--r--sci-astronomy/stilts/Manifest2
-rw-r--r--sci-astronomy/stilts/stilts-2.5.1.ebuild (renamed from sci-astronomy/stilts/stilts-2.5.ebuild)6
3 files changed, 11 insertions, 3 deletions
diff --git a/sci-astronomy/stilts/ChangeLog b/sci-astronomy/stilts/ChangeLog
index ac3235870..e3835fa3c 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/Manifest b/sci-astronomy/stilts/Manifest
index bd73e26d9..dcb9a1657 100644
--- a/sci-astronomy/stilts/Manifest
+++ b/sci-astronomy/stilts/Manifest
@@ -1 +1 @@
-DIST stilts-2.5.jar 9199902 SHA256 185a012463fe3f4076c5ecf2740aedb2ae29791f04491319c7a518248c7f1c67 SHA512 6736e0ca1534ee4298afdad2a2b38065191f71f4807c6dfc6291bb2d4e12941f8a20a07f9b99c2ecbfb1d4f7f1491174e9a3d8abbc865e2cf78759d863a9795f WHIRLPOOL 2322f0749118abf3c63bf227450a0564811c8a2b0c27488821abcdc0832c09b10a05eab63e1dfbf11f9b916fae5651fbb49810357302838fb8732be6acad967c
+DIST stilts-2.5.1.jar 10785962 SHA256 dda08559758fb41facb964dd6f4e1194264900df598ff3a7bb977b97de3bd1e8 SHA512 bf67205fb8dcc6d38c812d842ff2e3b4f5a365f74341c109275499da2b8aa3437d74f3fa2aa0759c9eb921f389ccdc05067bb1145c150e5df01c447b7957518e WHIRLPOOL bde433b40434a2ab4852646112b053f3bccf2ffbe38c6aa49562c44dbd79b2e347be25bf0db4c8ff6a248ca860e0374b6aafb31e1da2f43ebe783a9a4dd596b3
diff --git a/sci-astronomy/stilts/stilts-2.5.ebuild b/sci-astronomy/stilts/stilts-2.5.1.ebuild
index 3cb7128f1..bab351dba 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"