summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-16 16:26:31 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-16 16:26:31 +0000
commitdb73b0d9d7d9cb077bfba733bb1c680b3de03b18 (patch)
tree56edd7518ff6e985261894050110ac438c74854e /app-sci
parentMasking "app-sci/nmrview"; needs testing (diff)
downloadgentoo-2-db73b0d9d7d9cb077bfba733bb1c680b3de03b18.tar.gz
gentoo-2-db73b0d9d7d9cb077bfba733bb1c680b3de03b18.tar.bz2
gentoo-2-db73b0d9d7d9cb077bfba733bb1c680b3de03b18.zip
Inital import.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/nmrview/ChangeLog10
-rw-r--r--app-sci/nmrview/Manifest3
-rw-r--r--app-sci/nmrview/files/digest-nmrview-5.2.22
-rw-r--r--app-sci/nmrview/files/nmrview-env4
-rw-r--r--app-sci/nmrview/metadata.xml9
-rw-r--r--app-sci/nmrview/nmrview-5.2.2.ebuild49
6 files changed, 77 insertions, 0 deletions
diff --git a/app-sci/nmrview/ChangeLog b/app-sci/nmrview/ChangeLog
new file mode 100644
index 000000000000..ad6cf22a6856
--- /dev/null
+++ b/app-sci/nmrview/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-sci/nmrview
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/nmrview/ChangeLog,v 1.1 2004/12/16 16:26:30 ribosome Exp $
+
+*nmrview-5.2.2 (16 Dec 2004)
+
+ 16 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +files/nmrview-env,
+ +nmrview-5.2.2.ebuild:
+ Initial import.
+
diff --git a/app-sci/nmrview/Manifest b/app-sci/nmrview/Manifest
new file mode 100644
index 000000000000..67402804a141
--- /dev/null
+++ b/app-sci/nmrview/Manifest
@@ -0,0 +1,3 @@
+MD5 0ac381778d1a6549572384aa0d54a900 nmrview-5.2.2.ebuild 1204
+MD5 9fa24af9e6f0d4358ec24dd44b02e196 files/nmrview-env 116
+MD5 a8857c8e06c514a0e16ec3d10999ca52 files/digest-nmrview-5.2.2 138
diff --git a/app-sci/nmrview/files/digest-nmrview-5.2.2 b/app-sci/nmrview/files/digest-nmrview-5.2.2
new file mode 100644
index 000000000000..efba3c928648
--- /dev/null
+++ b/app-sci/nmrview/files/digest-nmrview-5.2.2
@@ -0,0 +1,2 @@
+MD5 61a5fd1362a5e40d21b37eab149f9f57 nmrview5.2.2.lib.tar.gz 4097039
+MD5 ee743221d1bbf306ce5fd90b8dcd7526 nmrview5_2_2_01_linux.gz 963243
diff --git a/app-sci/nmrview/files/nmrview-env b/app-sci/nmrview/files/nmrview-env
new file mode 100644
index 000000000000..ed9d48c0692c
--- /dev/null
+++ b/app-sci/nmrview/files/nmrview-env
@@ -0,0 +1,4 @@
+NMRVIEW5HOME="/opt/nmrview"
+TK_LIBRARY="/opt/nmrview/tk8.0"
+TCL_LIBRARY="/opt/nmrview/tcl8.0"
+PATH=/opt/nmrview/bin
diff --git a/app-sci/nmrview/metadata.xml b/app-sci/nmrview/metadata.xml
new file mode 100644
index 000000000000..e9391a41a838
--- /dev/null
+++ b/app-sci/nmrview/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>ribosome@gentoo.org</email>
+ <name>Olivier Fisette</name>
+ </maintainer>
+ <herd>sci</herd>
+</pkgmetadata>
diff --git a/app-sci/nmrview/nmrview-5.2.2.ebuild b/app-sci/nmrview/nmrview-5.2.2.ebuild
new file mode 100644
index 000000000000..bdf54b58514f
--- /dev/null
+++ b/app-sci/nmrview/nmrview-5.2.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/nmrview/nmrview-5.2.2.ebuild,v 1.1 2004/12/16 16:26:30 ribosome Exp $
+
+DESCRIPTION="NMRView - Visualisation and analysis of processed NMR data"
+LICENSE="as-is"
+HOMEPAGE="http://www.onemoonscientific.com/nmrview/"
+SRC_URI="${PN}${PV}.lib.tar.gz
+ ${PN}${PV//./_}_01_linux.gz"
+RESTRICT="fetch"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="-* ~x86"
+
+DEPEND="virtual/x11
+ =dev-lang/tcl-8.4*
+ =dev-lang/tk-8.4*"
+
+S=${WORKDIR}
+
+INSTDIR="/opt/nmrview"
+
+pkg_nofetch() {
+ einfo "Please visit:"
+ einfo " ${HOMEPAGE}"
+ einfo
+ einfo "Complete the registration process, then download the following files:"
+ einfo " ${A}"
+ einfo
+ einfo "Place the downloaded files in the following directory:"
+ einfo " ${DISTDIR}"
+ echo
+}
+
+src_compile() {
+ einfo "Nothing to compile."
+}
+
+src_install() {
+ exeinto ${INSTDIR}/bin
+ newexe ${PN}${PV//./_}_01_linux nmrview
+ DIRS="help html images nvtcl nvtclC nvtclExt reslib star tcl8.4 tk8.4 tools"
+ cp -r ${DIRS} ${D}/${INSTDIR}
+ dodoc README
+ dosym ${INSTDIR}/html /usr/share/doc/${PF}/html
+ insinto /etc/env.d
+ newins ${FILESDIR}/${PN}-env ${PN}
+}