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.4.46.ebuild
Date: Thu, 29 Nov 2007 12:48:40
Message-Id: E1Ixiok-0003D6-Tu@stork.gentoo.org
1 calchan 07/11/29 12:48:34
2
3 Modified: ChangeLog
4 Added: magic-7.4.46.ebuild
5 Log:
6 Stable branch version bump.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.44 sci-electronics/magic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 8 Jun 2007 19:18:12 -0000 1.43
23 +++ ChangeLog 29 Nov 2007 12:48:34 -0000 1.44
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.43 2007/06/08 19:18:12 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.44 2007/11/29 12:48:34 calchan Exp $
29 +
30 +*magic-7.4.46 (29 Nov 2007)
31 +
32 + 29 Nov 2007; Denis Dupeyron <calchan@g.o> +magic-7.4.46.ebuild:
33 + Stable branch version bump.
34
35 08 Jun 2007; Denis Dupeyron <calchan@g.o> -magic-7.5.78.ebuild:
36 Removed old development version.
37
38
39
40 1.1 sci-electronics/magic/magic-7.4.46.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.4.46.ebuild?rev=1.1&content-type=text/plain
44
45 Index: magic-7.4.46.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.4.46.ebuild,v 1.1 2007/11/29 12:48:34 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 LICENSE="as-is GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE=""
60
61 RDEPEND="sys-libs/ncurses
62 sys-libs/readline
63 dev-lang/tcl
64 dev-lang/tk
65 dev-tcltk/blt"
66 DEPEND="${RDEPEND}
67 app-shells/tcsh"
68
69 src_compile() {
70 # Short-circuit top-level configure script to retain CFLAGS
71 cd scripts
72 CPP="cpp" econf --libdir=/usr/share || die "Configuration failed"
73 cd ..
74 emake -j1 || die "Compilation failed"
75 }
76
77 src_install() {
78 emake -j1 DESTDIR="${D}" install || die "Installation failed"
79 dodoc README README.Tcl TODO
80
81 # Install latest MOSIS tech files
82 cp -pPR "${WORKDIR}"/2002a "${D}"/usr/share/magic/sys/current
83 }
84
85 pkg_postinst() {
86 ewarn 'Magic now uses "~/.magicrc" as the personal startup file rather'
87 ewarn 'than "~/.magic" or the previously Gentoo specific "~/.magic-cad".'
88 }
89
90
91
92 --
93 gentoo-commits@g.o mailing list