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.125.ebuild xcircuit-3.6.86.ebuild
Date: Fri, 21 Sep 2007 14:55:14
Message-Id: E1IYjmg-0001O4-RB@stork.gentoo.org
1 calchan 07/09/21 14:47:10
2
3 Modified: ChangeLog
4 Added: xcircuit-3.6.125.ebuild
5 Removed: xcircuit-3.6.86.ebuild
6 Log:
7 Development branch version bump.
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.32 sci-electronics/xcircuit/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 21 Sep 2007 14:13:25 -0000 1.31
24 +++ ChangeLog 21 Sep 2007 14:47:10 -0000 1.32
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.31 2007/09/21 14:13:25 calchan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.32 2007/09/21 14:47:10 calchan Exp $
30 +
31 +*xcircuit-3.6.125 (21 Sep 2007)
32 +
33 + 21 Sep 2007; Denis Dupeyron <calchan@g.o> -xcircuit-3.6.86.ebuild,
34 + +xcircuit-3.6.125.ebuild:
35 + Development branch version bump.
36
37 *xcircuit-3.4.27 (21 Sep 2007)
38
39
40
41
42 1.1 sci-electronics/xcircuit/xcircuit-3.6.125.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.125.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.6.125.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xcircuit-3.6.125.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.125.ebuild,v 1.1 2007/09/21 14:47: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 virtual/x11
70 )"
71
72 src_compile() {
73 econf \
74 --with-tcl \
75 --with-ngspice \
76 --disable-dependency-tracking \
77 || die 'econf failed!'
78 emake || die 'emake failed!'
79 }
80
81 src_install () {
82 make DESTDIR=${D} install || die "Installation failed"
83 dodoc CHANGES README* TODO
84
85 doman ${D}/usr/lib/xcircuit-3.6/man/xcircuit.1
86 rm ${D}/usr/lib/xcircuit-3.6/man -rf
87 }
88
89 src_postinst() {
90 ewarn "You may want to emerge ng-spice-rework which integrates well with xcircuit."
91 ewarn "Note that in order for ngspice to work with xcircuit, you'll need at least"
92 ewarn "sci-electronics/ng-spice-rework-17-r1."
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list