Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrpipe/, sci-chemistry/nmrpipe/files/
Date: Thu, 28 Apr 2011 07:50:36
Message-Id: 69c8297c100f06c2c19dc0385cc189e7bff04735.jlec@gentoo
1 commit: 69c8297c100f06c2c19dc0385cc189e7bff04735
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 07:47:02 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 07:47:02 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=69c8297c
7
8 Version Bump, Minor corrects to fullfil repoman QA
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 sci-chemistry/nmrpipe/ChangeLog | 7 +++++++
14 ...9.56-lib.patch => 5.8.2011.108.15.55-lib.patch} | 0
15 ...56.ebuild => nmrpipe-5.8.2011.108.15.55.ebuild} | 4 +++-
16 3 files changed, 10 insertions(+), 1 deletions(-)
17
18 diff --git a/sci-chemistry/nmrpipe/ChangeLog b/sci-chemistry/nmrpipe/ChangeLog
19 index 9a5668a..f873924 100644
20 --- a/sci-chemistry/nmrpipe/ChangeLog
21 +++ b/sci-chemistry/nmrpipe/ChangeLog
22 @@ -2,6 +2,13 @@
23 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*nmrpipe-5.8.2011.108.15.55 (28 Apr 2011)
27 +
28 + 28 Apr 2011; Justin Lecher <jlec@g.o>
29 + +files/5.8.2011.108.15.55-lib.patch, -files/5.5.2011.069.19.56-lib.patch,
30 + -nmrpipe-5.5.2011.069.19.56.ebuild, +nmrpipe-5.8.2011.108.15.55.ebuild:
31 + Version Bump, Minor corrects to fullfil repoman QA
32 +
33 01 Apr 2011; Justin Lecher <jlec@g.o>
34 nmrpipe-5.5.2011.069.19.56.ebuild, files/env-nmrpipe-new:
35 Missing script dirs included
36
37 diff --git a/sci-chemistry/nmrpipe/files/5.5.2011.069.19.56-lib.patch b/sci-chemistry/nmrpipe/files/5.8.2011.108.15.55-lib.patch
38 similarity index 100%
39 rename from sci-chemistry/nmrpipe/files/5.5.2011.069.19.56-lib.patch
40 rename to sci-chemistry/nmrpipe/files/5.8.2011.108.15.55-lib.patch
41
42 diff --git a/sci-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild b/sci-chemistry/nmrpipe/nmrpipe-5.8.2011.108.15.55.ebuild
43 similarity index 98%
44 rename from sci-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild
45 rename to sci-chemistry/nmrpipe/nmrpipe-5.8.2011.108.15.55.ebuild
46 index 6ecb332..705e4e3 100644
47 --- a/sci-chemistry/nmrpipe/nmrpipe-5.5.2011.069.19.56.ebuild
48 +++ b/sci-chemistry/nmrpipe/nmrpipe-5.8.2011.108.15.55.ebuild
49 @@ -51,6 +51,8 @@ S="${WORKDIR}"
50 NMRBASE="/opt/${PN}"
51 ENMRBASE="${EPREFIX}/${NMRBASE}"
52
53 +QA_DT_HASH_amd64="opt/nmrpipe/nmrbin.linux9/lib/.*"
54 +
55 pkg_nofetch() {
56 einfo "Please visit:"
57 einfo "\t${HOMEPAGE}"
58 @@ -130,7 +132,7 @@ src_install() {
59 rm -f {talos*,spartaplus,promega}/bin/*{linux,mac,sgi6x,winxp} pdb/misc/addSeg || die
60
61 # Set the correct path to NMRPipe in the auxiliary scripts.
62 - for i in $(find com/ dynamo/surface/misc/ nmrtxt/ talos/misc talosplus/com spartaplus/com -type f); do
63 + for i in $(find com/ dynamo/surface/misc/ nmrtxt/ talos/misc talosplus/com -type f); do
64 sed -e "s%/u/delaglio%${ENMRBASE}%" -i ${i} || die \
65 "Failed patching scripts."
66 done