diff options
author | 2015-01-15 09:28:25 -0700 | |
---|---|---|
committer | 2015-01-15 09:28:25 -0700 | |
commit | 3d9fc0c1f746a6eb71159b39988a8fd09d4db0c7 (patch) | |
tree | 87d79c1c4f52e026a14ce00bfaba0810a616af86 /sci-biology/epga | |
parent | Revert "sci-biology/bcftools: new package: compiles against bundled sci-libs/... (diff) | |
download | sci-3d9fc0c1f746a6eb71159b39988a8fd09d4db0c7.tar.gz sci-3d9fc0c1f746a6eb71159b39988a8fd09d4db0c7.tar.bz2 sci-3d9fc0c1f746a6eb71159b39988a8fd09d4db0c7.zip |
Revert "sci-biology/epga: new package; no LICENSE file"
Missing license
This reverts commit ac04739d49d0354f0daba854886317a455b798ae.
Diffstat (limited to 'sci-biology/epga')
-rw-r--r-- | sci-biology/epga/ChangeLog | 10 | ||||
-rw-r--r-- | sci-biology/epga/epga-9999.ebuild | 36 | ||||
-rw-r--r-- | sci-biology/epga/metadata.xml | 9 |
3 files changed, 0 insertions, 55 deletions
diff --git a/sci-biology/epga/ChangeLog b/sci-biology/epga/ChangeLog deleted file mode 100644 index 5d20948a1..000000000 --- a/sci-biology/epga/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# 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 <mmokrejs@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 deleted file mode 100644 index 63a50e614..000000000 --- a/sci-biology/epga/epga-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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 deleted file mode 100644 index 2bc893037..000000000 --- a/sci-biology/epga/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>sci-biology</herd> - <maintainer> - <email>mmokrejs@fold.natur.cuni.cz</email> - <name>Martin Mokrejs</name> - </maintainer> -</pkgmetadata> |