summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>2008-08-27 19:38:57 +0000
committerChad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>2008-08-27 19:38:57 +0000
commita57889668099039bcc65b20d62aa2b43b9a4bbf2 (patch)
treedfc0aa0df055999d06fea39b89a9e1b4a21d1ca0 /sci-biology/biogrep
parentdelete unused flags and packages (diff)
downloadsunrise-a57889668099039bcc65b20d62aa2b43b9a4bbf2.tar.gz
sunrise-a57889668099039bcc65b20d62aa2b43b9a4bbf2.tar.bz2
sunrise-a57889668099039bcc65b20d62aa2b43b9a4bbf2.zip
sci-biology/biogrep: New Ebuild for bug 235952 thanks to Tommy and gentoofan23 for the review.
svn path=/sunrise/; revision=6864
Diffstat (limited to 'sci-biology/biogrep')
-rw-r--r--sci-biology/biogrep/ChangeLog8
-rw-r--r--sci-biology/biogrep/Manifest4
-rw-r--r--sci-biology/biogrep/biogrep-1.0.ebuild16
-rw-r--r--sci-biology/biogrep/metadata.xml5
4 files changed, 33 insertions, 0 deletions
diff --git a/sci-biology/biogrep/ChangeLog b/sci-biology/biogrep/ChangeLog
new file mode 100644
index 000000000..ecff1e259
--- /dev/null
+++ b/sci-biology/biogrep/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/biogrep
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 27 Aug 2008; Chad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
+ +biogrep-1.0.ebuild, +metadata.xml:
+ New Ebuild for bug 235952 thanks to Tommy and gentoofan23 for the review.
+
diff --git a/sci-biology/biogrep/Manifest b/sci-biology/biogrep/Manifest
new file mode 100644
index 000000000..9507afe54
--- /dev/null
+++ b/sci-biology/biogrep/Manifest
@@ -0,0 +1,4 @@
+DIST biogrep-1.0.tar.gz 71867 RMD160 8f22aaa432febbf7d433402ca5da1afe7a98a217 SHA1 b4c24777e94d9f04dfda0d2d6a4599e3bc470a4f SHA256 15421d79f6f16d6bf9bef132a97f7f9ede1bd42d3fb90572df04a1e1abd8cfd8
+EBUILD biogrep-1.0.ebuild 459 RMD160 f1bb374a57b04acec4dd4ffbf30376c13cda2b36 SHA1 3d70f6b9ed26360061759633afab1d32059982b1 SHA256 c4d69b147276254d62749398f11d1561bdda5c9cf757806c72be6946fb83194a
+MISC ChangeLog 306 RMD160 3f5c85013260810e30ef9b8295b4955a62b53c9b SHA1 42e3a3cf1e9bb03271d62aeb5ad72cb84e0bb4bc SHA256 83891401167014a6b4bd185c68260e5510251d34bc31fe0e398a16306af5a055
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-biology/biogrep/biogrep-1.0.ebuild b/sci-biology/biogrep/biogrep-1.0.ebuild
new file mode 100644
index 000000000..9fd1c4f32
--- /dev/null
+++ b/sci-biology/biogrep/biogrep-1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Biogrep matchs large sets of patterns against biosequence dbs and is optimized for multithreading."
+HOMEPAGE="http://web.mit.edu/bamel/biogrep.shtml"
+SRC_URI="http://web.mit.edu/bamel/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_install() {
+ emake prefix="${D}"/usr install || die "install failed"
+}
diff --git a/sci-biology/biogrep/metadata.xml b/sci-biology/biogrep/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/sci-biology/biogrep/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>