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/labplot: ChangeLog labplot-1.5.1.6.ebuild
Date: Sun, 10 Feb 2008 12:00:48
Message-Id: E1JOArV-00082u-7E@stork.gentoo.org
1 markusle 08/02/10 12:00:45
2
3 Modified: ChangeLog labplot-1.5.1.6.ebuild
4 Log:
5 Fixed bad manifest and added new use flags to use.local.desc (see bug #209445).
6 (Portage version: 2.1.4.2)
7
8 Revision Changes Path
9 1.17 sci-visualization/labplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 8 Feb 2008 19:00:49 -0000 1.16
22 +++ ChangeLog 10 Feb 2008 12:00:44 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-visualization/labplot
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.16 2008/02/08 19:00:49 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.17 2008/02/10 12:00:44 markusle Exp $
28 +
29 + 10 Feb 2008; Markus Dittrich <markusle@g.o> Manifest:
30 + Fixed bad manifest and added new use flags to use.local.desc
31 + (see bug #209445).
32
33 *labplot-1.6.0.1 (08 Feb 2008)
34
35
36
37
38 1.4 sci-visualization/labplot/labplot-1.5.1.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6.ebuild?r1=1.3&r2=1.4
43
44 Index: labplot-1.5.1.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- labplot-1.5.1.6.ebuild 28 Nov 2007 23:34:56 -0000 1.3
51 +++ labplot-1.5.1.6.ebuild 10 Feb 2008 12:00:44 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6.ebuild,v 1.3 2007/11/28 23:34:56 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6.ebuild,v 1.4 2008/02/10 12:00:44 markusle Exp $
58
59 inherit eutils kde
60
61 @@ -79,7 +79,7 @@
62
63 src_install() {
64 kde_src_install
65 - mv ${D}/usr/bin/opj2dat ${D}/usr/bin/LabPlot-opj2dat
66 + mv "${D}"/usr/bin/opj2dat "${D}"/usr/bin/LabPlot-opj2dat
67 }
68
69 pkg_postinst() {
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list