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-visualization/xgraph: xgraph-12.1-r2.ebuild ChangeLog
Date: Mon, 28 Jun 2010 21:34:31
Message-Id: 20100628213426.18DDF2C621@corvid.gentoo.org
1 jlec 10/06/28 21:34:26
2
3 Modified: xgraph-12.1-r2.ebuild ChangeLog
4 Log:
5 Corrected prefix import, #325055
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 sci-visualization/xgraph/xgraph-12.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: xgraph-12.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- xgraph-12.1-r2.ebuild 6 Jan 2010 01:21:00 -0000 1.6
22 +++ xgraph-12.1-r2.ebuild 28 Jun 2010 21:34:25 -0000 1.7
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.6 2010/01/06 01:21:00 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r2.ebuild,v 1.7 2010/06/28 21:34:25 jlec Exp $
28
29 -EAPI=2
30 +EAPI=3
31 inherit eutils autotools
32
33 DEB_PR=10
34 @@ -13,7 +13,7 @@
35
36 LICENSE="as-is"
37 SLOT="0"
38 -KEYWORDS="amd64 ppc sparc x86"
39 +KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
40 IUSE="examples"
41 DEPEND="x11-libs/libSM
42 x11-libs/libX11"
43 @@ -36,9 +36,9 @@
44 fi
45
46 dodir /usr/share/man/man1
47 - mv "${D}"/usr/share/man/manm/xgraph.man \
48 - "${D}"/usr/share/man/man1/xgraph.1 || \
49 + mv "${ED}"/usr/share/man/manm/xgraph.man \
50 + "${ED}"/usr/share/man/man1/xgraph.1 || \
51 die "Failed to correct man page location."
52 - rm -Rf "${D}"/usr/share/man/manm/ || \
53 + rm -Rf "${ED}"/usr/share/man/manm/ || \
54 die "Failed to remove bogus manm directory."
55 }
56
57
58
59 1.15 sci-visualization/xgraph/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.15&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xgraph/ChangeLog?rev=1.15&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xgraph/ChangeLog?r1=1.14&r2=1.15
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v
68 retrieving revision 1.14
69 retrieving revision 1.15
70 diff -u -r1.14 -r1.15
71 --- ChangeLog 6 Jan 2010 01:21:00 -0000 1.14
72 +++ ChangeLog 28 Jun 2010 21:34:25 -0000 1.15
73 @@ -1,6 +1,9 @@
74 # ChangeLog for sci-visualization/xgraph
75 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.14 2010/01/06 01:21:00 bicatali Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.15 2010/06/28 21:34:25 jlec Exp $
78 +
79 + 28 Jun 2010; Justin Lecher <jlec@g.o> xgraph-12.1-r2.ebuild:
80 + Corrected prefix import, 325055
81
82 06 Jan 2010; Sébastien Fabbro <bicatali@g.o>
83 -xgraph-12.1-r1.ebuild, xgraph-12.1-r2.ebuild: