From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 559F2139085 for ; Sun, 29 Jan 2017 20:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00758941C3; Sun, 29 Jan 2017 20:25:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1B2F941C3 for ; Sun, 29 Jan 2017 20:25:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB4C6341646 for ; Sun, 29 Jan 2017 20:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E91A3A26 for ; Sun, 29 Jan 2017 20:25:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1485721515.b20164802b657c228642a769b4dbe314dde49c99.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/BG7/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/BG7/BG7-9999.ebuild X-VCS-Directories: sci-biology/BG7/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b20164802b657c228642a769b4dbe314dde49c99 X-VCS-Branch: master Date: Sun, 29 Jan 2017 20:25:23 +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: ecd94473-925c-478a-a9eb-832e411f2e36 X-Archives-Hash: 14fc2449da4ab839e7df935fdfbc3b7d commit: b20164802b657c228642a769b4dbe314dde49c99 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 20:17:11 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 29 20:25:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2016480 sci-biology/BG7: QA fixes Bump to EAPI 6 shorten DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sci-biology/BG7/BG7-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/BG7/BG7-9999.ebuild b/sci-biology/BG7/BG7-9999.ebuild index 65fbc1d..9a52ebc 100644 --- a/sci-biology/BG7/BG7-9999.ebuild +++ b/sci-biology/BG7/BG7-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit java-pkg-2 java-ant-2 eutils git-r3 +inherit java-pkg-2 java-ant-2 git-r3 -DESCRIPTION="A standalone bacterial genome annotation system using blastn from ncbi-tools++ for gene prediction" +DESCRIPTION="Bacterial genome annotation system" HOMEPAGE="http://bg7.ohnosequences.com" #SRC_URI="" EGIT_REPO_URI="https://github.com/bg7/BG7"