From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RvSbr-0004W8-Ko for garchives@archives.gentoo.org; Thu, 09 Feb 2012 11:56:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 205BEE0552; Thu, 9 Feb 2012 11:56:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CCA28E0552 for ; Thu, 9 Feb 2012 11:56:11 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12AFA1B403B for ; Thu, 9 Feb 2012 11:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C6D94E53FF for ; Thu, 9 Feb 2012 11:56:09 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/modelfree/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/modelfree/ChangeLog sci-chemistry/modelfree/metadata.xml sci-chemistry/modelfree/modelfree-4.20.ebuild X-VCS-Directories: sci-chemistry/modelfree/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dfe28d698ce2d1f3619e6441f9539df6481c322c Date: Thu, 9 Feb 2012 11:56:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ca42d2a4-0986-4c25-b6fb-c5584b3d5bf4 X-Archives-Hash: 6ad820c91d1eef63871db89175608a4d commit: dfe28d698ce2d1f3619e6441f9539df6481c322c Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 9 11:55:07 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 9 11:55:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Ddfe28d69 Add this nasty binary package (Portage version: 2.2.0_alpha85/git/Linux x86_64, RepoMan options: --forc= e, unsigned Manifest commit) --- sci-chemistry/modelfree/ChangeLog | 13 +++++++ sci-chemistry/modelfree/metadata.xml | 8 ++++ sci-chemistry/modelfree/modelfree-4.20.ebuild | 45 +++++++++++++++++++= ++++++ 3 files changed, 66 insertions(+), 0 deletions(-) diff --git a/sci-chemistry/modelfree/ChangeLog b/sci-chemistry/modelfree/= ChangeLog new file mode 100644 index 0000000..1c72783 --- /dev/null +++ b/sci-chemistry/modelfree/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for sci-chemistry/modelfree +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*modelfree-4.20 (09 Feb 2012) + + 09 Feb 2012; Justin Lecher +modelfree-4.20.ebuild, + +metadata.xml: + Add this nasty binary package + + 09 Feb 2012; Justin Lecher Manifest: + Add this nasty binary package + diff --git a/sci-chemistry/modelfree/metadata.xml b/sci-chemistry/modelfr= ee/metadata.xml new file mode 100644 index 0000000..210ad0d --- /dev/null +++ b/sci-chemistry/modelfree/metadata.xml @@ -0,0 +1,8 @@ + + + + sci + + jlec@gentoo.org + + diff --git a/sci-chemistry/modelfree/modelfree-4.20.ebuild b/sci-chemistr= y/modelfree/modelfree-4.20.ebuild new file mode 100644 index 0000000..ee77bdc --- /dev/null +++ b/sci-chemistry/modelfree/modelfree-4.20.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +inherit fortran-2 + +DESCRIPTION=3D"A program for optimizing Lipari-Szabo model free paramete= rs to heteronuclear relaxation data" +HOMEPAGE=3D"http://www.palmer.hs.columbia.edu/software/modelfree.html" +SRC_URI=3D"http://www.palmer.hs.columbia.edu/software/modelfree4_linux.t= ar.gz" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" +LICENSE=3D"as-is" +IUSE=3D"doc examples" + +DEPEND=3D"" +RDEPEND=3D" + sys-devel/gcc:4.1 + sci-libs/blas-reference + sci-libs/lapack-reference +" + +S=3D"${WORKDIR}" + +src_install() { + dosym ../../usr/$(get_libdir)/librefblas.so "${EPREFIX}/opt/${PN}/libbl= as.so.3" + dosym ../../usr/$(get_libdir)/libreflapack.so "${EPREFIX}/opt/${PN}/lib= lapack.so.3" + + cat >> "${T}"/${PN} <<- EOF + #!${EPREFIX}/bin/bash + LD_LIBRARY_PATH=3D"${EPREFIX}/opt/${PN}" "${EPREFIX}/opt/${PN}/${PN}4" = \$@ + EOF + + exeinto /opt/bin + doexe "${T}"/${PN} + + exeinto /opt/${PN} + use amd64 && doexe linux_64/${PN}4 + use x86 && doexe linux_32/${PN}4 + + use doc && dodoc docs/{modelfree_manual.pdf,VERSIONS.README} + use examples && insinto /usr/share/${PN} && doins -r testing +}