commit:     17ea2fcee15a12d2c3b7d54b479ad019ce42a40c
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Mar 28 13:55:35 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Mon Mar 31 15:27:33 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=17ea2fce

sci-biology/scan_for_matches: new package, LICENSE not explicitly avalaible 
hence seems public-domain fits?

Package-Manager: portage-2.2.7

---
 sci-biology/scan_for_matches/ChangeLog             | 10 +++++++++
 sci-biology/scan_for_matches/metadata.xml          |  9 ++++++++
 .../scan_for_matches-20121220.ebuild               | 26 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/sci-biology/scan_for_matches/ChangeLog 
b/sci-biology/scan_for_matches/ChangeLog
new file mode 100644
index 0000000..48c608a
--- /dev/null
+++ b/sci-biology/scan_for_matches/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/scan_for_matches
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*scan_for_matches-20121220 (28 Mar 2014)
+
+  28 Mar 2014; Martin Mokrejs <[email protected]> +metadata.xml,
+  +scan_for_matches-20121220.ebuild:
+  sci-biology/scan_for_matches: new package, LICENSE not explicitly avalaible
+  hence seems public-domain fits?

diff --git a/sci-biology/scan_for_matches/metadata.xml 
b/sci-biology/scan_for_matches/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/scan_for_matches/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild 
b/sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild
new file mode 100644
index 0000000..c64394b
--- /dev/null
+++ b/sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+S="${WORKDIR}"/scan_for_matches
+
+DESCRIPTION="Pattern search through DNA sequences (aka patscan)"
+HOMEPAGE="http://blog.theseed.org/servers/2010/07/scan-for-matches.html";
+SRC_URI="http://www.theseed.org/servers/downloads/scan_for_matches.tgz";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_install(){
+       dobin scan_for_matches
+       dodoc README
+}

Reply via email to