summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-06-25 23:10:28 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-06-25 23:10:28 +0000
commit897f4e2eb18e5a26abc5e5e96331f2b7d25a1d96 (patch)
tree0c62f6e1bfdfa4980d216cbd6d11b8fbf546f021 /app-sci
parentuse virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-897f4e2eb18e5a26abc5e5e96331f2b7d25a1d96.tar.gz
gentoo-2-897f4e2eb18e5a26abc5e5e96331f2b7d25a1d96.tar.bz2
gentoo-2-897f4e2eb18e5a26abc5e5e96331f2b7d25a1d96.zip
Version bump.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/galculator/ChangeLog7
-rw-r--r--app-sci/galculator/Manifest4
-rw-r--r--app-sci/galculator/files/digest-galculator-1.2.31
-rw-r--r--app-sci/galculator/galculator-1.2.3.ebuild29
-rw-r--r--app-sci/tclspice/ChangeLog7
-rw-r--r--app-sci/tclspice/Manifest6
-rw-r--r--app-sci/tclspice/files/digest-tclspice-0.2.171
-rw-r--r--app-sci/tclspice/tclspice-0.2.17.ebuild37
8 files changed, 87 insertions, 5 deletions
diff --git a/app-sci/galculator/ChangeLog b/app-sci/galculator/ChangeLog
index b122539cd984..c5b4b0a7ad38 100644
--- a/app-sci/galculator/ChangeLog
+++ b/app-sci/galculator/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/galculator
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/galculator/ChangeLog,v 1.4 2004/06/24 21:59:13 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/galculator/ChangeLog,v 1.5 2004/06/25 23:10:28 plasmaroo Exp $
+
+*galculator-1.2.3 (26 Jun 2004)
+
+ 26 Jun 2004; <plasmaroo@gentoo.org> +galculator-1.2.3.ebuild:
+ Version bump.
24 Mar 2004; David Holm <dholm@gentoo.org> galculator-1.2.1.ebuild:
Added to ~ppc.
diff --git a/app-sci/galculator/Manifest b/app-sci/galculator/Manifest
index b4872f8949ee..362fb42e2b55 100644
--- a/app-sci/galculator/Manifest
+++ b/app-sci/galculator/Manifest
@@ -1,4 +1,6 @@
+MD5 1454352ebacc3b41ab672f8e20159940 ChangeLog 732
+MD5 324fdead6c960726d6f678ccee23a8a0 galculator-1.2.3.ebuild 680
MD5 a8fa1caf14bb3b5cd7f0061f18733f87 galculator-1.2.1.ebuild 686
-MD5 80c68e40688dc000fb65bf459f6449ec ChangeLog 618
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 05438f75d9295d7fb30a0b0993cf12c1 files/digest-galculator-1.2.1 69
+MD5 73dfeb7ae658c5cfddb22474778312a7 files/digest-galculator-1.2.3 69
diff --git a/app-sci/galculator/files/digest-galculator-1.2.3 b/app-sci/galculator/files/digest-galculator-1.2.3
new file mode 100644
index 000000000000..29139f869e64
--- /dev/null
+++ b/app-sci/galculator/files/digest-galculator-1.2.3
@@ -0,0 +1 @@
+MD5 f42148bcaac4b6b097cf2055c780bcfc galculator-1.2.3.tar.bz2 209732
diff --git a/app-sci/galculator/galculator-1.2.3.ebuild b/app-sci/galculator/galculator-1.2.3.ebuild
new file mode 100644
index 000000000000..252a61ad5bcf
--- /dev/null
+++ b/app-sci/galculator/galculator-1.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/galculator/galculator-1.2.3.ebuild,v 1.1 2004/06/25 23:10:28 plasmaroo Exp $
+
+DESCRIPTION="A GTK2 based algebraic and RPN calculator"
+HOMEPAGE="http://galculator.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-1.3.13
+ >=gnome-base/libglade-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+
+ dodoc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README THANKS TODO
+}
diff --git a/app-sci/tclspice/ChangeLog b/app-sci/tclspice/ChangeLog
index d9d7246524c7..06d6fd5602c6 100644
--- a/app-sci/tclspice/ChangeLog
+++ b/app-sci/tclspice/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/tclspice
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.7 2004/06/24 22:19:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.8 2004/06/25 23:05:32 plasmaroo Exp $
+
+*tclspice-0.2.17 (26 Jun 2004)
+
+ 26 Jun 2004; <plasmaroo@gentoo.org> +tclspice-0.2.17.ebuild:
+ Version bump.
05 Jun 2004; David Holm <dholm@gentoo.org> tclspice-0.2.15.ebuild:
Added to ~ppc.
diff --git a/app-sci/tclspice/Manifest b/app-sci/tclspice/Manifest
index 89eb27caf76e..3ec9f6e7be7e 100644
--- a/app-sci/tclspice/Manifest
+++ b/app-sci/tclspice/Manifest
@@ -1,6 +1,8 @@
-MD5 35eaff462b7576007b036c86f2b3ef27 tclspice-0.2.14.ebuild 1047
-MD5 6e7c3ae1518ec5c3c0f00bd161e00683 ChangeLog 907
+MD5 206d356bb18a8606876db0d0f11193c6 ChangeLog 1019
MD5 e49bb02132d2cd74ad4e6ee291e102d9 metadata.xml 220
MD5 e2fee23fda480260e060f86e5cc20627 tclspice-0.2.15.ebuild 904
+MD5 35eaff462b7576007b036c86f2b3ef27 tclspice-0.2.14.ebuild 1047
+MD5 88b36ee0cc0cd9d0d9bd1b815b59d798 tclspice-0.2.17.ebuild 890
MD5 d62f61b6201e2be65948c87c0aaa98fa files/digest-tclspice-0.2.14 68
MD5 76d1699724ce746ab2bedb1256d1a768 files/digest-tclspice-0.2.15 68
+MD5 998d5a53a7b3e8f0ab9a60fd056cead8 files/digest-tclspice-0.2.17 68
diff --git a/app-sci/tclspice/files/digest-tclspice-0.2.17 b/app-sci/tclspice/files/digest-tclspice-0.2.17
new file mode 100644
index 000000000000..c59f9c8e538f
--- /dev/null
+++ b/app-sci/tclspice/files/digest-tclspice-0.2.17
@@ -0,0 +1 @@
+MD5 460e6c85e84344999b16f25d84e56ff8 tclspice-0.2.17.tar.gz 3310708
diff --git a/app-sci/tclspice/tclspice-0.2.17.ebuild b/app-sci/tclspice/tclspice-0.2.17.ebuild
new file mode 100644
index 000000000000..0b4433658bf0
--- /dev/null
+++ b/app-sci/tclspice/tclspice-0.2.17.ebuild
@@ -0,0 +1,37 @@
+# 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.17.ebuild,v 1.1 2004/06/25 23:05:32 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"
+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
+}