Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gle: ChangeLog gle-4.2.1.ebuild gle-4.2.0.ebuild
Date: Sun, 27 Dec 2009 16:35:12
Message-Id: E1NOw5F-0008U8-U9@stork.gentoo.org
1 grozin 09/12/27 16:35:09
2
3 Modified: ChangeLog gle-4.2.1.ebuild
4 Removed: gle-4.2.0.ebuild
5 Log:
6 Bug #298519 fixed; old version removed
7 (Portage version: 2.2_rc61/cvs/Linux i686)
8
9 Revision Changes Path
10 1.8 sci-visualization/gle/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 26 Dec 2009 19:40:15 -0000 1.7
23 +++ ChangeLog 27 Dec 2009 16:35:09 -0000 1.8
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-visualization/gle
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.7 2009/12/26 19:40:15 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.8 2009/12/27 16:35:09 grozin Exp $
29 +
30 + 27 Dec 2009; Andrey Grozin <grozin@g.o> -gle-4.2.0.ebuild,
31 + gle-4.2.1.ebuild:
32 + Bug #298519 fixed; old version removed
33
34 26 Dec 2009; Peter Volkov <pva@g.o> gle-4.2.0.ebuild,
35 gle-4.2.1.ebuild:
36
37
38
39 1.3 sci-visualization/gle/gle-4.2.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/gle-4.2.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/gle-4.2.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gle/gle-4.2.1.ebuild?r1=1.2&r2=1.3
44
45 Index: gle-4.2.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gle-4.2.1.ebuild 26 Dec 2009 19:40:15 -0000 1.2
52 +++ gle-4.2.1.ebuild 27 Dec 2009 16:35:09 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.1.ebuild,v 1.2 2009/12/26 19:40:15 pva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.1.ebuild,v 1.3 2009/12/27 16:35:09 grozin Exp $
58 EAPI=2
59 inherit eutils elisp-common qt4
60 DESCRIPTION="Graphics Layout Engine"
61 @@ -52,6 +52,7 @@
62 src_install() {
63 # -jN failed to install some data files
64 emake -j1 DESTDIR="${D}" install || die "emake install failed"
65 + rmdir "${D}"/usr/share/doc/gle-graphics || die "rmdir gle-graphics failed"
66 dodoc README.txt
67
68 if use qt4; then