public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/, sci-chemistry/nmrpipe/files/
Date: Tue, 31 Jul 2012 10:11:49 +0000 (UTC)	[thread overview]
Message-ID: <1343729336.6f1eb5a6096997c71b82296f509d564c2e42c48f.jlec@gentoo> (raw)

commit:     6f1eb5a6096997c71b82296f509d564c2e42c48f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 10:08:56 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 10:08:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6f1eb5a6

sci-chemistry/nmrpipe: Version Bump, bring x11-libs/xview back into the game

(Portage version: 2.2.0_alpha120/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 sci-chemistry/nmrpipe/ChangeLog                    |   16 ++++++++++++++++
 ...1.33-lib.patch => 7.5.2012.204.11.07-lib.patch} |    0
 ...33.ebuild => nmrpipe-7.5.2012.204.11.07.ebuild} |    7 ++++---
 3 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog
index 5e2b18b..87651f3 100644
--- a/sci-chemistry/nmrpipe/ChangeLog
+++ b/sci-chemistry/nmrpipe/ChangeLog
@@ -2,6 +2,22 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2012; Justin Lecher <jlec@gentoo.org>
+  +files/7.5.2012.204.11.07-lib.patch, -files/7.3.2012.114.11.33-lib.patch,
+  -nmrpipe-7.3.2012.114.11.33.ebuild, +nmrpipe-7.5.2012.204.11.07.ebuild:
+  Version Bump, bring x11-libs/xview back into the game
+
+  31 Jul 2012; Justin Lecher <jlec@gentoo.org>
+  +files/7.5.2012.204.11.07-lib.patch, -files/7.3.2012.114.11.33-lib.patch,
+  -nmrpipe-7.3.2012.114.11.33.ebuild, +nmrpipe-7.5.2012.204.11.07.ebuild:
+  Version Bump, bring x11-libs/xview back into the game
+
+*nmrpipe-7.5.2012.204.11.07 (31 Jul 2012)
+
+  31 Jul 2012; Justin Lecher <jlec@gentoo.org>
+  -nmrpipe-7.3.2012.114.11.33.ebuild, +nmrpipe-7.5.2012.204.11.07.ebuild:
+  Version Bump, bring x11-libs/xview back into the game
+
   02 May 2012; Justin Lecher <jlec@gentoo.org>
   +files/7.3.2012.114.11.33-lib.patch, -files/7.1.2012.029.12.03-lib.patch,
   -nmrpipe-7.1.2012.029.12.03.ebuild, +nmrpipe-7.3.2012.114.11.33.ebuild:

diff --git a/sci-chemistry/nmrpipe/files/7.3.2012.114.11.33-lib.patch b/sci-chemistry/nmrpipe/files/7.5.2012.204.11.07-lib.patch
similarity index 100%
rename from sci-chemistry/nmrpipe/files/7.3.2012.114.11.33-lib.patch
rename to sci-chemistry/nmrpipe/files/7.5.2012.204.11.07-lib.patch

diff --git a/sci-chemistry/nmrpipe/nmrpipe-7.3.2012.114.11.33.ebuild b/sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild
similarity index 98%
rename from sci-chemistry/nmrpipe/nmrpipe-7.3.2012.114.11.33.ebuild
rename to sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild
index 16a9988..7d84f8a 100644
--- a/sci-chemistry/nmrpipe/nmrpipe-7.3.2012.114.11.33.ebuild
+++ b/sci-chemistry/nmrpipe/nmrpipe-7.5.2012.204.11.07.ebuild
@@ -4,7 +4,7 @@
 
 # Versioning is output of nmrPipe -help
 
-EAPI=3
+EAPI=4
 
 inherit eutils prefix virtualx
 
@@ -39,13 +39,14 @@ RDEPEND="${DEPEND}
 	sys-libs/ncurses
 	x11-apps/xset
 	x11-libs/libX11
+	x11-libs/xview
 	amd64? (
 		app-emulation/emul-linux-x86-baselibs
 		app-emulation/emul-linux-x86-xlibs
 	)"
-#	x86? ( x11-libs/xview )"
 
 S="${WORKDIR}"
+
 NMRBASE="/opt/${PN}"
 ENMRBASE="${EPREFIX}/${NMRBASE}"
 
@@ -126,7 +127,7 @@ src_install() {
 		nmrbin.{linux,mac,sgi6x,sol,winxp} nmruser format \
 		|| die "Failed to remove unnecessary libraries."
 	# As long as xview is not fixed for amd64 we do this
-	#use amd64 || rm nmrbin.linux9/lib/{libxview.so*,libolgx.so*}
+	rm nmrbin.linux9/lib/{libxview.so*,libolgx.so*} || die
 	# Remove the initialisation script generated during the installation.
 	# It contains incorrect hardcoded paths; only the "nmrInit.com" script
 	# should be used.


             reply	other threads:[~2012-07-31 10:12 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-31 10:11 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-05 20:20 [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/, sci-chemistry/nmrpipe/files/ Andrew Ammerlaan
2015-11-26 11:57 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-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=1343729336.6f1eb5a6096997c71b82296f509d564c2e42c48f.jlec@gentoo \
    --to=jlec@gentoo.org \
    --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