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/burrow-owl/
Date: Sat, 28 Dec 2013 19:54:17
Message-Id: 1388260441.c4f5c8ae1aebe8b2272e2b7d5a1c30952d60f622.jlec@gentoo
1 commit: c4f5c8ae1aebe8b2272e2b7d5a1c30952d60f622
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 19:54:01 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 19:54:01 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c4f5c8ae
7
8 sci-chemistry/burrow-owl: Bump to git-r3.eclass and virtualx.eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-chemistry/burrow-owl/ChangeLog | 4 ++++
14 sci-chemistry/burrow-owl/burrow-owl-9999.ebuild | 9 +++++----
15 sci-chemistry/burrow-owl/metadata.xml | 2 +-
16 3 files changed, 10 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-chemistry/burrow-owl/ChangeLog b/sci-chemistry/burrow-owl/ChangeLog
19 index ad72a37..c6289f3 100644
20 --- a/sci-chemistry/burrow-owl/ChangeLog
21 +++ b/sci-chemistry/burrow-owl/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 28 Dec 2013; Justin Lecher <jlec@g.o> burrow-owl-9999.ebuild,
27 + metadata.xml:
28 + Bump to git-r3.eclass and virtualx.eclass
29 +
30 03 Mar 2013; Justin Lecher <jlec@g.o> burrow-owl-9999.ebuild,
31 metadata.xml:
32 Bump to EPAI=5 and move to virtual/pkgconfig
33
34 diff --git a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
35 index 0b8c025..ed54ee5 100644
36 --- a/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
37 +++ b/sci-chemistry/burrow-owl/burrow-owl-9999.ebuild
38 @@ -6,7 +6,7 @@ EAPI=5
39
40 AUTOTOOLS_AUTORECONF="true"
41
42 -inherit autotools-utils git-2
43 +inherit autotools-utils git-r3 virtualx
44
45 DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) spectra"
46 HOMEPAGE="http://burrow-owl.sourceforge.net/"
47 @@ -38,7 +38,7 @@ PATCHES=(
48 )
49
50 src_unpack() {
51 - git-2_src_unpack
52 + git-r3_src_unpack
53 use examples && unpack ${A}
54 }
55
56 @@ -50,11 +50,12 @@ src_configure() {
57 }
58
59 src_test () {
60 - autotools-utils_src_compile -C test-suite check
61 + VIRTUALX_COMMAND="autotools-utils_src_compile -C test-suite check"
62 + virtualmake
63 }
64
65 src_install() {
66 - use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/api/html/")
67 + use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/." )
68 autotools-utils_src_install
69
70 use examples && \
71
72 diff --git a/sci-chemistry/burrow-owl/metadata.xml b/sci-chemistry/burrow-owl/metadata.xml
73 index 9ac9ffd..51fdeda 100644
74 --- a/sci-chemistry/burrow-owl/metadata.xml
75 +++ b/sci-chemistry/burrow-owl/metadata.xml
76 @@ -1,5 +1,5 @@
77 <?xml version="1.0" encoding="UTF-8"?>
78 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 <pkgmetadata>
80 -<herd>sci-chemistry</herd>
81 + <herd>sci-chemistry</herd>
82 </pkgmetadata>