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.4.27.ebuild
Date: Fri, 21 Sep 2007 14:21:32
Message-Id: E1IYjG2-0002gj-7y@stork.gentoo.org
1 calchan 07/09/21 14:13:26
2
3 Modified: ChangeLog
4 Added: xcircuit-3.4.27.ebuild
5 Log:
6 Stable branch version bump.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.31 sci-electronics/xcircuit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 23 Jul 2007 19:24:35 -0000 1.30
23 +++ ChangeLog 21 Sep 2007 14:13:25 -0000 1.31
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-electronics/xcircuit
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.30 2007/07/23 19:24:35 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/ChangeLog,v 1.31 2007/09/21 14:13:25 calchan Exp $
29 +
30 +*xcircuit-3.4.27 (21 Sep 2007)
31 +
32 + 21 Sep 2007; Denis Dupeyron <calchan@g.o> +xcircuit-3.4.27.ebuild:
33 + Stable branch version bump.
34
35 *xcircuit-3.6.109 (23 Jul 2007)
36
37
38
39
40 1.1 sci-electronics/xcircuit/xcircuit-3.4.27.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.27.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.27.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xcircuit-3.4.27.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.27.ebuild,v 1.1 2007/09/21 14:13:25 calchan Exp $
50
51 DESCRIPTION="Circuit drawing and schematic capture program."
52 SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
53 HOMEPAGE="http://opencircuitdesign.com/xcircuit"
54
55 KEYWORDS="~amd64 ~ppc ~x86"
56 SLOT="0"
57 LICENSE="GPL-2"
58 IUSE=""
59
60 # Disable tests, see bug #131024
61 RESTRICT="test"
62
63 DEPEND="virtual/ghostscript
64 dev-lang/tk
65 x11-libs/libXt"
66
67 src_unpack() {
68 unpack ${A}
69 sed -i \
70 -e "s:\$(datadir):\$(libdir):" \
71 -e "s:\$(appmandir):\$(mandir)/man1:" \
72 ${S}/Makefile.in
73 }
74
75 src_compile() {
76 econf \
77 --with-tcl \
78 --with-ngspice \
79 --disable-dependency-tracking \
80 || die 'econf failed!'
81 emake || die 'emake failed!'
82 }
83
84 src_install () {
85 make DESTDIR=${D} install || die "Installation failed"
86 dodoc CHANGES README* TODO
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list