aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-08-14 15:53:12 +0200
committerJustin Lecher <jlec@gentoo.org>2014-08-14 15:53:12 +0200
commitfcf690f30594703dd49b8342497962e73a68409f (patch)
tree790a55de42a654a64a34ec84e88c8e8e29d26197 /sci-chemistry
parentMerge branch 'master' of ssh://github.com/gentoo-science/sci (diff)
downloadsci-fcf690f30594703dd49b8342497962e73a68409f.tar.gz
sci-fcf690f30594703dd49b8342497962e73a68409f.tar.bz2
sci-fcf690f30594703dd49b8342497962e73a68409f.zip
sci-chemistry/mddnmr: Version Bump; drop old
Package-Manager: portage-2.2.12
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mddnmr/ChangeLog6
-rw-r--r--sci-chemistry/mddnmr/Manifest3
-rw-r--r--sci-chemistry/mddnmr/mddnmr-2.1.ebuild59
-rw-r--r--sci-chemistry/mddnmr/mddnmr-2.4.ebuild (renamed from sci-chemistry/mddnmr/mddnmr-2.2.ebuild)6
-rw-r--r--sci-chemistry/mddnmr/metadata.xml2
5 files changed, 10 insertions, 66 deletions
diff --git a/sci-chemistry/mddnmr/ChangeLog b/sci-chemistry/mddnmr/ChangeLog
index 9cc9a8341..4ff2a3a69 100644
--- a/sci-chemistry/mddnmr/ChangeLog
+++ b/sci-chemistry/mddnmr/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/mddnmr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Aug 2014; Justin Lecher <jlec@gentoo.org> -mddnmr-2.1.ebuild,
+ -mddnmr-2.2.ebuild, +mddnmr-2.4.ebuild, metadata.xml:
+ Version Bump; drop old
+
*mddnmr-2.2 (29 Nov 2012)
29 Nov 2012; Justin Lecher <jlec@gentoo.org> +mddnmr-2.2.ebuild:
diff --git a/sci-chemistry/mddnmr/Manifest b/sci-chemistry/mddnmr/Manifest
index ed4cbb469..c88ded256 100644
--- a/sci-chemistry/mddnmr/Manifest
+++ b/sci-chemistry/mddnmr/Manifest
@@ -1,2 +1 @@
-DIST mddnmr2.1_24Sep2012.tgz 20309740 SHA256 fca7ee0c4f742bc20cdcb757f9d2c0036e7c8d7c9dee257d90a71e040207e9ab SHA512 9e906f30d90181b628681956e122c6bcdd5926602233e51e721da3de2e4e75d22d036bda8c00f25efec1c7b6c50785027153f83494f60d075e4f54e0759a8d60 WHIRLPOOL ee205ab70b78b107d2f67840e8a7dbcafda39b103e032f348d46f54d950dd1e8cd91ae92da0ef3fa5699623c3d5c01903cd694265422b23841816d909e118071
-DIST mddnmr2.2.tgz 20479366 SHA256 1f4ff1999999fc7c3469822f793d28090c00307985ada68f0e94f21c2f5e06ef SHA512 39d91efd0f5730262d2df60502269fa46121f03acc9500442aa5c36591e807904df1d6e6c944eda8fe3280aa4eaabf7d8b26a7ab0a0a54ead1483ef9147bc522 WHIRLPOOL 84e34afaaccf4c9024cb651f21df30b975268e62971d9aa1246cbdb88fd8957b997cbeab7ed2a94e49e5aba179e002f31bf7e221135b5a0a840dbd307022de6d
+DIST mddnmr2.4.tgz 16659141 SHA256 e50632398fd80f33afc50095b445d3ee1fe307481b10315337199c79193ee6fe SHA512 2ace437d184c79f9ed43a54efe31e8af12b2f555f49de864de55454f35139df2018f0ccd37ac7223752abbf517d815051be30904f29265d77767814dd97a667f WHIRLPOOL 61eedfa73b00cb58e744500383e06c23b8ddcbdbfbadc044e891b03b8e13c8bb7dce0ebda6003987896b5079ec97882a114064794344a7f0ff989921f06a0f40
diff --git a/sci-chemistry/mddnmr/mddnmr-2.1.ebuild b/sci-chemistry/mddnmr/mddnmr-2.1.ebuild
deleted file mode 100644
index a558dc251..000000000
--- a/sci-chemistry/mddnmr/mddnmr-2.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_DEPEND="2"
-
-REL="24Sep2012"
-MY_P="${PN}${PV}"
-
-DESCRIPTION="Program for processing of non-uniformly sampled (NUS) multidimensional NMR spectra"
-HOMEPAGE="http://www.nmr.gu.se/~mdd/"
-SRC_URI="http://pc8.nmr.gu.se/~mdd/Downloads/arch/${MY_P}_${REL}.tgz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="mddnmr"
-IUSE=""
-
-RDEPEND="
- app-shells/tcsh
- sci-chemistry/nmrpipe"
-DEPEND=""
-
-RESTRICT="mirror"
-
-S="${WORKDIR}"/${MY_P}
-
-QA_PREBUILT="opt/${PN}/.*"
-
-src_install() {
- exeinto /opt/${PN}/com
- doexe com/*
-
- exeinto /opt/${PN}/bin
- if use amd64; then
- doexe binLinux64Static/*
- elif use x86; then
- doexe binLinux32Static/*
- fi
-
- insinto /opt/${PN}/
- doins -r GUI
-
- cat >> "${T}"/qMDD <<- EOF
- #!${EPREFIX}/bin/csh
-
- setenv MDD_NMR "${EPREFIX}/opt/${PN}"
- setenv MDD_NMRbin "${EPREFIX}/opt/${PN}/bin/"
- setenv path=( . "$MDD_NMRbin" "${MDD_NMR}/com" )
-
- csh "${EPREFIX}/opt/${PN}/GUI/qMDD"
- EOF
-
- dobin "${T}"/qMDD
-
- dodoc *pdf
-}
diff --git a/sci-chemistry/mddnmr/mddnmr-2.2.ebuild b/sci-chemistry/mddnmr/mddnmr-2.4.ebuild
index 5619b33c6..2faa6cc05 100644
--- a/sci-chemistry/mddnmr/mddnmr-2.2.ebuild
+++ b/sci-chemistry/mddnmr/mddnmr-2.4.ebuild
@@ -35,9 +35,9 @@ src_install() {
exeinto /opt/${PN}/bin
if use amd64; then
- doexe binLinux64Static/*
+ doexe binXeonE5mkl/*
elif use x86; then
- doexe binLinux32Static/*
+ doexe binUbuntu32Static/*
fi
insinto /opt/${PN}/
@@ -48,7 +48,7 @@ src_install() {
setenv MDD_NMR "${EPREFIX}/opt/${PN}"
setenv MDD_NMRbin "${EPREFIX}/opt/${PN}/bin/"
- setenv path=( . "$MDD_NMRbin" "${MDD_NMR}/com" )
+ set path=( . "$MDD_NMRbin" "${MDD_NMR}/com" \$path )
csh "${EPREFIX}/opt/${PN}/GUI/qMDD"
EOF
diff --git a/sci-chemistry/mddnmr/metadata.xml b/sci-chemistry/mddnmr/metadata.xml
index 9ac9ffdb3..51fdedab1 100644
--- a/sci-chemistry/mddnmr/metadata.xml
+++ b/sci-chemistry/mddnmr/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
+ <herd>sci-chemistry</herd>
</pkgmetadata>