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/magic: ChangeLog magic-7.5.95.ebuild
Date: Thu, 29 Nov 2007 15:31:16
Message-Id: E1IxlM3-0003sU-NB@stork.gentoo.org
1 calchan 07/11/29 15:31:07
2
3 Modified: ChangeLog
4 Added: magic-7.5.95.ebuild
5 Log:
6 Experimental branch version bump.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.45 sci-electronics/magic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 29 Nov 2007 12:48:34 -0000 1.44
23 +++ ChangeLog 29 Nov 2007 15:31:07 -0000 1.45
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-electronics/magic
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.44 2007/11/29 12:48:34 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.45 2007/11/29 15:31:07 calchan Exp $
29 +
30 +*magic-7.5.95 (29 Nov 2007)
31 +
32 + 29 Nov 2007; Denis Dupeyron <calchan@g.o> +magic-7.5.95.ebuild:
33 + Experimental branch version bump.
34
35 *magic-7.4.46 (29 Nov 2007)
36
37
38
39
40 1.1 sci-electronics/magic/magic-7.5.95.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.5.95.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.5.95.ebuild?rev=1.1&content-type=text/plain
44
45 Index: magic-7.5.95.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/magic/magic-7.5.95.ebuild,v 1.1 2007/11/29 15:31:07 calchan Exp $
50
51 DESCRIPTION="The VLSI design CAD tool."
52 HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html"
53 SRC_URI="http://www.opencircuitdesign.com/magic/archive/${P}.tgz \
54 ftp://ftp.mosis.edu/pub/sondeen/magic/new/beta/2002a.tar.gz"
55
56 # This is a development version. Do not keyword without contacting maintainer as we add/remove these at random.
57 LICENSE="as-is GPL-2"
58 SLOT="0"
59 KEYWORDS=""
60 IUSE=""
61
62 RDEPEND="sys-libs/ncurses
63 sys-libs/readline
64 dev-lang/tcl
65 dev-lang/tk
66 dev-tcltk/blt"
67 DEPEND="${RDEPEND}
68 app-shells/tcsh"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 sed -i -e "s: -pg : :" tcltk/Makefile || die "Patch failed"
74 }
75
76 src_compile() {
77 # Short-circuit top-level configure script to retain CFLAGS
78 cd scripts
79 CPP="cpp" econf --libdir=/usr/share || die "Configuration failed"
80 cd ..
81 emake -j1 || die "Compilation failed"
82 }
83
84 src_install() {
85 emake -j1 DESTDIR="${D}" install || die "Installation failed"
86 dodoc README README.Tcl TODO
87
88 # Install latest MOSIS tech files
89 cp -pPR "${WORKDIR}"/2002a "${D}"/usr/share/magic/sys/current
90 }
91
92
93
94 --
95 gentoo-commits@g.o mailing list