diff options
author | 2004-02-01 16:33:03 +0000 | |
---|---|---|
committer | 2004-02-01 16:33:03 +0000 | |
commit | 6c64a6cac4baa08595b46129207b2430cc08c352 (patch) | |
tree | 55a5b1b755e9324e640fd104dfa1782e51d45438 /app-sci/tclspice | |
parent | Version bump to close bug #38054. submitted by sandymac@gentoo.org (diff) | |
download | historical-6c64a6cac4baa08595b46129207b2430cc08c352.tar.gz historical-6c64a6cac4baa08595b46129207b2430cc08c352.tar.bz2 historical-6c64a6cac4baa08595b46129207b2430cc08c352.zip |
Version bumped, fixed bad KEYWORDS and changed the dependencies as well as fixing the headers.
Diffstat (limited to 'app-sci/tclspice')
-rw-r--r-- | app-sci/tclspice/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/tclspice/Manifest | 6 | ||||
-rw-r--r-- | app-sci/tclspice/files/digest-tclspice-0.2.15 | 1 | ||||
-rw-r--r-- | app-sci/tclspice/tclspice-0.2.14.ebuild | 10 | ||||
-rw-r--r-- | app-sci/tclspice/tclspice-0.2.15.ebuild | 40 |
5 files changed, 57 insertions, 9 deletions
diff --git a/app-sci/tclspice/ChangeLog b/app-sci/tclspice/ChangeLog index 8ffc26053cc0..8aee904c0d0b 100644 --- a/app-sci/tclspice/ChangeLog +++ b/app-sci/tclspice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/tclspice -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.3 2003/11/28 23:58:52 plasmaroo Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.4 2004/02/01 16:33:03 plasmaroo Exp $ + +*tclspice-0.2.15 (01 Feb 2004) + + 01 Feb 2004; <plasmaroo@gentoo.org> tclspice-0.2.15.ebuild: + Version bump. 28 Nov 2003; <plasmaroo@gentoo.org> tclspice-0.2.14.ebuild: Added a readline patch; thanks to Terry Porter <techman at d2.net.au> for diff --git a/app-sci/tclspice/Manifest b/app-sci/tclspice/Manifest index 83bd8d9f1079..92d3f40afa63 100644 --- a/app-sci/tclspice/Manifest +++ b/app-sci/tclspice/Manifest @@ -1,4 +1,6 @@ -MD5 27a54873f69e6a238210ecf583555a88 ChangeLog 604 +MD5 1811ffa38b685154e77adbc06ef2b334 ChangeLog 715 MD5 e49bb02132d2cd74ad4e6ee291e102d9 metadata.xml 220 -MD5 5c920bd3913ca74e622b3f1477c49f75 tclspice-0.2.14.ebuild 1067 +MD5 30bfc7464285e23fbe1513798c3a1384 tclspice-0.2.15.ebuild 909 +MD5 46ca22380c3b3b73b989b4a80ec350b2 tclspice-0.2.14.ebuild 1070 MD5 d62f61b6201e2be65948c87c0aaa98fa files/digest-tclspice-0.2.14 68 +MD5 76d1699724ce746ab2bedb1256d1a768 files/digest-tclspice-0.2.15 68 diff --git a/app-sci/tclspice/files/digest-tclspice-0.2.15 b/app-sci/tclspice/files/digest-tclspice-0.2.15 new file mode 100644 index 000000000000..06943e06f069 --- /dev/null +++ b/app-sci/tclspice/files/digest-tclspice-0.2.15 @@ -0,0 +1 @@ +MD5 aa69a0289f63183dc6e1306ef54da1e0 tclspice-0.2.15.tar.gz 3017504 diff --git a/app-sci/tclspice/tclspice-0.2.14.ebuild b/app-sci/tclspice/tclspice-0.2.14.ebuild index ff599a8f0f6e..cd06f5582bd9 100644 --- a/app-sci/tclspice/tclspice-0.2.14.ebuild +++ b/app-sci/tclspice/tclspice-0.2.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/tclspice-0.2.14.ebuild,v 1.3 2003/11/28 23:58:53 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/tclspice-0.2.14.ebuild,v 1.4 2004/02/01 16:33:03 plasmaroo Exp $ DESCRIPTION="Spice circuit simulator with TCL scipting language and GUI" HOMEPAGE="http://tclspice.sf.net/" @@ -12,10 +12,10 @@ IUSE="readline" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc" DEPEND="dev-lang/tk - dev-tcltk/blt - dev-tcltk/tclreadline" + >=dev-tcltk/blt-2.4z + >=dev-tcltk/tclreadline-2.1.0" RDEPEND="$DEPEND readline? ( sys-libs/readline )" diff --git a/app-sci/tclspice/tclspice-0.2.15.ebuild b/app-sci/tclspice/tclspice-0.2.15.ebuild new file mode 100644 index 000000000000..9bf9d347de59 --- /dev/null +++ b/app-sci/tclspice/tclspice-0.2.15.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/02/01 16:33:03 plasmaroo Exp $ + +DESCRIPTION="Spice circuit simulator with TCL scipting language and GUI" +HOMEPAGE="http://tclspice.sf.net/" +SRC_URI="mirror://sourceforge/tclspice/${P}.tar.gz" + +IUSE="" +LICENSE="BSD" +SLOT="0" + +KEYWORDS="x86 ~sparc" +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 + +} |