diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-06-05 23:54:12 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-06-05 23:54:12 +0000 |
commit | c17356c6c587400e2880b62aa921c7a88efa4c74 (patch) | |
tree | cd71201c0e95452e3aa6db410b8bafebe1c04f85 /app-text/asciidoc/files | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-c17356c6c587400e2880b62aa921c7a88efa4c74.tar.gz gentoo-2-c17356c6c587400e2880b62aa921c7a88efa4c74.tar.bz2 gentoo-2-c17356c6c587400e2880b62aa921c7a88efa4c74.zip |
Applied patch; bug #95127.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-text/asciidoc/files')
-rw-r--r-- | app-text/asciidoc/files/asciidoc-name.patch | 11 | ||||
-rw-r--r-- | app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-text/asciidoc/files/asciidoc-name.patch b/app-text/asciidoc/files/asciidoc-name.patch new file mode 100644 index 000000000000..26230621b310 --- /dev/null +++ b/app-text/asciidoc/files/asciidoc-name.patch @@ -0,0 +1,11 @@ +--- asciidoc.py.orig 2005-05-08 17:03:42.666249974 +0100 ++++ asciidoc.py 2005-05-08 16:56:00.518923960 +0100 +@@ -1067,7 +1067,7 @@ + error('malformed NAME section body') + lines = reader.read_until(r'^$') + s = string.join(lines) +- mo = re.match(r'^(?P<manname>.*?)-(?P<manpurpose>.*)$',s) ++ mo = re.match(r'^(?P<manname>.*?)\s+-\s+(?P<manpurpose>.*)$',s) + if not mo: + error('malformed NAME section body') + attrs['manname'] = string.strip(mo.group('manname')) diff --git a/app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 b/app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 new file mode 100644 index 000000000000..1ff755657a3f --- /dev/null +++ b/app-text/asciidoc/files/digest-asciidoc-6.0.3-r1 @@ -0,0 +1 @@ +MD5 7b8d918f68a24c1d13be6999248788f8 asciidoc-6.0.3.tar.gz 774893 |