summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-02-16 23:52:46 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-02-16 23:52:46 +0000
commitf740ff416a37d8085f31bf82ca55c1078b0da020 (patch)
tree9faca2545b0faedd8f40f085d9c03c7d1bfe8a0f /sci-electronics/tclspice
parentremove (diff)
downloadgentoo-2-f740ff416a37d8085f31bf82ca55c1078b0da020.tar.gz
gentoo-2-f740ff416a37d8085f31bf82ca55c1078b0da020.tar.bz2
gentoo-2-f740ff416a37d8085f31bf82ca55c1078b0da020.zip
Fixed bug 82279, added to ~ppc.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-electronics/tclspice')
-rw-r--r--sci-electronics/tclspice/ChangeLog8
-rw-r--r--sci-electronics/tclspice/tclspice-0.2.14.ebuild4
-rw-r--r--sci-electronics/tclspice/tclspice-0.2.15.ebuild4
-rw-r--r--sci-electronics/tclspice/tclspice-0.2.17.ebuild20
4 files changed, 27 insertions, 9 deletions
diff --git a/sci-electronics/tclspice/ChangeLog b/sci-electronics/tclspice/ChangeLog
index 28f4341efae3..95c6c578ffa6 100644
--- a/sci-electronics/tclspice/ChangeLog
+++ b/sci-electronics/tclspice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-electronics/tclspice
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/ChangeLog,v 1.2 2004/12/27 21:08:07 swegener Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/ChangeLog,v 1.3 2005/02/16 23:52:46 hansmi Exp $
+
+ 17 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
+ tclspice-0.2.17.ebuild:
+ Fixed bug 82279, added to ~ppc.
*tclspice-0.2.17 (27 Dec 2004)
diff --git a/sci-electronics/tclspice/tclspice-0.2.14.ebuild b/sci-electronics/tclspice/tclspice-0.2.14.ebuild
index 0b9db443374e..ddf4d4944ba6 100644
--- a/sci-electronics/tclspice/tclspice-0.2.14.ebuild
+++ b/sci-electronics/tclspice/tclspice-0.2.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/tclspice-0.2.14.ebuild,v 1.1 2004/12/27 20:25:42 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/tclspice-0.2.14.ebuild,v 1.2 2005/02/16 23:52:46 hansmi Exp $
inherit eutils
diff --git a/sci-electronics/tclspice/tclspice-0.2.15.ebuild b/sci-electronics/tclspice/tclspice-0.2.15.ebuild
index a22186c24d7a..01094df4b738 100644
--- a/sci-electronics/tclspice/tclspice-0.2.15.ebuild
+++ b/sci-electronics/tclspice/tclspice-0.2.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/tclspice-0.2.15.ebuild,v 1.1 2004/12/27 20:25:42 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/tclspice-0.2.15.ebuild,v 1.2 2005/02/16 23:52:46 hansmi Exp $
DESCRIPTION="Spice circuit simulator with TCL scripting language and GUI"
HOMEPAGE="http://tclspice.sf.net/"
diff --git a/sci-electronics/tclspice/tclspice-0.2.17.ebuild b/sci-electronics/tclspice/tclspice-0.2.17.ebuild
index f1d3001cc78b..12875067a16f 100644
--- a/sci-electronics/tclspice/tclspice-0.2.17.ebuild
+++ b/sci-electronics/tclspice/tclspice-0.2.17.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/tclspice-0.2.17.ebuild,v 1.1 2004/12/27 20:25:42 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/tclspice/tclspice-0.2.17.ebuild,v 1.2 2005/02/16 23:52:46 hansmi Exp $
+
+inherit libtool gnuconfig
DESCRIPTION="Spice circuit simulator with TCL scripting language and GUI"
HOMEPAGE="http://tclspice.sf.net/"
@@ -10,7 +12,7 @@ IUSE=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="~x86 ~sparc ~ppc"
DEPEND="dev-lang/tk
>=dev-tcltk/blt-2.4z
>=dev-tcltk/tclreadline-2.1.0"
@@ -21,7 +23,19 @@ RDEPEND="$DEPEND
S=${WORKDIR}/${PN}
MAKEOPTS="$MAKEOPTS -j1" # Seems to get out-of-sync and break otherwise
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ elibtoolize
+
+ # Fix an error that happens at least on ppc
+ sed -i -e '/#include <assert.h>/ i#include <stdlib.h>' \
+ src/xspice/cmpp/ifs_yacc.y
+}
+
src_compile() {
+ gnuconfig_update
+
econf --enable-xspice --enable-experimental --with-tcl || die
emake tcl || die
}