diff options
author | 2014-01-06 20:41:43 +0100 | |
---|---|---|
committer | 2014-01-06 20:41:43 +0100 | |
commit | 1234bf674eb566e5b914235f996e047f7e221149 (patch) | |
tree | 584b3aba352afbb1dfdfaec4710c5831c9ed4163 /sci-biology | |
parent | sci-biology/symap: Fix wrong license (diff) | |
download | sci-1234bf674eb566e5b914235f996e047f7e221149.tar.gz sci-1234bf674eb566e5b914235f996e047f7e221149.tar.bz2 sci-1234bf674eb566e5b914235f996e047f7e221149.zip |
sci-biology/fastx_toolkit: Bump to EAPI=5 and add missing metadata.xml
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/fastx_toolkit/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild | 9 | ||||
-rw-r--r-- | sci-biology/fastx_toolkit/metadata.xml | 5 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-biology/fastx_toolkit/ChangeLog b/sci-biology/fastx_toolkit/ChangeLog index 907109e3b..112f5626d 100644 --- a/sci-biology/fastx_toolkit/ChangeLog +++ b/sci-biology/fastx_toolkit/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/fastx_toolkit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> fastx_toolkit-0.0.13.2.ebuild, + +metadata.xml: + Bump to EAPI=5 and add missing metadata.xml + *fastx_toolkit-0.0.13.2 (29 Aug 2013) 29 Aug 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> diff --git a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild index ed2400516..c3f627660 100644 --- a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild +++ b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 DESCRIPTION="Tools for Short Read FASTA/FASTQ file processing" HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit" @@ -19,8 +19,3 @@ RDEPEND="${DEPEND} dev-perl/GDGraph sys-apps/sed sci-visualization/gnuplot" - -src_install(){ - emake install DESTDIR="${D}" -} - diff --git a/sci-biology/fastx_toolkit/metadata.xml b/sci-biology/fastx_toolkit/metadata.xml new file mode 100644 index 000000000..897aa2e6b --- /dev/null +++ b/sci-biology/fastx_toolkit/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> +</pkgmetadata> |