summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/gauche/ChangeLog8
-rw-r--r--dev-lisp/gauche/files/gauche-extract-1.13.diff11
-rw-r--r--dev-lisp/gauche/gauche-0.7.4.2.ebuild5
-rw-r--r--dev-lisp/gauche/metadata.xml21
4 files changed, 31 insertions, 14 deletions
diff --git a/dev-lisp/gauche/ChangeLog b/dev-lisp/gauche/ChangeLog
index 12eaeba21322..339f427f9196 100644
--- a/dev-lisp/gauche/ChangeLog
+++ b/dev-lisp/gauche/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lisp/gauche
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.19 2004/03/14 13:17:32 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/ChangeLog,v 1.20 2004/03/28 14:18:36 hattya Exp $
+
+ 28 Mar 2004; Akinori Hattori <hattya@gentoo.org> gauche-0.7.4.2.ebuild,
+ files/gauche-extract-1.13.diff:
+ added gauche-extract-1.13.diff.
+ this patch will fix a wrong regexp in doc/extract, which is used to
+ generate gauche-refj.texi.
14 Mar 2004; David Holm <dholm@gentoo.org> gauche-0.7.4.2.ebuild:
Added to ~ppc.
diff --git a/dev-lisp/gauche/files/gauche-extract-1.13.diff b/dev-lisp/gauche/files/gauche-extract-1.13.diff
new file mode 100644
index 000000000000..3ffa8c8a9ebb
--- /dev/null
+++ b/dev-lisp/gauche/files/gauche-extract-1.13.diff
@@ -0,0 +1,11 @@
+--- doc/extract-1.13 2004-01-20 07:28:35.000000000 +0900
++++ doc/extract 2004-03-28 20:50:21.886561408 +0900
+@@ -67,7 +67,7 @@
+ (process-header cmd header) (in (read-line)))
+ (#/^\* ([^:]+)::(.*)?/ (#f node desc)
+ (process-menu node #f desc) (in (read-line)))
+- (#/^\* ([^:]+):\s+([^.]+)\.(.*)?/ (#f tag node desc)
++ (#/^\* ([^:]+):\s+(.+)\.(.*)?/ (#f tag node desc)
+ (process-menu node tag desc) (in (read-line)))
+ (else (display
+ (regexp-replace-all #/@VERSION@/
diff --git a/dev-lisp/gauche/gauche-0.7.4.2.ebuild b/dev-lisp/gauche/gauche-0.7.4.2.ebuild
index 51d2495f8e67..c16981d32c0c 100644
--- a/dev-lisp/gauche/gauche-0.7.4.2.ebuild
+++ b/dev-lisp/gauche/gauche-0.7.4.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.2.ebuild,v 1.2 2004/03/14 13:17:32 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gauche/gauche-0.7.4.2.ebuild,v 1.3 2004/03/28 14:18:36 hattya Exp $
-inherit flag-o-matic
+inherit eutils flag-o-matic
IUSE="ipv6 nls"
@@ -26,6 +26,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${PN}-gdbm-gentoo.diff
+ epatch ${FILESDIR}/${PN}-extract-1.13.diff
autoconf
}
diff --git a/dev-lisp/gauche/metadata.xml b/dev-lisp/gauche/metadata.xml
index 1ed8aed222dc..9b85da119157 100644
--- a/dev-lisp/gauche/metadata.xml
+++ b/dev-lisp/gauche/metadata.xml
@@ -2,17 +2,16 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
-<maintainer>
- <email>hattya@gentoo.org</email>
- <name>Akinori Hattori</name>
-</maintainer>
+ <maintainer>
+ <email>hattya@gentoo.org</email>
+ </maintainer>
-<longdescription>
-Gauche is an R5RS Scheme implementation developed to be a handy script
-interpreter, which allows programmers and system administrators to write
-small to large scripts for their daily chores. Quick startup, built-in
-system interface, native multilingual support are some of my goals.
+ <longdescription>
+ Gauche is an R5RS Scheme implementation developed to be a handy script
+ interpreter, which allows programmers and system administrators to write
+ small to large scripts for their daily chores. Quick startup, built-in
+ system interface, native multilingual support are some of my goals.
-Gauche runs on several Unix-like platforms.
-</longdescription>
+ Gauche runs on several Unix-like platforms.
+ </longdescription>
</pkgmetadata>