Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86923 Details for
Bug 133597
Error in sci-electronics/magic-7.4.16 compilation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The modified ebuild
magic-7.4.16.ebuild (text/plain), 1.36 KB, created by
Filip Brcic
on 2006-05-17 07:11:42 UTC
(
hide
)
Description:
The modified ebuild
Filename:
MIME Type:
Creator:
Filip Brcic
Created:
2006-05-17 07:11:42 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-electronics/magic/magic-7.4.16.ebuild,v 1.1 2006/05/14 18:48:15 calchan Exp $ > >DESCRIPTION="The VLSI design CAD tool." >HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html" >SRC_URI="http://www.opencircuitdesign.com/magic/archive/${P}.tgz \ > ftp://ftp.mosis.edu/pub/sondeen/magic/new/beta/2002a.tar.gz" > >LICENSE="as-is GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~amd64" >IUSE="" > >RDEPEND="sys-libs/ncurses > sys-libs/readline > dev-lang/tcl > dev-lang/tk > dev-tcltk/blt" >DEPEND="${RDEPEND} > app-shells/tcsh" > >src_compile() { > cp ${FILESDIR}/Makefile ${WORKDIR}/${P}/doc/man > # Short-circuit top-level configure script to retain CFLAGS > cd scripts > ./configure \ > --prefix=/usr \ > --libdir=/usr/share \ > --mandir=/usr/share/man \ > || die "configure failed" > cd .. > make || die "make failed" >} > >src_install() { > make DESTDIR=${D} install || die "install failed" > dodoc README README.Tcl TODO > > # Install latest MOSIS tech files > cp -pPR ${WORKDIR}/2002a ${D}/usr/share/magic/sys/current > > keepdir /var/lock/magic > chmod +t ${D}/var/lock/magic > chmod ugo+rwx ${D}/var/lock/magic >} > >pkg_postinst() { > ewarn 'Magic now uses "~/.magicrc" as the personal startup file rather' > ewarn 'than "~/.magic" or the previously Gentoo specific "~/.magic-cad".' >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 133597
: 86923 |
86924