summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@gmail.com>2009-04-13 13:36:33 +0200
committerHenry Gebhardt <hsggebhardt@gmail.com>2009-04-13 13:36:33 +0200
commit4a4044b4699dbd71c9feef70656aa2cea3a3022f (patch)
treeb99f50f4e04a96ba55cc0e1a55730fa32c8b591d /sci-astronomy
parentsci-astronomy/fpipe-9999.ebuild: Add docs and example pipelines. (diff)
downloadkork-4a4044b4699dbd71c9feef70656aa2cea3a3022f.tar.gz
kork-4a4044b4699dbd71c9feef70656aa2cea3a3022f.tar.bz2
kork-4a4044b4699dbd71c9feef70656aa2cea3a3022f.zip
sci-astronomy/ftools-6.6.1-r1: Update information.
License is "UNKOWN", heainit stuff has been clarified.
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/ftools/Manifest2
-rw-r--r--sci-astronomy/ftools/ftools-6.6.1-r1.ebuild13
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-astronomy/ftools/Manifest b/sci-astronomy/ftools/Manifest
index 137a4f7..6ccd4af 100644
--- a/sci-astronomy/ftools/Manifest
+++ b/sci-astronomy/ftools/Manifest
@@ -8,5 +8,5 @@ AUX lhea-fixpfiles-destdir.patch 562 RMD160 fd1af4e68bb7885652a6e81404371bba5fe8
AUX no-tk-docs.patch 738 RMD160 d69e261c402d2e545f109495be999eaeb5d37620 SHA1 35ff2466c06df162e584b76ad3ef15d05b9e2f42 SHA256 0782fe89fc4d29eb4ba2c01f8d6420762060a156db7cb7cf7847f3a5a366f44c
AUX par2-destdir.patch 580 RMD160 56efb9a0049486f7736fe6bcd08947de45599ffa SHA1 97e12b9bb9feccf1be3d3bc1b83a6e79d4078f37 SHA256 aba4b7ba28204b6863c5e8ade5528874ef0606e15d03b1ea167ab9732ac481d4
DIST heasoft6.6.1src.tar.gz 41783649 RMD160 b03d23ad61023d9f9d8df247a448c8ad4d66f98d SHA1 58376bd6ce4dbc9cdb3a901c977602d120d0609e SHA256 f73e78e5a5b6af8b9db0aee66957bf450980455fc78a8d7aa056e6013b49285d
-EBUILD ftools-6.6.1-r1.ebuild 1901 RMD160 0250e5f1dee0b3418352a668fc6044e5daf87215 SHA1 265bb95ab24f1caf6d33a65fa5ff46f2a991ed1f SHA256 9bafb92df06351a6fe4c402762d2954359c0305f66df7d2a10cd40470f5197c1
+EBUILD ftools-6.6.1-r1.ebuild 2003 RMD160 4eb8cb1f649f80cc259e4b9610a9b8aaf1f8a4ee SHA1 ac10d3fcad4aa7b7446d58bdbd0948cf85ea54b3 SHA256 871d835dbbdb71314f8d90a94a22a7519d8c648d442746066363ac3c2c170538
EBUILD ftools-6.6.1.ebuild 1911 RMD160 ba849617b62ddbac13c1fab45157d1bbd05db7bf SHA1 078a2aa8bf1a5e5af3b2da31c835f2c630f677e9 SHA256 4e389dd716cb9e4e9243178c4c067b96f2839ced5ea5446b57c163f918069be7
diff --git a/sci-astronomy/ftools/ftools-6.6.1-r1.ebuild b/sci-astronomy/ftools/ftools-6.6.1-r1.ebuild
index 31ab5b3..527998d 100644
--- a/sci-astronomy/ftools/ftools-6.6.1-r1.ebuild
+++ b/sci-astronomy/ftools/ftools-6.6.1-r1.ebuild
@@ -9,7 +9,7 @@ inherit eutils
DESCRIPTION="General-Use FTools for manipulating and inspecting FITS files"
HOMEPAGE="http://heasarc.gsfc.nasa.gov/docs/software/ftools/ftools_menu.html"
SRC_URI="heasoft${PV}src.tar.gz"
-LICENSE="GPLv2"
+LICENSE="UNKOWN"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
@@ -28,9 +28,14 @@ ${PREFIX}.
To use the HEASOFT, you need to source the headas init script,
like so
. \${HEADAS}/headas-init.sh
-if you are using a bourne-shell. There is also an initscript
-for C-shells in the same directory as the one for bourne-shells.
-The environment vairable \${HEADAS} has been defined for you."
+if you are using a bourne-shell. As a shortcut you can put an
+alias in your ~/.bashrc:
+ alias heainit=\". \${HEADAS}/headas-init.sh\"
+
+C-shells should source \${HEADAS}/headas-init.csh instead.
+
+The environment vairable \${HEADAS} has been defined for you
+globally in /etc/env.d/99headas."
pkg_setup() {
[[ -d "${PREFIX}" ]] && die "Please unmerge previous installation."