public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/, sci-chemistry/nmrpipe/files/
Date: Tue,  5 Jan 2021 20:20:51 +0000 (UTC)	[thread overview]
Message-ID: <1609878045.c5c54229938315a8130e778033004f58a35cc347.andrewammerlaan@gentoo> (raw)

commit:     c5c54229938315a8130e778033004f58a35cc347
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan  5 20:20:45 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan  5 20:20:45 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5c54229

sci-chemistry/nmrpipe: vers bump, fix fetch, fix homepage, add keywords

EAPI bump, update ncurses dep

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../files/nmrpipe-8.7.2015.320.15.26-lib.patch     | 36 ----------------------
 ...20.15.26.ebuild => nmrpipe-8.7.20200827.ebuild} | 35 ++++++++++-----------
 2 files changed, 17 insertions(+), 54 deletions(-)

diff --git a/sci-chemistry/nmrpipe/files/nmrpipe-8.7.2015.320.15.26-lib.patch b/sci-chemistry/nmrpipe/files/nmrpipe-8.7.2015.320.15.26-lib.patch
deleted file mode 100644
index 91abd611d..000000000
--- a/sci-chemistry/nmrpipe/files/nmrpipe-8.7.2015.320.15.26-lib.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- nmrbin.linux9/nmrDraw	2009-10-07 23:33:21.000000000 +0200
-+++ nmrbin.linux9/nmrDraw.new	2009-10-24 16:29:03.000000000 +0200
-@@ -2,6 +2,17 @@
- 
- setenv EXTRASMENU $NMRTXT/dot.text_extras_menu
- 
-+setenv NMRBIN ${NMRBASE}/bin/
-+setenv NMRLIB ${NMRBIN}/lib
-+setenv AUXLIB ${NMRBIN}/openwin/lib
-+
-+if (!($?LD_LIBRARY_PATH)) then
-+   setenv LD_LIBRARY_PATH ${NMRLIB}:${AUXLIB}
-+else
-+   setenv LD_LIBRARY_PATH ${NMRLIB}:${LD_LIBRARY_PATH}:${AUXLIB}
-+endif
-+
-+
- if ($DISPLAY == "") then
-    echo Warning: DISPLAY environment variable is not set.
-    exit 1
---- nmrbin.linux9/xNotify	2009-10-07 23:33:21.000000000 +0200
-+++ nmrbin.linux9/xNotify.new	2009-10-24 16:29:42.000000000 +0200
-@@ -1,2 +1,13 @@
- #!/bin/csh -f
-+
-+setenv NMRBIN ${NMRBASE}/bin
-+setenv NMRLIB ${NMRBIN}/lib
-+setenv AUXLIB ${NMRBIN}/openwin/lib
-+
-+if (!($?LD_LIBRARY_PATH)) then
-+   setenv LD_LIBRARY_PATH ${NMRLIB}:${AUXLIB}
-+else
-+   setenv LD_LIBRARY_PATH ${NMRLIB}:${LD_LIBRARY_PATH}:${AUXLIB}
-+endif
-+
- xnotify.exe -Wfsdb $*

diff --git a/sci-chemistry/nmrpipe/nmrpipe-8.7.2015.320.15.26.ebuild b/sci-chemistry/nmrpipe/nmrpipe-8.7.20200827.ebuild
similarity index 86%
rename from sci-chemistry/nmrpipe/nmrpipe-8.7.2015.320.15.26.ebuild
rename to sci-chemistry/nmrpipe/nmrpipe-8.7.20200827.ebuild
index d0bc331c2..e56ce8fd9 100644
--- a/sci-chemistry/nmrpipe/nmrpipe-8.7.2015.320.15.26.ebuild
+++ b/sci-chemistry/nmrpipe/nmrpipe-8.7.20200827.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Versioning is output of nmrPipe -help
 
-EAPI=6
+EAPI=7
 
-inherit eutils virtualx
+inherit virtualx
 
 DESCRIPTION="Spectral visualisation, analysis and Fourier processing"
-HOMEPAGE="http://spin.niddk.nih.gov/bax/software/NMRPipe/"
+HOMEPAGE="https://www.ibbr.umd.edu/nmrpipe"
 #SRC_URI="
 #	NMRPipeX.tZ
 #	talos.tZ
@@ -16,12 +16,12 @@ HOMEPAGE="http://spin.niddk.nih.gov/bax/software/NMRPipe/"
 #	binval.com
 #	install.com"
 SRC_URI="
