summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-11-06 13:06:04 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-11-06 13:06:04 +0000
commit237a05cc293bec2926e7fbe4d1adad68e213734e (patch)
tree46d5d3553d43178efb9334bc4eb9e31678486d24 /app-sci
parentInitial import. Closes bug #20503. (diff)
downloadgentoo-2-237a05cc293bec2926e7fbe4d1adad68e213734e.tar.gz
gentoo-2-237a05cc293bec2926e7fbe4d1adad68e213734e.tar.bz2
gentoo-2-237a05cc293bec2926e7fbe4d1adad68e213734e.zip
Little install modifications
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/singular/ChangeLog6
-rw-r--r--app-sci/singular/Manifest4
-rw-r--r--app-sci/singular/singular-2.0.4-r1.ebuild10
3 files changed, 14 insertions, 6 deletions
diff --git a/app-sci/singular/ChangeLog b/app-sci/singular/ChangeLog
index bf6528e70eef..3ced131e9dbd 100644
--- a/app-sci/singular/ChangeLog
+++ b/app-sci/singular/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/singular
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.2 2003/10/29 16:26:57 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.3 2003/11/06 13:05:57 phosphan Exp $
+
+ 06 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> singular-2.0.4-r1.ebuild:
+ Slight modifications to the install function - the singular.info file has a
+ directory index entry now. Added a better short description.
*singular-2.0.4-r1 (29 Oct 2003)
diff --git a/app-sci/singular/Manifest b/app-sci/singular/Manifest
index c262931d6fae..b93d1a1556d0 100644
--- a/app-sci/singular/Manifest
+++ b/app-sci/singular/Manifest
@@ -1,6 +1,6 @@
MD5 b855f61a43f9b7c8674f863674cd129e singular-2.0.4.ebuild 2670
-MD5 d0181a0f56bd79137bbbfc60685e4a45 singular-2.0.4-r1.ebuild 3354
-MD5 3ceeb902e1851c27d6e8d39130195e1b ChangeLog 620
+MD5 69125371194acc819f92b02052ce408e singular-2.0.4-r1.ebuild 3664
+MD5 a9d5ab73c18b38d03abbe6e50f09ee1f ChangeLog 841
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 b1383ace2a0b30413341982e4e34341f files/fake_ssh 150
MD5 b52673163a28446aae41691abc3e705d files/digest-singular-2.0.4 862
diff --git a/app-sci/singular/singular-2.0.4-r1.ebuild b/app-sci/singular/singular-2.0.4-r1.ebuild
index 56a09274c11e..83d037d642f4 100644
--- a/app-sci/singular/singular-2.0.4-r1.ebuild
+++ b/app-sci/singular/singular-2.0.4-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/singular-2.0.4-r1.ebuild,v 1.1 2003/10/29 16:26:57 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/singular-2.0.4-r1.ebuild,v 1.2 2003/11/06 13:05:58 phosphan Exp $
S=${WORKDIR}/${P}
MINPV=${PV//./-}
BPN=${PN/s/S}
-DESCRIPTION="Singular"
+DESCRIPTION="computer algebra system for polynomial computations"
SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/${BPN}-doc-${MINPV}.tar.gz
ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/${BPN}-emacs-${MINPV}.tar.gz
ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/${BPN}-factory-${MINPV}b.tar.gz
@@ -101,7 +101,11 @@ src_install () {
while grep -q "${strange_error}" makeresult
do make 2>&1 info | tee makeresult
done
- cp singular.hlp singular.info
+ echo > singular.info "INFO-DIR-SECTION Math"
+ echo >> singular.info "START-INFO-DIR-ENTRY"
+ echo >> singular.info "* Singular: (singular). A Computer Algebra System for Polynomial Computations"
+ echo >> singular.info "END-INFO-DIR-ENTRY"
+ cat singular.hlp >> singular.info
doinfo singular.info
make html
dohtml -r html/.