aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/rnaplex')
-rw-r--r--sci-biology/rnaplex/ChangeLog7
-rw-r--r--sci-biology/rnaplex/Manifest4
-rw-r--r--sci-biology/rnaplex/metadata.xml9
-rw-r--r--sci-biology/rnaplex/rnaplex-1.0.0.ebuild21
4 files changed, 41 insertions, 0 deletions
diff --git a/sci-biology/rnaplex/ChangeLog b/sci-biology/rnaplex/ChangeLog
new file mode 100644
index 000000000..a960c4ffe
--- /dev/null
+++ b/sci-biology/rnaplex/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sci-biology/rnaplex
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 29 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
+ New package, ebuild written by me
+
diff --git a/sci-biology/rnaplex/Manifest b/sci-biology/rnaplex/Manifest
new file mode 100644
index 000000000..207862ef1
--- /dev/null
+++ b/sci-biology/rnaplex/Manifest
@@ -0,0 +1,4 @@
+DIST rnaplex-1.0.0.tar.gz 218553 RMD160 1700b530a8091757c0c964d3530530248e18a178 SHA1 0c7581af356f339e107c592b547c02701329b64d SHA256 2670e687c8e4d2b91ac10b4a5efffa78d4bf485336c873dcb00faec52f13e2a7
+EBUILD rnaplex-1.0.0.ebuild 524 RMD160 96816d442ecb5c9094bb4c708f496eeadefe4beb SHA1 47197ac94903f15329dc4daaae28e6701d220b83 SHA256 a879495b835a3c53e7d5832abe745f1b1920bcbc02e3f35f28197197a60915f5
+MISC ChangeLog 218 RMD160 7b52a1e36ad9c15c9afe3ef388da8e92c24f26e0 SHA1 29a63a899be98fdcd039f8553a549d32786652f9 SHA256 9d81b4f59981dc73faad5dd4479436dbe3325d8af0b27debe358326450e9e2d7
+MISC metadata.xml 259 RMD160 d9d81b67d635fabd81aef8ae0edf971211ae9072 SHA1 8e32f751c67ff891fa35405a2cf6fb33752d6eb1 SHA256 541c3fbcf299d9a8ccf4132ee61f9e53a5d737cefdaa6fdc77764d8d4c7f3110
diff --git a/sci-biology/rnaplex/metadata.xml b/sci-biology/rnaplex/metadata.xml
new file mode 100644
index 000000000..3302123e5
--- /dev/null
+++ b/sci-biology/rnaplex/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>weaver@gentoo.org</email>
+ <name>Andrey Kislyuk</name>
+ </maintainer>
+ <herd>sci-biology</herd>
+</pkgmetadata>
diff --git a/sci-biology/rnaplex/rnaplex-1.0.0.ebuild b/sci-biology/rnaplex/rnaplex-1.0.0.ebuild
new file mode 100644
index 000000000..67d750b7c
--- /dev/null
+++ b/sci-biology/rnaplex/rnaplex-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/amos/amos-2.0.8.ebuild,v 1.2 2009/03/15 17:58:50 maekke Exp $
+
+EAPI=2
+
+DESCRIPTION="RNA-RNA interaction search"
+HOMEPAGE="http://www.tbi.univie.ac.at/~htafer/"
+SRC_URI="http://www.tbi.univie.ac.at/~htafer/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+}