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.127.ebuild
Date: Thu, 27 Mar 2008 12:54:25
Message-Id: E1Jercc-0007do-UB@stork.gentoo.org
1 calchan 08/03/27 12:54:22
2
3 Modified: ChangeLog
4 Added: magic-7.5.127.ebuild
5 Log:
6 Version bump. Branch 7.5 now considered stable by upstream.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.50 sci-electronics/magic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 14 Jan 2008 19:05:22 -0000 1.49
23 +++ ChangeLog 27 Mar 2008 12:54:22 -0000 1.50
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-electronics/magic
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.49 2008/01/14 19:05:22 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/ChangeLog,v 1.50 2008/03/27 12:54:22 calchan Exp $
29 +
30 +*magic-7.5.127 (27 Mar 2008)
31 +
32 + 27 Mar 2008; Denis Dupeyron <calchan@g.o> +magic-7.5.127.ebuild:
33 + Version bump. Branch 7.5 now considered stable by upstream.
34
35 14 Jan 2008; Christoph Mende <angelos@g.o> magic-7.4.46.ebuild:
36 Stable on amd64 wrt bug #203172
37
38
39
40 1.1 sci-electronics/magic/magic-7.5.127.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.5.127.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/magic/magic-7.5.127.ebuild?rev=1.1&content-type=text/plain
44
45 Index: magic-7.5.127.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.127.ebuild,v 1.1 2008/03/27 12:54:22 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_unpack() {
70 unpack ${A}
71 cd "${S}"
72 sed -i -e "s: -pg : :" tcltk/Makefile || die "Patch failed"
73 }
74
75 src_compile() {
76 # Short-circuit top-level configure script to retain CFLAGS
77 cd scripts
78 CPP="cpp" econf --libdir=/usr/share || die "Configuration failed"
79 cd ..
80 emake -j1 || die "Compilation failed"
81 }
82
83 src_install() {
84 emake -j1 DESTDIR="${D}" install || die "Installation failed"
85 dodoc README README.Tcl TODO
86
87 # Install latest MOSIS tech files
88 cp -pPR "${WORKDIR}"/2002a "${D}"/usr/share/magic/sys/current
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list