public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/cpmgfit/
Date: Thu,  3 Jul 2014 08:53:59 +0000 (UTC)	[thread overview]
Message-ID: <1404377632.f8cf0af19be4b013e93fa67566f08f292d05d89a.jlec@gentoo> (raw)

commit:     f8cf0af19be4b013e93fa67566f08f292d05d89a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  3 08:53:52 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jul  3 08:53:52 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f8cf0af1

sci-chemistry/cpmgfit: New package written by me

Package-Manager: portage-2.2.10
RepoMan-Options: --force

---
 sci-chemistry/cpmgfit/ChangeLog           | 10 +++++++
 sci-chemistry/cpmgfit/cpmgfit-1.43.ebuild | 49 +++++++++++++++++++++++++++++++
 sci-chemistry/cpmgfit/metadata.xml        |  5 ++++
 3 files changed, 64 insertions(+)

diff --git a/sci-chemistry/cpmgfit/ChangeLog b/sci-chemistry/cpmgfit/ChangeLog
new file mode 100644
index 0000000..7eb5da6
--- /dev/null
+++ b/sci-chemistry/cpmgfit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/cpmgfit
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*cpmgfit-1.43 (03 Jul 2014)
+
+  03 Jul 2014; Justin Lecher <jlec@gentoo.org> +cpmgfit-1.43.ebuild,
+  +metadata.xml:
+  New package written by me
+

diff --git a/sci-chemistry/cpmgfit/cpmgfit-1.43.ebuild b/sci-chemistry/cpmgfit/cpmgfit-1.43.ebuild
new file mode 100644
index 0000000..37c657e
--- /dev/null
+++ b/sci-chemistry/cpmgfit/cpmgfit-1.43.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit fortran-2 multilib
+
+DESCRIPTION="non-linear least squares fitting of CPMG relaxation dispersion curves"
+HOMEPAGE="http://biochemistry.hs.columbia.edu/labs/palmer/software/cpmgfit.html"
+SRC_URI="http://biochemistry.hs.columbia.edu/labs/palmer/software/cpmgfit.linux.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+RDEPEND="
+	sci-libs/blas-reference
+	sys-devel/gcc:4.1"
+DEPEND="dev-util/patchelf"
+
+S="${WORKDIR}"/linux
+
+QA_PREBUILT="opt/bin/.*"
+
+src_install() {
+	local _exe
+
+	exeinto /opt/bin
+	if use x86; then
+		_exe=./linux_32/${PN}
+	elif use amd64; then
+		_exe=./linux_64/${PN}
+	fi
+
+	patchelf --set-rpath "${EPREFIX}/opt/${PN}:${EPREFIX}/usr/$(get_libdir)/gcc/x86_64-pc-linux-gnu/4.1.2/" ${_exe}
+
+	doexe ${_exe}
+
+	dosym ../../usr/$(get_libdir)/librefblas.so /opt/${PN}/libblas.so.3
+
+	dohtml ${PN}_manual.html
+
+	if use examples; then
+		insinto /usr/share/${PN}/examples/
+		doins sample*
+	fi
+}

diff --git a/sci-chemistry/cpmgfit/metadata.xml b/sci-chemistry/cpmgfit/metadata.xml
new file mode 100644
index 0000000..51fdeda
--- /dev/null
+++ b/sci-chemistry/cpmgfit/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-chemistry</herd>
+</pkgmetadata>


             reply	other threads:[~2014-07-03  8:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-03  8:53 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-13 13:15 [gentoo-commits] proj/sci:master commit in: sci-chemistry/cpmgfit/ Justin Lecher
2015-03-30  6:03 Justin Lecher
2021-01-10 18:23 Andrew Ammerlaan

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=1404377632.f8cf0af19be4b013e93fa67566f08f292d05d89a.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