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 34C7D1381F3 for ; Sun, 16 Jun 2013 15:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA4D7E0991; Sun, 16 Jun 2013 15:54:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 038B6E0990 for ; Sun, 16 Jun 2013 15:53:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4955233E4E0 for ; Sun, 16 Jun 2013 15:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6676CE546A for ; Sun, 16 Jun 2013 15:53:46 +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: <1371384063.3289b51bc0c47c79c88cf2ab4ef2bbd2f137c412.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nmrview/ChangeLog sci-chemistry/nmrview/metadata.xml sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild X-VCS-Directories: sci-chemistry/nmrview/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3289b51bc0c47c79c88cf2ab4ef2bbd2f137c412 X-VCS-Branch: master Date: Sun, 16 Jun 2013 15:53:46 +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: 2516d1d2-b735-49ba-ab4e-6ca8ce5efbbe X-Archives-Hash: 5d5416a4451ede4cd79c400b976c6365 commit: 3289b51bc0c47c79c88cf2ab4ef2bbd2f137c412 Author: Justin Lecher gentoo org> AuthorDate: Sun Jun 16 12:01:03 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jun 16 12:01:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3289b51b sci-chemistry/nmrview: Bump to EAPI=5 and fix license Package-Manager: portage-2.2.0_alpha180 --- sci-chemistry/nmrview/ChangeLog | 6 +++++- sci-chemistry/nmrview/metadata.xml | 10 +++++----- sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild | 15 +++++---------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/sci-chemistry/nmrview/ChangeLog b/sci-chemistry/nmrview/ChangeLog index c84d1a8..63f2974 100644 --- a/sci-chemistry/nmrview/ChangeLog +++ b/sci-chemistry/nmrview/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-chemistry/nmrview -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Jun 2013; Justin Lecher nmrview-5.2.2-r3.ebuild, + metadata.xml: + Bump to EAPI=5 and fix license + 01 Jun 2012; Justin Lecher nmrview-5.2.2-r3.ebuild, metadata.xml: Move to EAPI=4, specify QA_PREBUILT diff --git a/sci-chemistry/nmrview/metadata.xml b/sci-chemistry/nmrview/metadata.xml index 95180e1..b3618ba 100644 --- a/sci-chemistry/nmrview/metadata.xml +++ b/sci-chemistry/nmrview/metadata.xml @@ -1,9 +1,9 @@ - sci-chemistry - - jlec@gentoo.org - Justin Lecher - + sci-chemistry + + jlec@gentoo.org + Justin Lecher + diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild index e302f97..ad5da95 100644 --- a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild +++ b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DESCRIPTION="Visualisation and analysis of processed NMR data" HOMEPAGE="http://www.onemoonscientific.com/nmrview/" @@ -11,7 +11,7 @@ SRC_URI=" ${PN}${PV//./_}_01_linux.gz" SLOT="0" -LICENSE="as-is" +LICENSE="all-rights-reserved" IUSE="" KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" @@ -38,19 +38,14 @@ pkg_nofetch() { echo } -src_compile() { - echo - einfo "Nothing to compile." - echo -} - src_install() { insinto ${INSTDIR} sed \ -e "s:/opt:${EPREFIX}/opt:g" \ "${FILESDIR}"/${PN}.sh-r1 \ - > "${T}"/${PN} + > "${T}"/${PN} || die + dobin "${T}"/${PN} exeinto ${INSTDIR} doexe ${PN}${PV//./_}_01_linux