From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5ABFF138010 for ; Fri, 14 Sep 2012 13:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E592DE051E; Fri, 14 Sep 2012 13:50:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A05ADE051E for ; Fri, 14 Sep 2012 13:50:40 +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 0931C33C9EB for ; Fri, 14 Sep 2012 13:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B61C3E543F for ; Fri, 14 Sep 2012 13:50:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1347630626.eb42c7140b0f6f50fa97f1aca60da5c0a318d297.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/curvefit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/curvefit/ChangeLog sci-chemistry/curvefit/curvefit-1.40.ebuild sci-chemistry/curvefit/metadata.xml X-VCS-Directories: sci-chemistry/curvefit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: eb42c7140b0f6f50fa97f1aca60da5c0a318d297 X-VCS-Branch: master Date: Fri, 14 Sep 2012 13:50:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9d1be21-6721-4b3b-8ac7-d81c95915fc7 X-Archives-Hash: da6abddf17a50011d1a8a4473078112e commit: eb42c7140b0f6f50fa97f1aca60da5c0a318d297 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 14 13:50:26 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 14 13:50:26 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eb42c714 sci-chemistry/curvefit: New addition (Portage version: 2.2.0_alpha128/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) --- sci-chemistry/curvefit/ChangeLog | 10 +++++ sci-chemistry/curvefit/curvefit-1.40.ebuild | 53 +++++++++++++++++++++++++++ sci-chemistry/curvefit/metadata.xml | 5 +++ 3 files changed, 68 insertions(+), 0 deletions(-) diff --git a/sci-chemistry/curvefit/ChangeLog b/sci-chemistry/curvefit/ChangeLog new file mode 100644 index 0000000..f3b1d46 --- /dev/null +++ b/sci-chemistry/curvefit/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/curvefit +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*curvefit-1.40 (14 Sep 2012) + + 14 Sep 2012; Justin Lecher +curvefit-1.40.ebuild, + +metadata.xml: + New addition + diff --git a/sci-chemistry/curvefit/curvefit-1.40.ebuild b/sci-chemistry/curvefit/curvefit-1.40.ebuild new file mode 100644 index 0000000..7c9c514 --- /dev/null +++ b/sci-chemistry/curvefit/curvefit-1.40.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit multilib + +DESCRIPTION="Linear and non-linear least squares fitting" +HOMEPAGE="http://cpmcnet.columbia.edu/dept/gsas/biochem/labs/palmer/software/curvefit.html" +SRC_URI="http://cpmcnet.columbia.edu/dept/gsas/biochem/labs/palmer/software/curvefit.linux.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 + sed \ + -e 's: xmgr : xmgrace :g' \ + -i batch_curve curveplot || die + + exeinto /opt/bin + if use x86; then + _exe=./linux_32/curvefit + elif use amd64; then + _exe=./linux_64/curvefit + fi + + patchelf --set-rpath "${EPREFIX}/opt/${PN}" ${_exe} + + doexe batch_curve curveplot ${_exe} + + dosym ../../usr/$(get_libdir)/libblas.so /opt/${PN}/libblas.so.3 + + dodoc Versions + dohtml curvefit_manual.html + + if use examples; then + insinto /usr/share/${PN}/examples/ + doins sample* + fi +} diff --git a/sci-chemistry/curvefit/metadata.xml b/sci-chemistry/curvefit/metadata.xml new file mode 100644 index 0000000..d369d06 --- /dev/null +++ b/sci-chemistry/curvefit/metadata.xml @@ -0,0 +1,5 @@ + + + + sci +