From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/hydronmr/
Date: Mon, 8 Apr 2013 08:46:11 +0000 (UTC) [thread overview]
Message-ID: <1365410402.683369664f0beb43f973be111122b53dfc0ba83a.jlec@gentoo> (raw)
commit: 683369664f0beb43f973be111122b53dfc0ba83a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 8 08:40:02 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Apr 8 08:40:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=68336966
sci-chemistry/hydronmr: New addition
Package-Manager: portage-2.2.0_alpha171
RepoMan-Options: --force
---
sci-chemistry/hydronmr/ChangeLog | 10 +++++
sci-chemistry/hydronmr/hydronmr-7c.ebuild | 57 +++++++++++++++++++++++++++++
sci-chemistry/hydronmr/metadata.xml | 5 +++
3 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/sci-chemistry/hydronmr/ChangeLog b/sci-chemistry/hydronmr/ChangeLog
new file mode 100644
index 0000000..ea1667d
--- /dev/null
+++ b/sci-chemistry/hydronmr/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/hydronmr
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*hydronmr-7c (08 Apr 2013)
+
+ 08 Apr 2013; Justin Lecher <jlec@gentoo.org> +hydronmr-7c.ebuild,
+ +metadata.xml:
+ New addition
+
diff --git a/sci-chemistry/hydronmr/hydronmr-7c.ebuild b/sci-chemistry/hydronmr/hydronmr-7c.ebuild
new file mode 100644
index 0000000..46445bc
--- /dev/null
+++ b/sci-chemistry/hydronmr/hydronmr-7c.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Calculation of NMR relaxation of small, quasirigid macromolecules"
+HOMEPAGE="http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr.htm"
+SRC_URI="
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr7c2lnx.exe
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/fast-hydronmr7c2lnx.exe
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr.pdf
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr7c.pdf
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/fast-hydronmr-1.pdf
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/fast-hydronmr-2.pdf
+ examples? (
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr.dat
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/6lyz.pdb
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-nmr.res
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-nmr.t12
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-nmr-pri.bea
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-fast-nmr.res
+ http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-fast-nmr.t12
+ )"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+DEPEND=""
+RDEPEND="app-emulation/emul-linux-x86-baselibs"
+
+QA_PREBUILT="opt/bin/.*"
+
+src_unpack() {
+ mkdir -p "${S}" || die
+ cd "${S}" || die
+ cp "${DISTDIR}"/* . || die
+}
+
+src_install() {
+ local exe
+ for exe in *exe; do
+ into /opt
+ newbin ${exe} ${exe%7c2lnx.exe}
+ rm ${exe} || die
+ done
+ dodoc *pdf
+ rm -f *pdf || die
+
+ if use examples; then
+ insinto /usr/share/${PN}/examples
+ doins *
+ fi
+}
+
diff --git a/sci-chemistry/hydronmr/metadata.xml b/sci-chemistry/hydronmr/metadata.xml
new file mode 100644
index 0000000..897aa2e
--- /dev/null
+++ b/sci-chemistry/hydronmr/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+</pkgmetadata>
next reply other threads:[~2013-04-08 8:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-08 8:46 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-12 20:07 [gentoo-commits] proj/sci:master commit in: sci-chemistry/hydronmr/ Justin Lecher
2014-01-06 19:58 Justin Lecher
2014-07-04 7:10 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1365410402.683369664f0beb43f973be111122b53dfc0ba83a.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox