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 4A625138010 for ; Wed, 29 Aug 2012 14:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DC40E0077; Wed, 29 Aug 2012 14:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 61786E0077 for ; Wed, 29 Aug 2012 14:07:53 +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 C4CF333D7CD for ; Wed, 29 Aug 2012 14:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 87D31E543C for ; Wed, 29 Aug 2012 14:07:51 +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: <1346249249.cf23c0aa85cf5d38080dba8cd7dc991836aa6b3c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ssp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/ssp/ChangeLog sci-chemistry/ssp/metadata.xml sci-chemistry/ssp/ssp-09.11.ebuild X-VCS-Directories: sci-chemistry/ssp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cf23c0aa85cf5d38080dba8cd7dc991836aa6b3c X-VCS-Branch: master Date: Wed, 29 Aug 2012 14:07:51 +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: eb9d5a52-4688-4fe7-8db0-a2f798153088 X-Archives-Hash: d9029a8664182f07d277dc3a56ef59aa commit: cf23c0aa85cf5d38080dba8cd7dc991836aa6b3c Author: Justin Lecher gentoo org> AuthorDate: Wed Aug 29 14:07:29 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Aug 29 14:07:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cf23c0aa sci-chemistry/ssp: New addition (Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit) --- sci-chemistry/ssp/ChangeLog | 10 ++++++++++ sci-chemistry/ssp/metadata.xml | 8 ++++++++ sci-chemistry/ssp/ssp-09.11.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 0 deletions(-) diff --git a/sci-chemistry/ssp/ChangeLog b/sci-chemistry/ssp/ChangeLog new file mode 100644 index 0000000..c2cb332 --- /dev/null +++ b/sci-chemistry/ssp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/ssp +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*ssp-09.11 (29 Aug 2012) + + 29 Aug 2012; Justin Lecher +ssp-09.11.ebuild, + +metadata.xml: + New addition + diff --git a/sci-chemistry/ssp/metadata.xml b/sci-chemistry/ssp/metadata.xml new file mode 100644 index 0000000..210ad0d --- /dev/null +++ b/sci-chemistry/ssp/metadata.xml @@ -0,0 +1,8 @@ + + + + sci + + jlec@gentoo.org + + diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild new file mode 100644 index 0000000..d788a74 --- /dev/null +++ b/sci-chemistry/ssp/ssp-09.11.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +DESCRIPTION="Secondary structure propensities" +HOMEPAGE="http://abragam.med.utoronto.ca/software.html" +SRC_URI="http://pound.med.utoronto.ca/${PN}-Nov09.tar.gz" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="" + +S="${WORKDIR}"/${PN} + +src_install() { + dobin reref ${PN} + dodoc README + insinto /usr/share/${PN} + doins -r eg* REF +}