summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-23 15:13:45 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-23 15:13:45 +0000
commitb9f8b94753cce2b43ffadafd895c557afc868e9a (patch)
treea4be60b986c11f0b06a45d10e6c77cc4183e7daa /dev-lang
parenttouchups (diff)
downloadhistorical-b9f8b94753cce2b43ffadafd895c557afc868e9a.tar.gz
historical-b9f8b94753cce2b43ffadafd895c557afc868e9a.tar.bz2
historical-b9f8b94753cce2b43ffadafd895c557afc868e9a.zip
touchups
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/inform/inform-6.21.3.ebuild4
-rw-r--r--dev-lang/yacas/yacas-1.0.54.ebuild52
2 files changed, 21 insertions, 35 deletions
diff --git a/dev-lang/inform/inform-6.21.3.ebuild b/dev-lang/inform/inform-6.21.3.ebuild
index babb305fdb9e..0532b21e96d0 100644
--- a/dev-lang/inform/inform-6.21.3.ebuild
+++ b/dev-lang/inform/inform-6.21.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/inform/inform-6.21.3.ebuild,v 1.1 2003/03/02 06:43:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/inform/inform-6.21.3.ebuild,v 1.2 2003/04/23 15:11:46 vapier Exp $
MY_PV=6.21
LIB_V=610
-DESCRIPTION="Inform is a design system for interactive fiction"
+DESCRIPTION="design system for interactive fiction"
HOMEPAGE="http://www.inform-fiction.org/"
SRC_URI="http://mirror.ifarchive.org/if-archive/unprocessed/${P}.tar.gz
http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/${P}.tar.gz
diff --git a/dev-lang/yacas/yacas-1.0.54.ebuild b/dev-lang/yacas/yacas-1.0.54.ebuild
index 30a8efbccd15..4b240441cd11 100644
--- a/dev-lang/yacas/yacas-1.0.54.ebuild
+++ b/dev-lang/yacas/yacas-1.0.54.ebuild
@@ -1,46 +1,34 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yacas/yacas-1.0.54.ebuild,v 1.1 2003/04/18 03:31:55 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yacas/yacas-1.0.54.ebuild,v 1.2 2003/04/23 15:13:45 vapier Exp $
-IUSE=""
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="YACAS is a very powerful, general purpose Computer Algebra System."
+DESCRIPTION="very powerful general purpose Computer Algebra System"
HOMEPAGE="http://yacas.sourceforge.net/"
SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz"
-DEPEND="virtual/glibc"
-
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
-#src_unpack() {
-# unpack ${A}
-# cd ${S}
-#
-# sed -i -e "s:yacas_include = :yacas_include = ${D}:" src/Makefile.in ramscripts/Makefile.in
-#}
+DEPEND="virtual/glibc"
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
+ # 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 :(
- cd ${S}
+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
@@ -48,14 +36,12 @@ src_install () {
DESTDIR=${D} make install-strip || die
-#rm -rf var/
-
-# see above notice
-# if ( use X ); then
-# cd proteus
-# emake install-strip -f makefile.linux || die
-# cd ..
-# fi
+ # 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