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 435E3138A1A for ; Sat, 10 Jan 2015 18:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C12EDE084B; Sat, 10 Jan 2015 18:03:28 +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 CA696E083E for ; Sat, 10 Jan 2015 18:03:27 +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 1DE2D3406E9 for ; Sat, 10 Jan 2015 18:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6E0F4AE for ; Sat, 10 Jan 2015 18:03: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: <1420904774.3dda4223938da985600b21f8a5d30414f181ba08.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/merlin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/merlin/ChangeLog sci-biology/merlin/merlin-1.1.2.ebuild X-VCS-Directories: sci-biology/merlin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3dda4223938da985600b21f8a5d30414f181ba08 X-VCS-Branch: master Date: Sat, 10 Jan 2015 18:03: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: 109cbb7e-9b75-444c-8564-cfc9e3e3078c X-Archives-Hash: ae14132b1ffc4e9b38a5f05d24c83159 commit: 3dda4223938da985600b21f8a5d30414f181ba08 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Jan 10 15:46:14 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 10 15:46:14 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3dda4223 sci-biology/merlin: Move to EAPI=5 --- sci-biology/merlin/ChangeLog | 6 +++++- sci-biology/merlin/merlin-1.1.2.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-biology/merlin/ChangeLog b/sci-biology/merlin/ChangeLog index 08b262e..9f340ed 100644 --- a/sci-biology/merlin/ChangeLog +++ b/sci-biology/merlin/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/merlin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jan 2015; Marius Brehler + merlin-1.1.2.ebuild: + Move to EAPI=5. + 21 Apr 2009; Andrey Kislyuk ChangeLog: New package, bug 121921, thanks to Neil diff --git a/sci-biology/merlin/merlin-1.1.2.ebuild b/sci-biology/merlin/merlin-1.1.2.ebuild index 759154d..90363b5 100644 --- a/sci-biology/merlin/merlin-1.1.2.ebuild +++ b/sci-biology/merlin/merlin-1.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 inherit toolchain-funcs