* [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/
@ 2013-06-16 15:53 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-06-16 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 3289b51bc0c47c79c88cf2ab4ef2bbd2f137c412
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 12:01:03 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> nmrview-5.2.2-r3.ebuild,
+ metadata.xml:
+ Bump to EAPI=5 and fix license
+
01 Jun 2012; Justin Lecher <jlec@gentoo.org> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-chemistry</herd>
- <maintainer>
- <email>jlec@gentoo.org</email>
- <name>Justin Lecher</name>
- </maintainer>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ <name>Justin Lecher</name>
+ </maintainer>
</pkgmetadata>
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/
@ 2021-03-19 11:09 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-19 11:09 UTC (permalink / raw
To: gentoo-commits
commit: b3f7c1eda60bf660edca45e5008e6d8855978f86
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 11:06:11 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 19 11:06:11 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b3f7c1ed
sci-chemistry/nmrview: fix MisplacedVariable
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
index 0d01ad259..231d237bc 100644
--- a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
+++ b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
@@ -31,8 +31,7 @@ pkg_nofetch() {
einfo "Complete the registration process, then download the following files:"
einfo "\t${A}"
echo
- einfo "Place the downloaded files in your distfiles directory:"
- einfo "\t${DISTDIR}"
+ einfo "Place the downloaded files in your distfiles directory"
echo
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/
@ 2021-03-05 8:30 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-05 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 6aad9cda921e4810b386cdf582ba3e455719ae09
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 5 08:21:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 5 08:21:56 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6aad9cda
sch-chemistry/nmrview: EAPI bump
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
index 3d7cc2831..0d01ad259 100644
--- a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
+++ b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Visualisation and analysis of processed NMR data"
HOMEPAGE="https://nmrfx.org/nmrfx/nmrviewj"
@@ -11,7 +11,6 @@ SRC_URI="
SLOT="0"
LICENSE="all-rights-reserved"
-IUSE=""
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="x11-libs/libX11"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/
@ 2021-02-05 11:51 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-02-05 11:51 UTC (permalink / raw
To: gentoo-commits
commit: 5b4e93c9ed68bab13a653c4ec806e241ef35c934
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Feb 5 11:37:37 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Feb 5 11:37:37 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b4e93c9
sci-chemistry/nmrview: update homepage
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
index 394dc5096..3d7cc2831 100644
--- a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
+++ b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Visualisation and analysis of processed NMR data"
-HOMEPAGE="http://www.onemoonscientific.com/nmrview/"
+HOMEPAGE="https://nmrfx.org/nmrfx/nmrviewj"
SRC_URI="
${PN}${PV}.lib.tar.gz
${PN}${PV//./_}_01_linux.gz"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/
@ 2012-06-01 10:42 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2012-06-01 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 95446c5561fd05bfed6f9e270e0587acf9cc45bb
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 1 09:09:12 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 1 09:09:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=95446c55
sci-chemistry/nmrview: Move to EAPI=4, specify QA_PREBUILT
(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
---
sci-chemistry/nmrview/ChangeLog | 6 +++-
sci-chemistry/nmrview/metadata.xml | 1 -
sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild | 37 ++++++++++++++-----------
3 files changed, 26 insertions(+), 18 deletions(-)
diff --git a/sci-chemistry/nmrview/ChangeLog b/sci-chemistry/nmrview/ChangeLog
index 5cdf469..c84d1a8 100644
--- a/sci-chemistry/nmrview/ChangeLog
+++ b/sci-chemistry/nmrview/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/nmrview
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 01 Jun 2012; Justin Lecher <jlec@gentoo.org> nmrview-5.2.2-r3.ebuild,
+ metadata.xml:
+ Move to EAPI=4, specify QA_PREBUILT
+
*nmrview-5.2.2-r3 (14 Aug 2009)
14 Aug 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
diff --git a/sci-chemistry/nmrview/metadata.xml b/sci-chemistry/nmrview/metadata.xml
index 9897693..95180e1 100644
--- a/sci-chemistry/nmrview/metadata.xml
+++ b/sci-chemistry/nmrview/metadata.xml
@@ -7,4 +7,3 @@
<name>Justin Lecher</name>
</maintainer>
</pkgmetadata>
-
diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
index 2d59b1e..e302f97 100644
--- a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
+++ b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild
@@ -1,31 +1,38 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=4
+
DESCRIPTION="Visualisation and analysis of processed NMR data"
-LICENSE="as-is"
HOMEPAGE="http://www.onemoonscientific.com/nmrview/"
-SRC_URI="${PN}${PV}.lib.tar.gz
+SRC_URI="
+ ${PN}${PV}.lib.tar.gz
${PN}${PV//./_}_01_linux.gz"
-RESTRICT="fetch"
SLOT="0"
+LICENSE="as-is"
IUSE=""
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="x11-libs/libX11"
+DEPEND=""
+
+RESTRICT="fetch"
S="${WORKDIR}"
INSTDIR="/opt/nmrview"
+QA_PREBUILT="/opt/nmrview/nmrview5_2_2_01_linux"
+
pkg_nofetch() {
einfo "Please visit:"
einfo "\t${HOMEPAGE}"
- einfo
+ echo
einfo "Complete the registration process, then download the following files:"
einfo "\t${A}"
- einfo
+ echo
einfo "Place the downloaded files in your distfiles directory:"
einfo "\t${DISTDIR}"
echo
@@ -44,17 +51,15 @@ src_install() {
-e "s:/opt:${EPREFIX}/opt:g" \
"${FILESDIR}"/${PN}.sh-r1 \
> "${T}"/${PN}
- dobin "${T}"/${PN} || die "Failed to install wrapper script"
+ dobin "${T}"/${PN}
exeinto ${INSTDIR}
- doexe ${PN}${PV//./_}_01_linux || die "Failed to install binary."
+ doexe ${PN}${PV//./_}_01_linux
DIRS="help html images nvtcl nvtclC nvtclExt reslib star tcl8.4 tk8.4 tools"
- doins -r ${DIRS} || die "Failed to install shared files."
-
- dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo README."
- doins README || die "Failed to install README."
- dosym ${INSTDIR}/html /usr/share/doc/${PF}/html || die \
- "Failed to link HTML documentation."
- dosym ${INSTDIR}/README /usr/share/doc/${PF}/README || die \
- "Failed to link README."
+ doins -r ${DIRS}
+
+ dodoc "${FILESDIR}"/README.Gentoo
+ doins README
+ dosym ${INSTDIR}/html /usr/share/doc/${PF}/html
+ dosym ${INSTDIR}/README /usr/share/doc/${PF}/README
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-19 11:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 15:53 [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-03-19 11:09 Andrew Ammerlaan
2021-03-05 8:30 Andrew Ammerlaan
2021-02-05 11:51 Andrew Ammerlaan
2012-06-01 10:42 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox