Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/burrow-owl: ChangeLog burrow-owl-1.4.ebuild burrow-owl-1.2.ebuild
Date: Thu, 24 Jun 2010 11:39:43
Message-Id: 20100624113936.B742A2CF45@corvid.gentoo.org
1 jlec 10/06/24 11:39:36
2
3 Modified: ChangeLog
4 Added: burrow-owl-1.4.ebuild
5 Removed: burrow-owl-1.2.ebuild
6 Log:
7 Version Bump and removal of old, #252634
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-chemistry/burrow-owl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 6 Jun 2007 23:32:33 -0000 1.1
24 +++ ChangeLog 24 Jun 2010 11:39:36 -0000 1.2
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-chemistry/burrow-owl
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.1 2007/06/06 23:32:33 dberkholz Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/ChangeLog,v 1.2 2010/06/24 11:39:36 jlec Exp $
31 +
32 +*burrow-owl-1.4 (24 Jun 2010)
33 +
34 + 24 Jun 2010; Justin Lecher <jlec@g.o> +files/1.4-include.patch,
35 + -burrow-owl-1.2.ebuild, -files/burrow-owl-1.2-make-script-dir.patch,
36 + +burrow-owl-1.4.ebuild:
37 + Version Bump and removal of old, #252634
38
39 *burrow-owl-1.2 (06 Jun 2007)
40
41
42
43
44 1.1 sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: burrow-owl-1.4.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/burrow-owl/burrow-owl-1.4.ebuild,v 1.1 2010/06/24 11:39:36 jlec Exp $
54
55 EAPI="2"
56
57 inherit base
58
59 DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) spectra"
60 HOMEPAGE="http://burrow-owl.sourceforge.net/"
61 SRC_URI="examples? ( mirror://sourceforge/${PN}/burrow-demos.tar )
62 mirror://sourceforge/${PN}/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="examples"
68
69 RDEPEND="
70 dev-scheme/guile-gnome-platform
71 >=dev-scheme/guile-cairo-1.4
72 >=sci-libs/starparse-1.0
73 x11-libs/gtk+:2"
74 DEPEND="${RDEPEND}
75 dev-util/indent
76 dev-util/pkgconfig"
77
78 PATCHES=(
79 "${FILESDIR}"/${PV}-include.patch
80 )
81
82 src_install() {
83 base_src_install
84 if use examples; then
85 pushd "${WORKDIR}"/burrow-demos
86 docinto demonstration
87 dodoc * || die "dodoc demo failed"
88 cd data
89 docinto demonstration/data
90 dodoc * || die "dodoc data failed"
91 popd
92 fi
93 }