From a14cd0fae3d0ae71486c9f676d255dedb8309e54 Mon Sep 17 00:00:00 2001 From: Olivier Fisette Date: Mon, 27 Dec 2004 20:24:41 +0000 Subject: Moving to sci-electronics/tclspice --- app-sci/tclspice/tclspice-0.2.15.ebuild | 40 --------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 app-sci/tclspice/tclspice-0.2.15.ebuild (limited to 'app-sci/tclspice/tclspice-0.2.15.ebuild') diff --git a/app-sci/tclspice/tclspice-0.2.15.ebuild b/app-sci/tclspice/tclspice-0.2.15.ebuild deleted file mode 100644 index 3677cb463381..000000000000 --- a/app-sci/tclspice/tclspice-0.2.15.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/tclspice-0.2.15.ebuild,v 1.4 2004/08/07 21:25:16 slarti Exp $ - -DESCRIPTION="Spice circuit simulator with TCL scripting language and GUI" -HOMEPAGE="http://tclspice.sf.net/" -SRC_URI="mirror://sourceforge/tclspice/${P}.tar.gz" - -IUSE="" -LICENSE="BSD" -SLOT="0" - -KEYWORDS="x86 ~sparc ~ppc" -DEPEND="dev-lang/tk - >=dev-tcltk/blt-2.4z - >=dev-tcltk/tclreadline-2.1.0" - -RDEPEND="$DEPEND - sys-libs/readline" - -S=${WORKDIR}/${PN} -MAKEOPTS="$MAKEOPTS -j1" # Seems to get out-of-sync and break otherwise - -src_compile() { - - econf --enable-xspice --enable-experimental --with-tcl || die - emake tcl || die - -} - -src_install() { - - make DESTDIR=${D} install-tcl || die - cd ${S} - dodoc README README.Tcl ChangeLog - cd src/tcl - docinto tcl - dodoc ChangeLog README - -} -- cgit v1.2.3-65-gdbad