diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-01-21 16:27:08 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-01-21 16:27:08 +0000 |
commit | 3521818953e9bed0dfe4b8bed61b95516162d39d (patch) | |
tree | 442d57d1ba13ad9475b84aeb46c6068a2e6bcc8f /sci-visualization/opendx/files | |
parent | bump to 0.6.3; bug #202507 (diff) | |
download | historical-3521818953e9bed0dfe4b8bed61b95516162d39d.tar.gz historical-3521818953e9bed0dfe4b8bed61b95516162d39d.tar.bz2 historical-3521818953e9bed0dfe4b8bed61b95516162d39d.zip |
Version bump.
Package-Manager: portage-2.1.4
Diffstat (limited to 'sci-visualization/opendx/files')
-rw-r--r-- | sci-visualization/opendx/files/digest-opendx-4.4.4 | 3 | ||||
-rw-r--r-- | sci-visualization/opendx/files/opendx-compressed-man.patch | 14 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sci-visualization/opendx/files/digest-opendx-4.4.4 b/sci-visualization/opendx/files/digest-opendx-4.4.4 new file mode 100644 index 000000000000..50c1cc06089e --- /dev/null +++ b/sci-visualization/opendx/files/digest-opendx-4.4.4 @@ -0,0 +1,3 @@ +MD5 6da0c4cd21d3c08f97b7662e3aee5b7b dx-4.4.4.tar.gz 9676049 +RMD160 db4cff78c9712a6e1e19265b0f42fdb87ab5ff7b dx-4.4.4.tar.gz 9676049 +SHA256 a9915e17d49c5499edd3df69ffeac0b7ba24f8b38ddf7509712b48eb3c21f1ff dx-4.4.4.tar.gz 9676049 diff --git a/sci-visualization/opendx/files/opendx-compressed-man.patch b/sci-visualization/opendx/files/opendx-compressed-man.patch new file mode 100644 index 000000000000..c7535ccb51a3 --- /dev/null +++ b/sci-visualization/opendx/files/opendx-compressed-man.patch @@ -0,0 +1,14 @@ +diff -Naurp dx-4.4.4-orig/bin/dx.in dx-4.4.4/bin/dx.in +--- dx-4.4.4-orig/bin/dx.in 2008-01-21 17:04:51.000000000 +0100 ++++ dx-4.4.4/bin/dx.in 2008-01-21 17:05:14.000000000 +0100 +@@ -60,8 +60,8 @@ exit 1 + # + longhelp() { + +-if test -f "$dxroot/man/catl/dx.l" ; then +- more "$dxroot/man/catl/dx.l" ++if test -f "$dxroot"/man/catl/dx.l* ; then ++ man "$dxroot"/man/catl/dx.l* + else + echo "cannot find $dxroot/man/catl/dx.l" + echo "set the DXROOT environment variable to the root of the" |