aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2014-03-21 09:52:12 -0700
committerJustin Lecher <jlec@gentoo.org>2014-03-22 10:44:41 +0100
commit2146cd72f7b743374532e6310a6ee43b56df2c7a (patch)
tree9c39b42693059d545f3d8a60e62d2b21333fd741 /sci-astronomy
parentsci-astronomy/missfits: Add new version linked to live one (diff)
downloadsci-2146cd72f7b743374532e6310a6ee43b56df2c7a.tar.gz
sci-2146cd72f7b743374532e6310a6ee43b56df2c7a.tar.bz2
sci-2146cd72f7b743374532e6310a6ee43b56df2c7a.zip
sci-astronomy/psfex: Add new version linked to live one
Package-Manager: portage-2.2.8-prefix
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/psfex/ChangeLog6
-rw-r--r--sci-astronomy/psfex/Manifest1
l---------sci-astronomy/psfex/psfex-3.17.0.ebuild1
-rw-r--r--sci-astronomy/psfex/psfex-9999.ebuild4
4 files changed, 10 insertions, 2 deletions
diff --git a/sci-astronomy/psfex/ChangeLog b/sci-astronomy/psfex/ChangeLog
index 1baf9a893..2a9540bda 100644
--- a/sci-astronomy/psfex/ChangeLog
+++ b/sci-astronomy/psfex/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*psfex-3.17.0 (21 Mar 2014)
+
+ 21 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> +psfex-3.17.0.ebuild,
+ psfex-9999.ebuild:
+ sci-astronomy/psfex: Add new version linked to live one
+
*psfex-3.9.1 (27 Feb 2014)
27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> +psfex-3.9.1.ebuild,
diff --git a/sci-astronomy/psfex/Manifest b/sci-astronomy/psfex/Manifest
index 0cb52a1e7..ebffaf240 100644
--- a/sci-astronomy/psfex/Manifest
+++ b/sci-astronomy/psfex/Manifest
@@ -1 +1,2 @@
+DIST psfex-3.17.0.tar.gz 2366378 SHA256 f5f10a7a3a928d5ed4b797cb79b1d21038dda3d9da291ef4bacc504c2b252f06 SHA512 571c819571156f962dede952e04c1582e40b47a54c9d32fa564a12b71e1d042fd3605feb46b393737d1a5a01026396d60d5cbbb0e69692a47821e33c7d5c32ea WHIRLPOOL 04e2229a3782e6900674ae8f40014d015724fd426304f3a083edd24cf3ea5f655d5f1a6bd5374510358bdaa7951d0142d084ac72ef3a583af11ae75a4553de58
DIST psfex-3.9.1.tar.gz 2364495 SHA256 1758a1a40166ef59475d8fab6abda33ca0ed0a837531ff7ad577d8bce4e511f7 SHA512 5304d044b26c8e9c0ec5912326a1579650976a6710303d7822f5270bd23ce9e4b8ab8a06f50a212e4a3fda504436cd59db174021156a2158f299cd788e81fc00 WHIRLPOOL 28dc1cc454c103392392e367b92ca955d82d18d165e77290693329c3593066b11e621d8d97c5bcb1b1610d3a88372b95efa17bd8dc18647f105dc4b1bffbd359
diff --git a/sci-astronomy/psfex/psfex-3.17.0.ebuild b/sci-astronomy/psfex/psfex-3.17.0.ebuild
new file mode 120000
index 000000000..1942f52c3
--- /dev/null
+++ b/sci-astronomy/psfex/psfex-3.17.0.ebuild
@@ -0,0 +1 @@
+psfex-9999.ebuild \ No newline at end of file
diff --git a/sci-astronomy/psfex/psfex-9999.ebuild b/sci-astronomy/psfex/psfex-9999.ebuild
index b1abdd651..9a4a23f0f 100644
--- a/sci-astronomy/psfex/psfex-9999.ebuild
+++ b/sci-astronomy/psfex/psfex-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
if [[ ${PV} == "9999" ]] ; then
- _SVN=subversion
+ inherit subversion
ESVN_REPO_URI="https://astromatic.net/pubsvn/software/${PN}/trunk"
SRC_URI=""
KEYWORDS=""
@@ -17,7 +17,7 @@ fi
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit ${_SVN} autotools-utils multilib
+inherit autotools-utils multilib
DESCRIPTION="Extracts models of the Point Spread Function from FITS images"
HOMEPAGE="http://www.astromatic.net/software/psfex"