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/sparky: metadata.xml ChangeLog sparky-3.115.ebuild
Date: Tue, 29 May 2012 17:56:04
Message-Id: 20120529175543.667AE2004B@flycatcher.gentoo.org
1 jlec 12/05/29 17:55:43
2
3 Modified: metadata.xml ChangeLog sparky-3.115.ebuild
4 Log:
5 sci-chemistry/sparky: Fix symlink creation in EAPI=4
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sci-chemistry/sparky/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/metadata.xml?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/metadata.xml?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/metadata.xml?r1=1.5&r2=1.6
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/metadata.xml,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- metadata.xml 13 Feb 2010 22:58:13 -0000 1.5
23 +++ metadata.xml 29 May 2012 17:55:43 -0000 1.6
24 @@ -1,8 +1,8 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci-chemistry</herd>
29 -<maintainer>
30 - <email>jlec@g.o</email>
31 -</maintainer>
32 + <herd>sci-chemistry</herd>
33 + <maintainer>
34 + <email>jlec@g.o</email>
35 + </maintainer>
36 </pkgmetadata>
37
38
39
40 1.17 sci-chemistry/sparky/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.17&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.17&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?r1=1.16&r2=1.17
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v
49 retrieving revision 1.16
50 retrieving revision 1.17
51 diff -u -r1.16 -r1.17
52 --- ChangeLog 7 Mar 2010 12:49:22 -0000 1.16
53 +++ ChangeLog 29 May 2012 17:55:43 -0000 1.17
54 @@ -1,6 +1,10 @@
55 # ChangeLog for sci-chemistry/sparky
56 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.16 2010/03/07 12:49:22 jlec Exp $
58 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.17 2012/05/29 17:55:43 jlec Exp $
60 +
61 + 29 May 2012; Justin Lecher <jlec@g.o> sparky-3.115.ebuild,
62 + metadata.xml:
63 + Fix symlink creation in EAPI=4
64
65 07 Mar 2010; Justin Lecher (jlec) <jlec@g.o> sparky-3.115.ebuild,
66 files/fix-install.patch:
67
68
69
70 1.4 sci-chemistry/sparky/sparky-3.115.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild?rev=1.4&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild?rev=1.4&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild?r1=1.3&r2=1.4
75
76 Index: sparky-3.115.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v
79 retrieving revision 1.3
80 retrieving revision 1.4
81 diff -u -r1.3 -r1.4
82 --- sparky-3.115.ebuild 7 Mar 2010 12:49:22 -0000 1.3
83 +++ sparky-3.115.ebuild 29 May 2012 17:55:43 -0000 1.4
84 @@ -1,6 +1,6 @@
85 -# Copyright 1999-2010 Gentoo Foundation
86 +# Copyright 1999-2012 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v 1.3 2010/03/07 12:49:22 jlec Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115.ebuild,v 1.4 2012/05/29 17:55:43 jlec Exp $
90
91 EAPI="3"
92
93 @@ -89,8 +89,8 @@
94
95 insinto /usr/share/${PN}/
96 doins lib/{print-prolog.ps,Sparky} || die
97 - dosym ../../share/${PN}/print-prolog.ps /usr/$(get_libdir)/${PN}/
98 - dosym ../../share/${PN}/Sparky /usr/$(get_libdir)/${PN}/
99 + dosym ../../share/${PN}/print-prolog.ps /usr/$(get_libdir)/${PN}/print-prolog.ps
100 + dosym ../../share/${PN}/Sparky /usr/$(get_libdir)/${PN}/Sparky
101
102 dohtml -r manual/* || die
103 dosym ../../share/doc/${PF}/html /usr/$(get_libdir)/${PN}/manual