diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 10:06:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 10:06:42 +0000 |
commit | dd97adfcff426951b82c6aab2f9e309eea3ab241 (patch) | |
tree | df53c78a49db9a0d37bc07216bdeffe6313a30da /app-text/linuxdoc-tools/files | |
parent | Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers-... (diff) | |
download | gentoo-2-dd97adfcff426951b82c6aab2f9e309eea3ab241.tar.gz gentoo-2-dd97adfcff426951b82c6aab2f9e309eea3ab241.tar.bz2 gentoo-2-dd97adfcff426951b82c6aab2f9e309eea3ab241.zip |
Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers-again-td259655.html
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/linuxdoc-tools/files')
3 files changed, 0 insertions, 56 deletions
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.13-letter.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.13-letter.patch deleted file mode 100644 index ed6e0e80a105..000000000000 --- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.13-letter.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- linuxdoc-tools-0.9.13/lib/LinuxDocTools.pm.letter Mon Nov 26 16:09:37 2001 -+++ linuxdoc-tools-0.9.13/lib/LinuxDocTools.pm Mon Nov 26 16:09:49 2001 -@@ -108,7 +108,7 @@ - { option => "pass", type => "s", short => "P" } - ]; - $global->{backend} = "linuxdoc"; -- $global->{papersize} = "a4"; -+ $global->{papersize} = "letter"; - $global->{language} = "en"; - $global->{charset} = "ascii"; - $global->{style} = ""; ---- linuxdoc-tools-0.9.13/man/linuxdoc.1.letter Mon Nov 26 16:10:04 2001 -+++ linuxdoc-tools-0.9.13/man/linuxdoc.1 Mon Nov 26 16:10:42 2001 -@@ -46,8 +46,8 @@ - format, but just output the usage of this suites. - Available formats are: html, info, latex, lyx, rtf, tex, check. - .IP "--papersize=\fIsize\fR, -p --Set the paper size. Default is ``a4'' (European 297x210mm paper). --You may also specify ``letter'' size. -+Set the paper size. Default is ``letter''. -+You may also specify ``a4'' size (European 297x210mm paper). - .IP "--language=\fIlang\fR, -l" - Specify the language of the document (this may change which style - files are used for formatting by a back end). The default language is diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.20-lib64.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.20-lib64.patch deleted file mode 100644 index 04816c4f888c..000000000000 --- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.20-lib64.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- linuxdoc-tools-0.9.20/bin/linuxdoc.in.orig 2002-09-10 14:31:56.000000000 -0400 -+++ linuxdoc-tools-0.9.20/bin/linuxdoc.in 2002-09-10 14:32:32.000000000 -0400 -@@ -23,8 +23,10 @@ - - use lib "@DATADIR@"; - use lib "@prefix@/perl5"; -+use lib "@prefix@/lib64/perl5"; - use lib "@prefix@/lib/perl5"; - use lib "@prefix@/share/perl5"; -+ - $progs = { - "NSGMLS" => "@NSGMLS@", - "SGMLSASP" => "@SGMLSASP@", diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-ldflags.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-ldflags.patch deleted file mode 100644 index 24643929df2f..000000000000 --- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-ldflags.patch +++ /dev/null @@ -1,19 +0,0 @@ -Respect FLAGS - -http://bugs.gentoo.org/show_bug.cgi?id=287555 - ---- rtf-fix/Makefile -+++ rtf-fix/Makefile -@@ -1,11 +1,9 @@ --CC=gcc - LEX=flex --CFLAGS=-O - - all: rtf2rtf - - rtf2rtf: rtf2rtf.c -- $(CC) $(CFLAGS) -o rtf2rtf rtf2rtf.c -lfl -+ $(CC) $(LDFLAGS) $(CFLAGS) -o rtf2rtf rtf2rtf.c -lfl - - rtf2rtf.c: rtf2rtf.l - $(LEX) -t rtf2rtf.l>rtf2rtf.c |