diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-06 20:40:32 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-06 20:40:32 +0100 |
commit | 4ef7b895cc703f68836185428d4762885e1ab60c (patch) | |
tree | a7ce937bd36acb7ef786895f91fa5f17ae41ec03 /sci-biology/symap | |
parent | sci-misc/elmer-meta: Fix missing HOMEPAGE (diff) | |
download | sci-4ef7b895cc703f68836185428d4762885e1ab60c.tar.gz sci-4ef7b895cc703f68836185428d4762885e1ab60c.tar.bz2 sci-4ef7b895cc703f68836185428d4762885e1ab60c.zip |
sci-biology/symap: Fix wrong license
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-biology/symap')
-rw-r--r-- | sci-biology/symap/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/symap/metadata.xml | 5 | ||||
-rw-r--r-- | sci-biology/symap/symap-4.0.ebuild | 19 |
3 files changed, 18 insertions, 11 deletions
diff --git a/sci-biology/symap/ChangeLog b/sci-biology/symap/ChangeLog index 9677e2f4d..e17a57659 100644 --- a/sci-biology/symap/ChangeLog +++ b/sci-biology/symap/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/symap -# 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> symap-4.0.ebuild, +metadata.xml: + Fix wrong license + *symap-4.0 (29 Aug 2013) 29 Aug 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +symap-4.0.ebuild: diff --git a/sci-biology/symap/metadata.xml b/sci-biology/symap/metadata.xml new file mode 100644 index 000000000..897aa2e6b --- /dev/null +++ b/sci-biology/symap/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> diff --git a/sci-biology/symap/symap-4.0.ebuild b/sci-biology/symap/symap-4.0.ebuild index c7434a006..55cc0c686 100644 --- a/sci-biology/symap/symap-4.0.ebuild +++ b/sci-biology/symap/symap-4.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DESCRIPTION="Synteny Mapping and Analysis Program between chromosomes, contigs and physical maps" HOMEPAGE="http://www.agcol.arizona.edu/software/symap/" SRC_URI="symap_40.tar.gz" -LICENSE="GPLv2-symap" +LICENSE="GPL-2" SLOT="0" KEYWORDS="" #KEYWORDS="~x86 ~amd64" @@ -17,15 +17,14 @@ IUSE="" RESTRICT="fetch" pkg_nofetch() { - einfo "Please register and download symap_${PV}.tar.gz (110MB)" - einfo "at http://www.agcol.arizona.edu/software/symap/v"${PV}"/download/" - einfo 'and place it in '${DISTDIR} + elog "Please register and download symap_${PV}.tar.gz (110MB)" + elog "at http://www.agcol.arizona.edu/software/symap/v${PV}/download/" + elog "and place it in ${DISTDIR}" } - -DEPEND="sci-biology/blat +DEPEND=" + sci-biology/blat sci-biology/mummer sci-biology/muscle" RDEPEND="${DEPEND} - dev-lang/java" - + virtual/jre" |