From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2DD80138A1F for ; Tue, 16 Sep 2014 04:07:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34233E07E8; Tue, 16 Sep 2014 04:07:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA0B3E07ED for ; Tue, 16 Sep 2014 04:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC1D934031D for ; Tue, 16 Sep 2014 04:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBBFE5A73 for ; Tue, 16 Sep 2014 04:07:50 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1410835119.ace31469f95bef383c8036c0787889091fcf1722.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/MAKER/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/MAKER/ChangeLog sci-biology/MAKER/MAKER-9999.ebuild X-VCS-Directories: sci-biology/MAKER/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: ace31469f95bef383c8036c0787889091fcf1722 X-VCS-Branch: master Date: Tue, 16 Sep 2014 04:07:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3d6bfa2-ab2e-4852-9dd8-8015134d436c X-Archives-Hash: 57fdc322e44df9bd6e7542ef6a2e2dd9 commit: ace31469f95bef383c8036c0787889091fcf1722 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 16 02:38:39 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Sep 16 02:38:39 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ace31469 added license Package-Manager: portage-2.2.8-r1 --- sci-biology/MAKER/ChangeLog | 4 +++- sci-biology/MAKER/MAKER-9999.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-biology/MAKER/ChangeLog b/sci-biology/MAKER/ChangeLog index c281aca..d954ed6 100644 --- a/sci-biology/MAKER/ChangeLog +++ b/sci-biology/MAKER/ChangeLog @@ -2,9 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2014; Christoph Junghans MAKER-9999.ebuild: + added license + *MAKER-9999 (23 Mar 2014) 23 Mar 2014; Martin Mokrejs +MAKER-9999.ebuild, +metadata.xml: a skeleton for a new package - diff --git a/sci-biology/MAKER/MAKER-9999.ebuild b/sci-biology/MAKER/MAKER-9999.ebuild index c55e791..fa4733e 100644 --- a/sci-biology/MAKER/MAKER-9999.ebuild +++ b/sci-biology/MAKER/MAKER-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DESCRIPTION="A genome annotation viewer and pipeline for small eukaryota and prokaryota" HOMEPAGE="http://www.yandell-lab.org/software/maker.html" @@ -12,11 +12,10 @@ RESTRICT="fetch" # for academia: GPL-v2 or Artistic-2 # for commercial: ask -LICENSE="" +LICENSE="|| ( GPL-2 Artistic-2 )" SLOT="0" KEYWORDS="" IUSE="" DEPEND="" RDEPEND="${DEPEND}" -