diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-03-28 14:18:36 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-03-28 14:18:36 +0000 |
commit | df02686cf4c0cd832fecc62aaac92d5e221cbe78 (patch) | |
tree | 4c03d450f8875e610430f732e5c22ef5d1bd1f9f /dev-lisp | |
parent | Update SRC_URI. (diff) | |
download | historical-df02686cf4c0cd832fecc62aaac92d5e221cbe78.tar.gz historical-df02686cf4c0cd832fecc62aaac92d5e221cbe78.tar.bz2 historical-df02686cf4c0cd832fecc62aaac92d5e221cbe78.zip |
added gauche-extract-1.13.diff.
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gauche/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/gauche/Manifest | 9 | ||||
-rw-r--r-- | dev-lisp/gauche/files/gauche-extract-1.13.diff | 11 | ||||
-rw-r--r-- | dev-lisp/gauche/gauche-0.7.4.2.ebuild | 5 | ||||
-rw-r--r-- | dev-lisp/gauche/metadata.xml | 21 |
5 files changed, 36 insertions, 18 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/Manifest b/dev-lisp/gauche/Manifest index c8fbea60f12f..5f5aa9694d07 100644 --- a/dev-lisp/gauche/Manifest +++ b/dev-lisp/gauche/Manifest @@ -1,9 +1,10 @@ -MD5 3b8e455d709262f37ae999069a997513 ChangeLog 3020 +MD5 4fdb52be0661080b8454d017d3d5574d ChangeLog 3263 MD5 5e3022ab6d9b28b392b093b158a1d2a9 gauche-0.7.3.ebuild 1382 -MD5 bc2ea125a1b44e2c6498cafaff068741 gauche-0.7.4.2.ebuild 1223 -MD5 681d1885ce4490fd7c2d537a30a943de metadata.xml 618 MD5 19fb101a137045bb79379f53e9c50929 gauche-0.7.4.1.ebuild 1198 +MD5 739c17ea097f9bb7ad6d8d1233711d9d gauche-0.7.4.2.ebuild 1275 +MD5 e9fa98743d1cf3b213a4b04f52baf5f8 metadata.xml 619 MD5 c72a63369fdb0fee8a8f45533b69fe5f files/digest-gauche-0.7.3 62 -MD5 506a28faf2e5a3d88f080e411dff706c files/digest-gauche-0.7.4.2 64 MD5 89966637512684b9b73c898b067cf740 files/digest-gauche-0.7.4.1 64 +MD5 506a28faf2e5a3d88f080e411dff706c files/digest-gauche-0.7.4.2 64 +MD5 905b4119bbcfc50f5004668d9d806dcc files/gauche-extract-1.13.diff 524 MD5 177cc4fa4c84d465bab80e5b3adb5cc1 files/gauche-gdbm-gentoo.diff 729 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> |