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 C94401393F1 for ; Tue, 15 Sep 2015 13:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1152321C026; Tue, 15 Sep 2015 13:34:24 +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 881C8E0878 for ; Tue, 15 Sep 2015 13:34:23 +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 650A0340B9A for ; Tue, 15 Sep 2015 13:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7147E1FD 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: <1442309700.f44da8881b016dd2044a5b10ffaa2e9e6b6da472.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libcgnsoo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/libcgnsoo/ChangeLog sci-libs/libcgnsoo/libcgnsoo-1728.ebuild X-VCS-Directories: sci-libs/libcgnsoo/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f44da8881b016dd2044a5b10ffaa2e9e6b6da472 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: 62d31e6d-5ae8-460b-b5be-16bebe47d62a X-Archives-Hash: f96000beee49bd311352851615c6c70c commit: f44da8881b016dd2044a5b10ffaa2e9e6b6da472 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 15 09:35:00 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 15 09:35:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f44da888 sci-libs/libcgnsoo: Move to EAPI=5 Package-Manager: portage-2.2.20.1 sci-libs/libcgnsoo/ChangeLog | 6 ++++-- sci-libs/libcgnsoo/libcgnsoo-1728.ebuild | 9 ++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/sci-libs/libcgnsoo/ChangeLog b/sci-libs/libcgnsoo/ChangeLog index a804ec8..aa555bc 100644 --- a/sci-libs/libcgnsoo/ChangeLog +++ b/sci-libs/libcgnsoo/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/libcgnsoo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 15 Sep 2015; Marius Brehler libcgnsoo-1728.ebuild: + sci-libs/libcgnsoo: Move to EAPI=5 + *libcgnsoo-1728 (10 Jan 2011) 10 Jan 2011; Oliver Borm (boroli) @@ -10,4 +13,3 @@ 03 Aug 2009; Oliver Borm (boroli) ChangeLog: Initial import to science overlay - diff --git a/sci-libs/libcgnsoo/libcgnsoo-1728.ebuild b/sci-libs/libcgnsoo/libcgnsoo-1728.ebuild index 3047ac6..2be7fec 100644 --- a/sci-libs/libcgnsoo/libcgnsoo-1728.ebuild +++ b/sci-libs/libcgnsoo/libcgnsoo-1728.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="2" +EAPI=5 MY_PV="3.0" MY_PN=${PN}-${MY_PV} @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sci-libs/cgnslib" - RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN}-${PV} @@ -26,7 +25,3 @@ src_configure() { chmod +x configure econf --with-CGNSLIBHOME="/usr" } - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -}