Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gwyddion: ChangeLog gwyddion-2.9.ebuild
Date: Mon, 07 Jan 2008 14:18:23
Message-Id: E1JBso0-00087y-Mp@stork.gentoo.org
1 markusle 08/01/07 14:18:20
2
3 Modified: ChangeLog
4 Added: gwyddion-2.9.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.11 sci-visualization/gwyddion/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gwyddion/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gwyddion/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gwyddion/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 7 Jan 2008 12:00:43 -0000 1.10
23 +++ ChangeLog 7 Jan 2008 14:18:19 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-visualization/gwyddion
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.10 2008/01/07 12:00:43 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/ChangeLog,v 1.11 2008/01/07 14:18:19 markusle Exp $
29 +
30 +*gwyddion-2.9 (07 Jan 2008)
31 +
32 + 07 Jan 2008; Markus Dittrich <markusle@g.o> +gwyddion-2.9.ebuild:
33 + Version bump.
34
35 07 Jan 2008; Markus Dittrich <markusle@g.o> gwyddion-2.5.ebuild:
36 Added pkconfig dependency (fixes bug #204722).
37
38
39
40 1.1 sci-visualization/gwyddion/gwyddion-2.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gwyddion-2.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/gwyddion/gwyddion-2.9.ebuild,v 1.1 2008/01/07 14:18:19 markusle Exp $
50
51 DESCRIPTION="A software framework for SPM data analysis"
52 HOMEPAGE="http://gwyddion.net/"
53 SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.bz2"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="python perl ruby nls"
59
60 DEPEND="virtual/opengl
61 python? ( virtual/python )
62 perl? ( dev-lang/perl )
63 ruby? ( virtual/ruby )
64 >=x11-libs/gtk+-2.8
65 x11-libs/pango
66 x11-libs/cairo
67 dev-util/pkgconfig
68 x11-libs/gtkglext"
69
70 src_compile() {
71 econf \
72 $(use_enable python) \
73 $(use_enable perl) \
74 $(use_enable ruby) \
75 $(use_enable nls) \
76 --disable-desktop-file-update \
77 || die "econf failed."
78 emake || die "emake failed."
79 }
80
81 src_install() {
82 make DESTDIR="${D}" install || die "make install failed."
83 dodoc AUTHORS ChangeLog NEWS README THANKS TODO
84 }
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list