commit:     dfd7fccda543f814d4f7d9b840ad85c6f003bef5
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Mar 23 21:01:34 2014 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Mar 23 21:01:34 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dfd7fccd

sci-biology/ruffus: new package, maybe better to place it under dev-python/

---
 sci-biology/ruffus/ChangeLog          | 10 ++++++++++
 sci-biology/ruffus/metadata.xml       |  9 +++++++++
 sci-biology/ruffus/ruffus-9999.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/sci-biology/ruffus/ChangeLog b/sci-biology/ruffus/ChangeLog
new file mode 100644
index 0000000..57c9ac6
--- /dev/null
+++ b/sci-biology/ruffus/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/ruffus
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ruffus-9999 (23 Mar 2014)
+
+  23 Mar 2014; Martin Mokrejs <[email protected]>
+  +ruffus-9999.ebuild, +metadata.xml:
+  new package, works but needs some versioned checkout
+

diff --git a/sci-biology/ruffus/metadata.xml b/sci-biology/ruffus/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/ruffus/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/ruffus/ruffus-9999.ebuild 
b/sci-biology/ruffus/ruffus-9999.ebuild
new file mode 100644
index 0000000..b75b961
--- /dev/null
+++ b/sci-biology/ruffus/ruffus-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python module to support computational pipelines"
+HOMEPAGE="http://www.ruffus.org.uk";
+# 
SRC_URI="http://code.google.com/p/ruffus/downloads/detail?name=ruffus-2.4beta3.tar.gz";
+EGIT_REPO_URI="http://code.google.com/p/ruffus";
+# [email protected]:bunbun/ruffus.git
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+               media-gfx/graphviz"
+RDEPEND="${DEPEND}"

Reply via email to