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 524111388C0 for ; Wed, 24 Feb 2016 16:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC6B221C01E; Wed, 24 Feb 2016 16:50:10 +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 5801F21C01E for ; Wed, 24 Feb 2016 16:50:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9330A340836 for ; Wed, 24 Feb 2016 16:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC71F1B9B for ; Wed, 24 Feb 2016 16:49:59 +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: <1456330895.c4071899cd40b601cb95adbe1bdd11574299cda8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/mricron/mricron-9999.ebuild X-VCS-Directories: sci-biology/mricron/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c4071899cd40b601cb95adbe1bdd11574299cda8 X-VCS-Branch: master Date: Wed, 24 Feb 2016 16:49:59 +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: 8fc3da09-971f-43f9-b513-37a18c902c25 X-Archives-Hash: 7f7c81f901a65ca5c1b1901e930c9319 commit: c4071899cd40b601cb95adbe1bdd11574299cda8 Author: Horea Christian yandex com> AuthorDate: Wed Feb 24 16:21:35 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 24 16:21:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4071899 sci-biology/mricron: added required eclass, updated copyright and EAPI Package-Manager: portage-2.2.27 sci-biology/mricron/mricron-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/mricron/mricron-9999.ebuild b/sci-biology/mricron/mricron-9999.ebuild index 6015c74..571eeb5 100644 --- a/sci-biology/mricron/mricron-9999.ebuild +++ b/sci-biology/mricron/mricron-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" -inherit git-r3 +inherit git-r3 gnome2-utils DESCRIPTION="A simle medical imaging visualization tool" HOMEPAGE="https://github.com/neurolabusc/MRIcron"