summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-07-10 01:38:48 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-07-10 01:38:48 +0000
commit2b406c3920b1d0be8ee6889843210b57214683ee (patch)
tree68ac4768161060dfefa08320e323aa6f3795f979 /app-sci
parentmoved from dev-lang (diff)
downloadhistorical-2b406c3920b1d0be8ee6889843210b57214683ee.tar.gz
historical-2b406c3920b1d0be8ee6889843210b57214683ee.tar.bz2
historical-2b406c3920b1d0be8ee6889843210b57214683ee.zip
moved from dev-lang
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/yacas/Manifest6
-rw-r--r--app-sci/yacas/files/digest-yacas-1.0.541
-rw-r--r--app-sci/yacas/files/digest-yacas-1.0.551
-rw-r--r--app-sci/yacas/yacas-1.0.54.ebuild52
-rw-r--r--app-sci/yacas/yacas-1.0.55.ebuild52
5 files changed, 109 insertions, 3 deletions
diff --git a/app-sci/yacas/Manifest b/app-sci/yacas/Manifest
index 9352c86016ce..6558270844c0 100644
--- a/app-sci/yacas/Manifest
+++ b/app-sci/yacas/Manifest
@@ -1,5 +1,5 @@
-MD5 df58b71db47edac8090a90e5db9cf5b4 yacas-1.0.55.ebuild 1391
-MD5 707fbd87297b6315a8bd886804e64ba0 yacas-1.0.54.ebuild 1390
-MD5 d1c310e6f754e65902574dc4971be919 ChangeLog 710
+MD5 9e0338851ba142d0ce6a4252f34f7cb6 yacas-1.0.55.ebuild 1390
+MD5 2a05df51640b77aaa154f23be7aeced3 yacas-1.0.54.ebuild 1389
+MD5 7ee35dcb752ea7841e68dd6df8f12d60 ChangeLog 709
MD5 1bc407af698756810b2529f3c253a402 files/digest-yacas-1.0.54 65
MD5 1ba5c4a16d348ff13ea579fe92cc7ef8 files/digest-yacas-1.0.55 65
diff --git a/app-sci/yacas/files/digest-yacas-1.0.54 b/app-sci/yacas/files/digest-yacas-1.0.54
new file mode 100644
index 000000000000..9b4a5773e612
--- /dev/null
+++ b/app-sci/yacas/files/digest-yacas-1.0.54
@@ -0,0 +1 @@
+MD5 282e705b3a7466d31dc7ee6a76158d21 yacas-1.0.54.tar.gz 1651299
diff --git a/app-sci/yacas/files/digest-yacas-1.0.55 b/app-sci/yacas/files/digest-yacas-1.0.55
new file mode 100644
index 000000000000..86d1a4561c38
--- /dev/null
+++ b/app-sci/yacas/files/digest-yacas-1.0.55
@@ -0,0 +1 @@
+MD5 fd55bcd7ae276b6665cae9f63f26efc7 yacas-1.0.55.tar.gz 1713551
diff --git a/app-sci/yacas/yacas-1.0.54.ebuild b/app-sci/yacas/yacas-1.0.54.ebuild
new file mode 100644
index 000000000000..4db62b26a2d9
--- /dev/null
+++ b/app-sci/yacas/yacas-1.0.54.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/yacas/yacas-1.0.54.ebuild,v 1.1 2003/07/10 01:38:46 george Exp $
+
+IUSE=""
+
+DESCRIPTION="very powerful general purpose Computer Algebra System"
+HOMEPAGE="http://yacas.sourceforge.net/"
+SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc
+ >=sys-apps/sed-4"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die
+
+ # only build gui, if we use x
+ # proteus is untested and does not compile this way,
+ # needs an installed (and merged) yacas to compile.
+ #if use X ; then
+ # cd proteus
+ # emake depend -f makefile.linux || die
+ # emake -f makefile.linux || die
+ # cd ..
+ #fi
+}
+
+src_install() {
+ # a very strange Makefile's, that do not honor standard wrappings :(
+ find -name Makefile |xargs sed -i -e "s:datadir = /usr/share:datadir = ${D}/usr/share:"
+ cd manmake
+ sed -i -e "s:htmldir = :htmldir = ${D}:" -e "s:psdir = :psdir = ${D}:" Makefile
+ cd ${S}
+
+ DESTDIR=${D} make install-strip || die
+
+ # see above notice
+ #if ( use X ); then
+ # cd proteus
+ # emake install-strip -f makefile.linux || die
+ # cd ..
+ #fi
+
+ dodoc AUTHORS INSTALL NEWS README TODO
+ mv ${D}/usr/share/${PN}/documentation ${D}/usr/share/doc/${PF}/html
+ rmdir ${D}/usr/include/
+}
diff --git a/app-sci/yacas/yacas-1.0.55.ebuild b/app-sci/yacas/yacas-1.0.55.ebuild
new file mode 100644
index 000000000000..012d6c1ef759
--- /dev/null
+++ b/app-sci/yacas/yacas-1.0.55.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/yacas/yacas-1.0.55.ebuild,v 1.1 2003/07/10 01:38:46 george Exp $
+
+IUSE=""
+
+DESCRIPTION="very powerful general purpose Computer Algebra System"
+HOMEPAGE="http://yacas.sourceforge.net/"
+SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc
+ >=sys-apps/sed-4"
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die
+
+ # only build gui, if we use x
+ # proteus is untested and does not compile this way,
+ # needs an installed (and merged) yacas to compile.
+ #if use X ; then
+ # cd proteus
+ # emake depend -f makefile.linux || die
+ # emake -f makefile.linux || die
+ # cd ..
+ #fi
+}
+
+src_install() {
+ # a very strange Makefile's, that do not honor standard wrappings :(
+ find -name Makefile |xargs sed -i -e "s:datadir = /usr/share:datadir = ${D}/usr/share:"
+ cd manmake
+ sed -i -e "s:htmldir = :htmldir = ${D}:" -e "s:psdir = :psdir = ${D}:" Makefile
+ cd ${S}
+
+ DESTDIR=${D} make install-strip || die
+
+ # see above notice
+ #if ( use X ); then
+ # cd proteus
+ # emake install-strip -f makefile.linux || die
+ # cd ..
+ #fi
+
+ dodoc AUTHORS INSTALL NEWS README TODO
+ mv ${D}/usr/share/${PN}/documentation ${D}/usr/share/doc/${PF}/html
+ rmdir ${D}/usr/include/
+}