aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-09 17:04:58 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-09 17:04:58 +0200
commit3ed7bdc9ac40680519e05041b68f32f5dec95679 (patch)
tree5ba99149451734a6bb6885abe85bfa1ff334a29b /sci-chemistry/nmrpipe
parentcctbx fixes (diff)
downloadsci-3ed7bdc9ac40680519e05041b68f32f5dec95679.tar.gz
sci-3ed7bdc9ac40680519e05041b68f32f5dec95679.tar.bz2
sci-3ed7bdc9ac40680519e05041b68f32f5dec95679.zip
nmrpipe is on the way to be fixed
Diffstat (limited to 'sci-chemistry/nmrpipe')
-rw-r--r--sci-chemistry/nmrpipe/Manifest2
-rw-r--r--sci-chemistry/nmrpipe/nmrpipe-5.0.2009.103.20.08.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/sci-chemistry/nmrpipe/Manifest b/sci-chemistry/nmrpipe/Manifest
index 35d0a4367..0a169c709 100644
--- a/sci-chemistry/nmrpipe/Manifest
+++ b/sci-chemistry/nmrpipe/Manifest
@@ -7,6 +7,6 @@ DIST dyn.tZ 138636637 RMD160 ae6b32bec800456f76fd0b8d9d67af3d47a40d6c SHA1 2c0e5
DIST install.com 33517 RMD160 e716cb94b9d18f49a4c8a4ef2a5b15fdcaed4c8f SHA1 9300705e9293de14a1c838bd79b219a55e7baa01 SHA256 6fd1db3ab9c0cacca6ff4015e4c8de6ed1d0b62d040669137ee7d49a8d22a8ab
DIST talos.tZ 25228729 RMD160 4783a4454faa48dd2d3c08ef5ebe589eec6b8b42 SHA1 5880b0b42f75626991d8dc1029f8c8240ce527ce SHA256 bd267bb1d0126f7dda2f89ac797cce0b08d85691bd5811b3ac5576e54d7b01b7
DIST valpha_all.tar 724441088 RMD160 70ce860341b0817dbb058de6a228f2b776081b0b SHA1 f8aa75678833b3b2f46597bf0a4834d63104095a SHA256 6f68fcf4037328e3bae79fd11a2a10acc6a3ecd276857c0080d9f8b7ad3cfae1
-EBUILD nmrpipe-5.0.2009.103.20.08.ebuild 4643 RMD160 8f756ff22d6d1614c480157bbb19fb58e11018b6 SHA1 c65cf785ca831486785ff5a94f55df315d140e4f SHA256 f0a8cb5bfe3b6bc62c3180d28a2602bbe3da0fa25e1d61dbe116b2cdcdde5304
+EBUILD nmrpipe-5.0.2009.103.20.08.ebuild 4751 RMD160 0fd1834beec0b3f0a861e91b88095cce69800495 SHA1 e9711654e6efa276812508b8847ef87f6d7febae SHA256 7a713ec9570f15e8d6cd8756a5fae669d3b9891e315a44cf9194b0a29a1da131
MISC ChangeLog 3707 RMD160 4b4d9ecf0b4d8057980b99740a1cdcfc0a925809 SHA1 6d7e2f883dcaee594342bc9326187f86c25b9fd4 SHA256 dea2e37d65a6c1f4cef7b1b5ca66c01f5e8bd701666c7c280dd1bf7c2b09af5c
MISC metadata.xml 273 RMD160 77dd0acbd8530bfceee840dfeccd1f4228e0460b SHA1 7c6794b74e4f357c0cd501266226eda09417d6ee SHA256 ed6f9e4b8aa59f68498bb75bf3be63a6de60feda167e4ceb12c7cb81bf8aac09
diff --git a/sci-chemistry/nmrpipe/nmrpipe-5.0.2009.103.20.08.ebuild b/sci-chemistry/nmrpipe/nmrpipe-5.0.2009.103.20.08.ebuild
index 4dece8163..d094445c2 100644
--- a/sci-chemistry/nmrpipe/nmrpipe-5.0.2009.103.20.08.ebuild
+++ b/sci-chemistry/nmrpipe/nmrpipe-5.0.2009.103.20.08.ebuild
@@ -87,7 +87,8 @@ src_install() {
done
# Remove some of the bundled applications and libraries; they are
# provided by Gentoo instead.
- rm -r nmrbin.linux9/{lib/{libBLT24.so,libolgx.so*,libxview.so*,*.timestamp},*timestamp,xv,gnuplot*,rasmol*,nc,nedit} \
+# rm -r nmrbin.linux9/{lib/{libBLT24.so,libolgx.so*,libxview.so*,*.timestamp},*timestamp,xv,gnuplot*,rasmol*,nc,nedit} \
+ rm -r nmrbin.linux9/{lib/{libolgx.so*,libxview.so*,*.timestamp},*timestamp,xv,gnuplot*,rasmol*,nc,nedit} \
nmrbin.{linux,mac,sgi6x,sol,winxp} nmruser format \
|| die "Failed to remove unnecessary libraries."
# Remove the initialisation script generated during the installation.
@@ -111,9 +112,9 @@ src_install() {
# Which brainiack wrote this!?
# insopts -m0755
doins -r * || die "Failed to install application."
- dosym ${NMRBASE}/nmrbin.linux9 ${NMRBASE}/bin || die \
+ dosym nmrbin.linux9 ${NMRBASE}/bin || die \
"Failed to symlink binaries."
- fperms 775 ${NMRBASE}/{nmrbin.linux9,com,dynamo/tcl}/*
+ fperms 775 ${NMRBASE}/{talos/bin,nmrbin.linux9,com,dynamo/tcl}/*
}
pkg_postinst() {