aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-01-17 10:36:39 +0100
committerJustin Lecher <jlec@gentoo.org>2012-01-17 10:36:39 +0100
commitc5e4bed5f14db1b73bff0b47ca762f6e7f0efc84 (patch)
treea68ce03ad182068bcffdb8a92b270ff1196d0bb4 /sci-chemistry/concoord
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-c5e4bed5f14db1b73bff0b47ca762f6e7f0efc84.tar.gz
sci-c5e4bed5f14db1b73bff0b47ca762f6e7f0efc84.tar.bz2
sci-c5e4bed5f14db1b73bff0b47ca762f6e7f0efc84.zip
New addition
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry/concoord')
-rw-r--r--sci-chemistry/concoord/ChangeLog10
-rw-r--r--sci-chemistry/concoord/Manifest2
-rw-r--r--sci-chemistry/concoord/concoord-2.1.ebuild34
-rw-r--r--sci-chemistry/concoord/metadata.xml8
4 files changed, 54 insertions, 0 deletions
diff --git a/sci-chemistry/concoord/ChangeLog b/sci-chemistry/concoord/ChangeLog
new file mode 100644
index 000000000..a0039ffa6
--- /dev/null
+++ b/sci-chemistry/concoord/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/concoord
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*concoord-2.1 (17 Jan 2012)
+
+ 17 Jan 2012; Justin Lecher <jlec@gentoo.org> +concoord-2.1.ebuild,
+ +metadata.xml:
+ New addition
+
diff --git a/sci-chemistry/concoord/Manifest b/sci-chemistry/concoord/Manifest
new file mode 100644
index 000000000..be73d1173
--- /dev/null
+++ b/sci-chemistry/concoord/Manifest
@@ -0,0 +1,2 @@
+DIST concoord2.1_linux_i386.tgz 2948256 SHA256 12c39d870bc90069d2dbc05db3299ff58c8850caad988b4cac7c430b9aa347ff SHA512 2af10b14f24305dbea4ff12df86ca9bc5e8d2957873756b2f9b5ee57fc7b8db91a787ff09d70ce70a1c3d9278a142474c893250944aa3b8c83862311ed3e3cef WHIRLPOOL 8905669c310b7a44d7d65c3112dd246c4b7c70c3b2c15284ebb19cb337fd45a9ac090801b91575c6a137eb2d7022b1690ec0162f10dbb421fdc4c3cffb5d24b8
+DIST concoord2.1_linux_x86_64.tgz 3352731 SHA256 1cd86640e900d01800dc497509a1030add5d8f0e33f19dcd7c7d4e6e887e3d1a SHA512 cfb30d7d0950e5978ea0a908a0e607b675333e267ee7da6103ead1b27ceb4dedde42daef3f7027c47e40e01cd247f3e57c5fa13eb76c0f3ac7fa1868f5fb8bf5 WHIRLPOOL 027dfb15865d0a4fb633c61c872246765df80e0a97eb7296a5d4f8875e4a8e613cd3ae81090c895bb601155174d41671a04e3ca6a32e6a2f26e985e49d4fbd9a
diff --git a/sci-chemistry/concoord/concoord-2.1.ebuild b/sci-chemistry/concoord/concoord-2.1.ebuild
new file mode 100644
index 000000000..22c215560
--- /dev/null
+++ b/sci-chemistry/concoord/concoord-2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Method to generate protein conformations around a known structure based on geometric restrictions"
+HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html"
+SRC_URI="
+ amd64? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_x86_64.tgz )
+ x86? ( http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord2.1_linux_i386.tgz )"
+
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="as-is"
+IUSE=""
+
+QA_DT_HASH="opt/${PN}/bin/.*"
+
+S="${WORKDIR}"/${PN}${PV}
+
+src_install() {
+ insinto /opt/${PN}/
+ rm lib/*.a || die
+ doins -r lib
+ exeinto /opt/${PN}/bin
+ doexe bin/*
+ cat >> "${T}"/60${PN} <<- EOF
+ CONCOORDLIB="${EPREFIX}/opt/${PN}/lib"
+ CONCOORDBIN="${EPREFIX}/opt/${PN}/bin"
+ PATH="${EPREFIX}/opt/${PN}/bin"
+ EOF
+ doenvd "${T}"/60${PN}
+}
diff --git a/sci-chemistry/concoord/metadata.xml b/sci-chemistry/concoord/metadata.xml
new file mode 100644
index 000000000..210ad0db0
--- /dev/null
+++ b/sci-chemistry/concoord/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>