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 39ECE138CA4 for ; Sun, 3 May 2015 20:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2C5DE0877; Sun, 3 May 2015 20:43:27 +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 37401E0856 for ; Sun, 3 May 2015 20:43: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 F154934094F for ; Sun, 3 May 2015 20:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B909A6 for ; Sun, 3 May 2015 20:43:21 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1430040599.47ece0ee4df44e83e3501bcfa8799ed0030ed977.bircoph@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/netgen/ChangeLog sci-mathematics/netgen/netgen-5.0.0.ebuild X-VCS-Directories: sci-mathematics/netgen/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 47ece0ee4df44e83e3501bcfa8799ed0030ed977 X-VCS-Branch: master Date: Sun, 3 May 2015 20:43:21 +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: dea31f1a-0700-49d7-b75d-0d8504b39087 X-Archives-Hash: e8159abc98832b0487fa82a5d3eb4f8c commit: 47ece0ee4df44e83e3501bcfa8799ed0030ed977 Author: Marius Brehler linux sungazer de> AuthorDate: Sun Apr 26 09:29:38 2015 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Sun Apr 26 09:29:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=47ece0ee sci-mathematics/netgen: Bump to EAPI=5; Update Manifest (Bug #407) Package-Manager: portage-2.2.14 sci-mathematics/netgen/ChangeLog | 6 ++++-- sci-mathematics/netgen/netgen-5.0.0.ebuild | 12 ++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/sci-mathematics/netgen/ChangeLog b/sci-mathematics/netgen/ChangeLog index f8dc833..665d587 100644 --- a/sci-mathematics/netgen/ChangeLog +++ b/sci-mathematics/netgen/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/netgen -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Apr 2015; Marius Brehler netgen-5.0.0.ebuild: + Bump to EAPI=5; Update Manifest (Bug #407) + 14 Mar 2011; Justin Lecher netgen-4.9.13.ebuild: Moved media-libs/jpeg -> virtual/jpeg @@ -52,4 +55,3 @@ Initial import. See bug #155424 for anything relating the building process. Ebuild from Daniel Tourde and Oliver Borm . - diff --git a/sci-mathematics/netgen/netgen-5.0.0.ebuild b/sci-mathematics/netgen/netgen-5.0.0.ebuild index 2e8a7a4..057d935 100644 --- a/sci-mathematics/netgen/netgen-5.0.0.ebuild +++ b/sci-mathematics/netgen/netgen-5.0.0.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 autotools eutils flag-o-matic multilib versionator @@ -71,12 +71,12 @@ src_install() { echo -e "NETGENDIR=${NETGENDIR} \nLDPATH=/usr/$(get_libdir)/Togl1.7" > ./99netgen doenvd 99netgen - emake DESTDIR="${D}" install || die "make install failed" - mv "${D}"/usr/bin/{*.tcl,*.ocf} "${D}${NETGENDIR}" + emake DESTDIR="${D}" install + mv "${D}"/usr/bin/{*.tcl,*.ocf} "${D}${NETGENDIR}" || die # Install icon and .desktop for menu entry - doicon "${FILESDIR}"/${PN}.png || die "doicon failed" - domenu "${FILESDIR}"/${PN}.desktop || die "domenu failed" + doicon "${FILESDIR}"/${PN}.png + domenu "${FILESDIR}"/${PN}.desktop } pkg_postinst() {