commit: 5082b4e3a4b34e96b4d429014e76d96f2ad57635 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Sep 16 03:41:36 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 17 06:40:14 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5082b4e3
added license Package-Manager: portage-2.2.8-r1 --- sci-biology/MagicViewer/ChangeLog | 6 ++++++ sci-biology/MagicViewer/MagicViewer-1.2.1.ebuild | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sci-biology/MagicViewer/ChangeLog b/sci-biology/MagicViewer/ChangeLog new file mode 100644 index 0000000..0983b8b --- /dev/null +++ b/sci-biology/MagicViewer/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for sci-biology/MagicViewer +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 16 Sep 2014; Christoph Junghans <[email protected]> MagicViewer-1.2.1.ebuild: + added license diff --git a/sci-biology/MagicViewer/MagicViewer-1.2.1.ebuild b/sci-biology/MagicViewer/MagicViewer-1.2.1.ebuild index 4342d0f..7284026 100644 --- a/sci-biology/MagicViewer/MagicViewer-1.2.1.ebuild +++ b/sci-biology/MagicViewer/MagicViewer-1.2.1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 inherit java-pkg-2 java-ant-2 eutils -DESCRIPTION="Display short reads alignment, identify the genetic variation and associate with reference annotation" +DESCRIPTION="Display short reads alignment, identify the genetic variation + associate with reference annotation" HOMEPAGE="http://bioinformatics.zj.cn/magicviewer" SRC_URI="http://59.79.168.90/soft/MagicViewer_1.2.1_x86_64_linux.tar.gz http://59.79.168.90/soft/MagicViewer_1.2.1_x86_32_linux.tar.gz" -LICENSE="" +LICENSE="GRL" SLOT="0" KEYWORDS="" IUSE="" @@ -22,4 +22,3 @@ RDEPEND="${DEPEND} # TODO: install either contents from # MagicViewer_1.2.1_x86_32_linux/ subdir or MagicViewer_1.2.1_x86_64_linux/ -
