Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/xcircuit: ChangeLog xcircuit-3.6.127.ebuild xcircuit-3.6.109.ebuild
Date: Fri, 30 Nov 2007 21:32:18
Message-Id: E1IyDT0-00054l-Kj@stork.gentoo.org
1 calchan 07/11/30 21:32:10
2
3 Modified: ChangeLog
4 Added: xcircuit-3.6.127.ebuild
5 Removed: xcircuit-3.6.109.ebuild
6 Log:
7 Experimental branch version bump.
8 (Portage version: 2.1.4_rc4)
9
10 Revision Changes Path
11 1.33 sci-electronics/xcircuit/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 21 Sep 2007 14:47:10 -0000 1.32
24 +++ ChangeLog 30 Nov 2007 21:32:10 -0000 1.33
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-electronics/xcircuit
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.32 2007/09/21 14:47:10 calchan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.33 2007/11/30 21:32:10 calchan Exp $
30 +
31 +*xcircuit-3.6.127 (30 Nov 2007)
32 +
33 + 30 Nov 2007; Denis Dupeyron <calchan@g.o> -xcircuit-3.6.109.ebuild,
34 + +xcircuit-3.6.127.ebuild:
35 + Experimental branch version bump.
36
37 *xcircuit-3.6.125 (21 Sep 2007)
38
39
40
41
42 1.1 sci-electronics/xcircuit/xcircuit-3.6.127.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.127.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.127.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcircuit-3.6.127.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.127.ebuild,v 1.1 2007/11/30 21:32:10 calchan Exp $
52
53 DESCRIPTION="Circuit drawing and schematic capture program."
54 SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
55 HOMEPAGE="http://opencircuitdesign.com/xcircuit"
56
57 # This is a development version. Do not keyword without contacting maintainer as we add/remove these at random.
58 KEYWORDS=""
59 SLOT="0"
60 LICENSE="GPL-2"
61 IUSE=""
62
63 # Disable tests, see bug #131024
64 RESTRICT="test"
65
66 DEPEND="virtual/ghostscript
67 dev-lang/tk
68 x11-libs/libXt"
69
70 src_compile() {
71 econf \
72 --with-tcl \
73 --with-ngspice \
74 --disable-dependency-tracking \
75 || die 'econf failed!'
76 emake || die 'emake failed!'
77 }
78
79 src_install () {
80 make DESTDIR="${D}" install || die "Installation failed"
81 dodoc CHANGES README* TODO
82
83 doman "${D}"/usr/lib/xcircuit-3.6/man/xcircuit.1
84 rm "${D}"/usr/lib/xcircuit-3.6/man -rf
85 }
86
87 src_postinst() {
88 ewarn "You may want to emerge ng-spice-rework which integrates well with xcircuit."
89 ewarn "Note that in order for ngspice to work with xcircuit, you'll need at least"
90 ewarn "sci-electronics/ng-spice-rework-17-r1."
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list