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 A84671393F1 for ; Tue, 15 Sep 2015 13:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA7AE0882; Tue, 15 Sep 2015 13:34:23 +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 134A9E0875 for ; Tue, 15 Sep 2015 13:34:22 +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 CD887340997 for ; Tue, 15 Sep 2015 13:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F6F1FE for ; Tue, 15 Sep 2015 13:34:20 +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: <1442309832.766cd9beb2f06f696928c56395dddcca48f0013c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/lapackpp/ChangeLog sci-libs/lapackpp/lapackpp-2.5.4.ebuild X-VCS-Directories: sci-libs/lapackpp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 766cd9beb2f06f696928c56395dddcca48f0013c X-VCS-Branch: master Date: Tue, 15 Sep 2015 13:34:20 +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: 06b1ba16-f5d1-4d36-acdf-b9285c29e0ac X-Archives-Hash: 82b8a3254e48ba2b7e8db47fdbb9ee5a commit: 766cd9beb2f06f696928c56395dddcca48f0013c Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 15 09:37:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 15 09:37:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=766cd9be sci-libs/lapackpp: Move to EAPI=5 Package-Manager: portage-2.2.20.1 sci-libs/lapackpp/ChangeLog | 3 +++ sci-libs/lapackpp/lapackpp-2.5.4.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/lapackpp/ChangeLog b/sci-libs/lapackpp/ChangeLog index 5ab101e..0927c44 100644 --- a/sci-libs/lapackpp/ChangeLog +++ b/sci-libs/lapackpp/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 15 Sep 2015; Marius Brehler lapackpp-2.5.4.ebuild: + sci-libs/lapackpp: Move to EAPI=5 + 08 Jun 2015; Justin Lecher metadata.xml: sci-libs/lapackpp: Updating remote-id in metadata.xml diff --git a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild index b61e5cf..5d563ef 100644 --- a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild +++ b/sci-libs/lapackpp/lapackpp-2.5.4.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 # $Id$ -EAPI=4 +EAPI=5 inherit toolchain-funcs