]> Pileus Git - ~andy/sunrise/commitdiff
sci-biology/biogrep: New Ebuild for bug 235952 thanks to Tommy and gentoofan23 for...
authorChad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
Wed, 27 Aug 2008 19:38:57 +0000 (19:38 +0000)
committerChad A Simmons (CCIEChad) <chad.simmons@member.fsf.org>
Wed, 27 Aug 2008 19:38:57 +0000 (19:38 +0000)
svn path=/sunrise/; revision=6864

sci-biology/biogrep/ChangeLog [new file with mode: 0644]
sci-biology/biogrep/Manifest [new file with mode: 0644]
sci-biology/biogrep/biogrep-1.0.ebuild [new file with mode: 0644]
sci-biology/biogrep/metadata.xml [new file with mode: 0644]

diff --git a/sci-biology/biogrep/ChangeLog b/sci-biology/biogrep/ChangeLog
new file mode 100644 (file)
index 0000000..ecff1e2
--- /dev/null
@@ -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 (file)
index 0000000..9507afe
--- /dev/null
@@ -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 (file)
index 0000000..9fd1c4f
--- /dev/null
@@ -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 (file)
index 0000000..7e32869
--- /dev/null
@@ -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>