commit:     eab6fe1bbba47daf79269434cd3eab247a539592
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 02:16:33 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 02:16:33 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eab6fe1b

Revert "Revert "sci-biology/epga: new package; no LICENSE file""

This reverts commit 3d9fc0c1f746a6eb71159b39988a8fd09d4db0c7.

---
 sci-biology/epga/ChangeLog        | 10 ++++++++++
 sci-biology/epga/epga-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 sci-biology/epga/metadata.xml     |  9 +++++++++
 3 files changed, 55 insertions(+)

diff --git a/sci-biology/epga/ChangeLog b/sci-biology/epga/ChangeLog
new file mode 100644
index 0000000..5d20948
--- /dev/null
+++ b/sci-biology/epga/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/epga
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*epga-9999 (15 Jan 2015)
+
+  15 Jan 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> +epga-9999.ebuild,
+  +metadata.xml:
+  new package; no LICENSE file
+

diff --git a/sci-biology/epga/epga-9999.ebuild 
b/sci-biology/epga/epga-9999.ebuild
new file mode 100644
index 0000000..63a50e6
--- /dev/null
+++ b/sci-biology/epga/epga-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+[ "$PV" == "9999" ] && inherit git-2
+
+inherit toolchain-funcs
+
+DESCRIPTION="De novo assembler using distribution of reads and insert size"
+HOMEPAGE="https://github.com/bioinfomaticsCSU/EPGA";
+if [ "$PV" == "9999" ]; then
+       EGIT_REPO_URI="https://github.com/bioinfomaticsCSU/EPGA.git";
+       KEYWORDS=""
+else
+       SRC_URI=""
+       KEYWORDS=""
+fi
+
+LICENSE=""
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_compile(){
+       $(tc-getCXX) ${CFLAGS} main.cpp -o epga -lpthread
+}
+
+src_install(){
+       dobin epga
+       dodoc README.md
+}

diff --git a/sci-biology/epga/metadata.xml b/sci-biology/epga/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/epga/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>mmokr...@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+</pkgmetadata>

Reply via email to