-	http://spin.niddk.nih.gov/NMRPipe/install/download/install.com -> install-${PV}.com
-	http://spin.niddk.nih.gov/NMRPipe/install/download/binval.com -> binval-${PV}.com
-	http://spin.niddk.nih.gov/NMRPipe/install/download/NMRPipeX.tZ -> NMRPipeX-${PV}.tZ
-	http://spin.niddk.nih.gov/NMRPipe/install/download/plugin.smile.tZ -> plugin.smile-${PV}.tZ
-	http://spin.niddk.nih.gov/NMRPipe/install/download/talos.tZ -> talos-${PV}.tZ
-	http://spin.niddk.nih.gov/NMRPipe/install/download/dyn.tZ -> dyn-${PV}.tZ
+	https://www.ibbr.umd.edu/nmrpipe/install.com -> install-${PV}.com
+	https://www.ibbr.umd.edu/nmrpipe/binval.com -> binval-${PV}.com
+	https://www.ibbr.umd.edu/nmrpipe/NMRPipeX.tZ -> NMRPipeX-${PV}.tZ
+	https://www.ibbr.umd.edu/nmrpipe/plugin.smile.tZ -> plugin.smile-${PV}.tZ
+	https://www.ibbr.umd.edu/nmrpipe/talos.tZ -> talos-${PV}.tZ
+	https://www.ibbr.umd.edu/nmrpipe/dyn.tZ -> dyn-${PV}.tZ
 	"
 
 SLOT="0"
@@ -30,10 +30,9 @@ LICENSE="nmrpipe"
 # x86 architecture. The maintainer chose to keep the sources closed, but
 # says he will gladly provide precompiled executables for other platforms
 # if there are such requests.
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64 ~x86"
 
-RESTRICT="strip"
+RESTRICT="strip bindist mirror"
 
 DEPEND="app-shells/tcsh"
 RDEPEND="${DEPEND}
@@ -43,10 +42,10 @@ RDEPEND="${DEPEND}
 	media-fonts/font-sun-misc
 	!sci-chemistry/sparta+
 	!sci-chemistry/talos+
-	sys-libs/ncurses:5/5
+	sys-libs/ncurses-compat:5/5
 	x11-apps/xset
-	|| ( x11-libs/xview x11-libs/xview-bin )
-	!prefix? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)] )
+	x11-libs/xview-bin
+	!prefix? ( >=x11-libs/libX11-1.6.2 )
 	prefix? ( dev-util/patchelf )"
 
 S="${WORKDIR}/NMR"
@@ -69,7 +68,7 @@ src_unpack() {
 	# ... and make the installation scripts executable.
 	chmod +x *.com || die
 	VIRTUALX_COMMAND="csh"
-	virtualmake \
+	virtx \
 		./install.com \
 		+type $(usex x86 linux9 linux212_64) \
 		+src "${WORKDIR}" \
@@ -78,8 +77,8 @@ src_unpack() {
 }
 
 src_prepare() {
+	default
 	local bin i
-	epatch "${FILESDIR}"/${P}-lib.patch
 
 	mv nmrbin.$(usex x86 linux9 linux212_64)/nmr{W,w}ish || die
 


             reply	other threads:[~2021-01-05 20:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-05 20:20 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-26 11:57 [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/, sci-chemistry/nmrpipe/files/ Justin Lecher
2013-10-28  9:01 Justin Lecher
2013-08-12 21:27 Sebastien Fabbro
2013-01-23  9:13 Justin Lecher
2012-10-28 21:54 Justin Lecher
2012-07-31 10:11 Justin Lecher
2012-05-02 19:22 Justin Lecher
2012-05-02  6:52 Justin Lecher
2012-03-22 21:57 Justin Lecher
2012-01-10  9:30 Justin Lecher
2011-12-06 16:35 Justin Lecher
2011-11-11 11:26 Justin Lecher
2011-08-31 10:05 Justin Lecher
2011-07-06 13:35 Justin Lecher
2011-06-20  5:20 Justin Lecher
2011-05-28  7:49 Justin Lecher
2011-04-29 10:05 Justin Lecher
2011-04-28  7:50 Justin Lecher
2011-04-04 11:18 Justin Lecher
2011-03-11 17:44 Justin Lecher
2011-02-26 12:53 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609878045.c5c54229938315a8130e778033004f58a35cc347.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox