commit: 04e413e188afb955661634805f602e744d3ec5c4 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Jan 9 16:12:34 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Jan 9 16:12:34 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=04e413e1
sci-biology/ESTate: new package Package-Manager: portage-2.2.7 --- sci-biology/ESTate/ChangeLog | 9 +++++++++ sci-biology/ESTate/ESTate-0.5.ebuild | 32 ++++++++++++++++++++++++++++++++ sci-biology/ESTate/metadata.xml | 9 +++++++++ 3 files changed, 50 insertions(+) diff --git a/sci-biology/ESTate/ChangeLog b/sci-biology/ESTate/ChangeLog new file mode 100644 index 0000000..52cfa8c --- /dev/null +++ b/sci-biology/ESTate/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-biology/ESTate +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*ESTate-0.5 (09 Jan 2015) + + 09 Jan 2015; Martin Mokrejs <[email protected]> +ESTate-0.5.ebuild, + +metadata.xml: + sci-biology/ESTate: new package diff --git a/sci-biology/ESTate/ESTate-0.5.ebuild b/sci-biology/ESTate/ESTate-0.5.ebuild new file mode 100644 index 0000000..5b9f468 --- /dev/null +++ b/sci-biology/ESTate/ESTate-0.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="EST clustering tools (estcluster, usage counter, revcomp and translate)" +HOMEPAGE="http://www.ebi.ac.uk/~guy/estate" +SRC_URI="http://www.ebi.ac.uk/~guy/estate/estate.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/estate + +src_prepare(){ + sed -e "s/^CC/#CC/" -e "s/^LDFLAGS/#LDFLAGS/" -e "s/^CFLAGS/#CFLAGS/" -e "s/LDFLAGS/CFLAGS/" -i src/Makefile || die +} + +src_install(){ + dobin bin/* + doman doc/man/man1/*.1 doc/man/man7/*.7 + insinto /usr/share/ESTate/etc + doins etc/ESTaterc + dodoc ANNOUNCE.txt README.txt + einfo "Additionally you may want to install sci-biology/wcd which can be used by ESTate" +} diff --git a/sci-biology/ESTate/metadata.xml b/sci-biology/ESTate/metadata.xml new file mode 100644 index 0000000..2bc8930 --- /dev/null +++ b/sci-biology/ESTate/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>
