Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/sparky: sparky-3.113.ebuild ChangeLog
Date: Wed, 06 Feb 2008 09:21:30
Message-Id: E1JMgT9-0004YZ-E0@stork.gentoo.org
1 dberkholz 08/02/06 09:21:27
2
3 Modified: sparky-3.113.ebuild ChangeLog
4 Log:
5 Fix minor syntax issues.
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 sci-chemistry/sparky/sparky-3.113.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild?r1=1.1&r2=1.2
14
15 Index: sparky-3.113.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- sparky-3.113.ebuild 6 Jun 2007 00:06:09 -0000 1.1
22 +++ sparky-3.113.ebuild 6 Feb 2008 09:21:26 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild,v 1.1 2007/06/06 00:06:09 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild,v 1.2 2008/02/06 09:21:26 dberkholz Exp $
29
30 inherit eutils toolchain-funcs multilib python
31
32 @@ -51,14 +51,14 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38
39 - epatch ${FILESDIR}/fix-install.patch
40 + epatch "${FILESDIR}"/fix-install.patch
41
42 sed -i \
43 -e "s:^\(set PYTHON[[:space:]]*=\).*:\1 /usr/bin/python${PYVER}:g" \
44 -e "s:^\(setenv TCLTK_LIB[[:space:]]*\).*:\1 /usr/$(get_libdir):g" \
45 - ${S}/bin/sparky
46 + "${S}"/bin/sparky
47 }
48
49 src_compile() {
50
51
52
53 1.11 sci-chemistry/sparky/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.11&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.11&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/sparky/ChangeLog?r1=1.10&r2=1.11
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v
62 retrieving revision 1.10
63 retrieving revision 1.11
64 diff -u -r1.10 -r1.11
65 --- ChangeLog 6 Feb 2008 09:20:31 -0000 1.10
66 +++ ChangeLog 6 Feb 2008 09:21:26 -0000 1.11
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sci-chemistry/sparky
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.10 2008/02/06 09:20:31 dberkholz Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.11 2008/02/06 09:21:26 dberkholz Exp $
72 +
73 + 06 Feb 2008; Donnie Berkholz <dberkholz@g.o>; sparky-3.113.ebuild:
74 + Fix minor syntax issues.
75
76 06 Feb 2008; Donnie Berkholz <dberkholz@g.o>; -sparky-3.111.ebuild:
77 (#208859) Drop old version so python 2.3 can leave the tree.
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list