commit: baf18af79124495ca8635308c469883363b02152 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:53:01 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:53:01 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=baf18af7
sci-biology/CAutils: Fix license Package-Manager: portage-2.2.15 --- sci-biology/CAutils/CAutils-20120126.ebuild | 8 ++++---- sci-biology/CAutils/ChangeLog | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sci-biology/CAutils/CAutils-20120126.ebuild b/sci-biology/CAutils/CAutils-20120126.ebuild index 7b1ca7b..24478ec 100644 --- a/sci-biology/CAutils/CAutils-20120126.ebuild +++ b/sci-biology/CAutils/CAutils-20120126.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 DESCRIPTION="Additional utilities for Celera assembler (wgs-assembler) from UMD" -HOMEPAGE="http://www.cbcb.umd.edu/research/CeleraAssembler.shtml" +HOMEPAGE="http://www.cbcb.umd.edu/software/celera-assembler" SRC_URI="ftp://ftp.cbcb.umd.edu/pub/software/CAutils.tar.gz" -LICENSE="" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sci-biology/CAutils/ChangeLog b/sci-biology/CAutils/ChangeLog new file mode 100644 index 0000000..8e70c1a --- /dev/null +++ b/sci-biology/CAutils/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-biology/CAutils +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 10 Jan 2015; Justin Lecher <[email protected]> CAutils-20120126.ebuild: + Fix license +
