Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-9999.ebuild ChangeLog
Date: Fri, 30 Dec 2011 09:54:55
Message-Id: 20111230095446.92B2B2004B@flycatcher.gentoo.org
1 hwoarang 11/12/30 09:54:46
2
3 Modified: jimtcl-9999.ebuild ChangeLog
4 Log:
5 Drop --with-jim-ext configuration option. Bug #394649. Thanks to Alexander Stein <alexander.stein@××××××××××××××××××××××.de>
6
7 (Portage version: 2.2.0_alpha83/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-lang/jimtcl/jimtcl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: jimtcl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- jimtcl-9999.ebuild 4 Aug 2011 12:15:28 -0000 1.3
23 +++ jimtcl-9999.ebuild 30 Dec 2011 09:54:46 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild,v 1.3 2011/08/04 12:15:28 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-9999.ebuild,v 1.4 2011/12/30 09:54:46 hwoarang Exp $
29
30 EAPI="2"
31
32 @@ -17,8 +17,7 @@
33
34 src_configure() {
35 ! use static-libs && myconf=--with-jim-shared
36 - econf ${myconf} \
37 - --with-jim-ext=nvp
38 + econf ${myconf}
39 }
40
41 src_compile() {
42
43
44
45 1.4 dev-lang/jimtcl/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?r1=1.3&r2=1.4
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ChangeLog 4 Aug 2011 12:15:28 -0000 1.3
58 +++ ChangeLog 30 Dec 2011 09:54:46 -0000 1.4
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-lang/jimtcl
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.3 2011/08/04 12:15:28 slyfox Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.4 2011/12/30 09:54:46 hwoarang Exp $
64 +
65 + 30 Dec 2011; Markos Chandras <hwoarang@g.o> jimtcl-9999.ebuild:
66 + Drop --with-jim-ext configuration option. Bug #394649. Thanks to Alexander
67 + Stein <alexander.stein@××××××××××××××××××××××.de>
68
69 04 Aug 2011; Sergei Trofimovich <slyfox@g.o> jimtcl-9999.ebuild,
70 -files/jimtcl-9999-more-autobits.patch: