aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/ssp/ChangeLog10
-rw-r--r--sci-chemistry/ssp/Manifest1
-rw-r--r--sci-chemistry/ssp/metadata.xml8
-rw-r--r--sci-chemistry/ssp/ssp-09.11.ebuild26
4 files changed, 45 insertions, 0 deletions
diff --git a/sci-chemistry/ssp/ChangeLog b/sci-chemistry/ssp/ChangeLog
new file mode 100644
index 000000000..c2cb33298
--- /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 <jlec@gentoo.org> +ssp-09.11.ebuild,
+ +metadata.xml:
+ New addition
+
diff --git a/sci-chemistry/ssp/Manifest b/sci-chemistry/ssp/Manifest
new file mode 100644
index 000000000..70038dd2f
--- /dev/null
+++ b/sci-chemistry/ssp/Manifest
@@ -0,0 +1 @@
+DIST ssp-Nov09.tar.gz 13537 SHA256 8cfccd7f725a8cf1f3f56bdc60e3645de329ec6ca279fe95a35447b44507dec1 SHA512 92f31b0ccd8f088c1cd4671b1e1b92e464d33da5610b76bafa09c13b6c9348cca75fcbde5a5d3ad826fb07e4f7078e816fc5acad4df14c66ec8980757e79cdd6 WHIRLPOOL 00bde46b71164cc2e2be1d687ee422e2dc69442d053e8811027ee12a3231a7b443784a9152430fe0eade021f4efca14653bfa1dd2442d493c9fa3edb0861f52f
diff --git a/sci-chemistry/ssp/metadata.xml b/sci-chemistry/ssp/metadata.xml
new file mode 100644
index 000000000..210ad0db0
--- /dev/null
+++ b/sci-chemistry/ssp/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/sci-chemistry/ssp/ssp-09.11.ebuild b/sci-chemistry/ssp/ssp-09.11.ebuild
new file mode 100644
index 000000000..d788a74e5
--- /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
+}