aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb>2006-07-05 17:49:02 +0000
committertulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb>2006-07-05 17:49:02 +0000
commite340902c51a245b619039766f77cd4ce47bbe9ae (patch)
tree0b116bb9c5d3849ef1c941ae4fb0af993c836b78 /sci-electronics/magic/magic-7.4.8.ebuild
parentadded: freemat-2.0 (diff)
downloadsci-e340902c51a245b619039766f77cd4ce47bbe9ae.tar.gz
sci-e340902c51a245b619039766f77cd4ce47bbe9ae.tar.bz2
sci-e340902c51a245b619039766f77cd4ce47bbe9ae.zip
Removed some ebuilds older than the ones in the tree
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@257 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-electronics/magic/magic-7.4.8.ebuild')
-rw-r--r--sci-electronics/magic/magic-7.4.8.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/sci-electronics/magic/magic-7.4.8.ebuild b/sci-electronics/magic/magic-7.4.8.ebuild
deleted file mode 100644
index 4f8978ec5..000000000
--- a/sci-electronics/magic/magic-7.4.8.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils flag-o-matic
-
-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"
-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}
- sys-apps/findutils
- dev-lang/perl
- app-shells/tcsh"
-
-
-src_compile() {
- # 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 -a ${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".'
-}