From 3289b51bc0c47c79c88cf2ab4ef2bbd2f137c412 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 16 Jun 2013 14:01:03 +0200 Subject: 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(-) (limited to 'sci-chemistry') diff --git a/sci-chemistry/nmrview/ChangeLog b/sci-chemistry/nmrview/ChangeLog index c84d1a869..63f2974b1 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 95180e10e..b3618ba38 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 e302f9714..ad5da95f1 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 -- cgit v1.2.3-65-gdbad