summaryrefslogtreecommitdiff
path: root/app-text/docbook-sgml-utils/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/docbook-sgml-utils/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/docbook-sgml-utils/files')
-rw-r--r--app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch17
-rw-r--r--app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-elinks.patch14
-rw-r--r--app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch90
3 files changed, 0 insertions, 121 deletions
diff --git a/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch b/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch
deleted file mode 100644
index 490d65a0aa43..000000000000
--- a/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix wrong charakter classes no longer missinterpreted by grep-2.7
-Michael Weber <xmw@gentoo.org>
-
---- docbook-utils-0.6.14/bin/jw.in
-+++ docbook-utils-0.6.14/bin/jw.in
-@@ -80,9 +80,9 @@
- SGML_CATALOGS_DIR="/etc/sgml"
- if [ -f "$SGML_CONF" ]
- then
-- RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*'
-+ RE='^[[:space:]]*SGML_BASE_DIR[[:space:]]*=[[:space:]]*'
- SGML_BASE_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"`
-- RE='^[:space:]*SGML_CATALOGS_DIR[:space:]*=[:space:]*'
-+ RE='^[[:space:]]*SGML_CATALOGS_DIR[[:space:]]*=[[:space:]]*'
- SGML_CATALOGS_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"`
- fi
-
diff --git a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-elinks.patch b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-elinks.patch
deleted file mode 100644
index 5256570458af..000000000000
--- a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-elinks.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -NurdB docbook-utils-0.6.14/backends/txt docbook-utils-0.6.14-patched/backends/txt
---- docbook-utils-0.6.14/backends/txt 2004-02-11 08:58:03.000000000 -0500
-+++ docbook-utils-0.6.14-patched/backends/txt 2006-06-05 21:57:23.000000000 -0500
-@@ -10,6 +10,10 @@
- then
- CONVERT=/usr/bin/links
- ARGS="-dump"
-+elif [ -x /usr/bin/elinks ]
-+then
-+ CONVERT=/usr/bin/elinks
-+ ARGS="-dump"
- elif [ -x /usr/bin/w3m ]
- then
- CONVERT=/usr/bin/w3m
diff --git a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch
deleted file mode 100644
index 29906c2046ad..000000000000
--- a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch
+++ /dev/null
@@ -1,90 +0,0 @@
---- doc/HTML/Makefile.am~ 2007-10-08 04:13:04 +0200
-+++ doc/HTML/Makefile.am 2007-10-08 04:13:34 +0200
-@@ -23,7 +23,7 @@
- $(top_srcdir)/doc/refentry/docbook2texi-spec.pl.sgml \
- $(top_srcdir)/doc/refentry/frontend-spec.sgml \
- $(top_srcdir)/doc/refentry/sgmldiff.sgml
-- SGML_CATALOG_FILES=/etc/sgml/catalog \
-+ SGML_CATALOG_FILES=@GENTOO_PORTAGE_EPREFIX@/etc/sgml/catalog \
- SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \
- jade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \
- -V '%use-id-as-filename%' $<
---- doc/man/Makefile.am~ 2007-10-08 04:14:16 +0200
-+++ doc/man/Makefile.am 2007-10-08 04:14:29 +0200
-@@ -10,7 +10,7 @@
-
- $(man1_MANS) $(man7_MANS): $(top_srcdir)/doc/docbook-utils.sgml \
- $(top_srcdir)/helpers/docbook2man-spec.pl
-- SGML_CATALOG_FILES=/etc/sgml/catalog \
-+ SGML_CATALOG_FILES=@GENTOO_PORTAGE_EPREFIX@/etc/sgml/catalog \
- SGML_SEARCH_PATH=$(top_srcdir)/doc:.. \
- nsgmls $< | \
- sgmlspl $(top_srcdir)/helpers/docbook2man-spec.pl
---- bin/jw.in~ 2007-10-08 04:27:18 +0200
-+++ bin/jw.in 2007-10-08 04:28:40 +0200
-@@ -63,7 +63,7 @@
- then
- SGML_CONF=`sgmlwhich`
- else
-- SGML_CONF="/etc/sgml/sgml.conf"
-+ SGML_CONF="@GENTOO_PORTAGE_EPREFIX@/etc/sgml/sgml.conf"
- fi
-
- # Set version message
-@@ -77,7 +77,7 @@
-
- # Set SGML base directory and centralized catalogs directory
- SGML_BASE_DIR="@prefix@/share/sgml"
--SGML_CATALOGS_DIR="/etc/sgml"
-+SGML_CATALOGS_DIR="@GENTOO_PORTAGE_EPREFIX@/etc/sgml"
- if [ -f "$SGML_CONF" ]
- then
- RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*'
---- backends/txt~ 2007-10-08 04:59:59 +0200
-+++ backends/txt 2007-10-08 05:00:52 +0200
-@@ -2,21 +2,21 @@
- # Send any comments to Eric Bischoff <eric@caldera.de>
- # This program is under GPL license. See LICENSE file for details.
-
--if [ -x /usr/bin/lynx ]
-+if [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/lynx ]
- then
-- CONVERT=/usr/bin/lynx
-+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/lynx
- ARGS="-force_html -dump -nolist -width=72"
--elif [ -x /usr/bin/links ]
-+elif [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/links ]
- then
-- CONVERT=/usr/bin/links
-+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/links
- ARGS="-dump"
--elif [ -x /usr/bin/elinks ]
-+elif [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/elinks ]
- then
-- CONVERT=/usr/bin/elinks
-+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/elinks
- ARGS="-dump"
--elif [ -x /usr/bin/w3m ]
-+elif [ -x "@GENTOO_PORTAGE_EPREFIX@"/usr/bin/w3m ]
- then
-- CONVERT=/usr/bin/w3m
-+ CONVERT="@GENTOO_PORTAGE_EPREFIX@"/usr/bin/w3m
- ARGS="-dump"
- else
- echo >&2 "No way to convert HTML to text found."
---- configure.in~ 2004-02-11 15:14:15 +0100
-+++ configure.in 2007-10-14 10:40:51 +0200
-@@ -20,11 +20,11 @@
- AC_SUBST(docdir)
-
- dnl Checks for programs.
--jade_bindirs="/usr/bin /usr/local/bin"
-+jade_bindirs="@GENTOO_PORTAGE_EPREFIX@/usr/bin"
- AC_FIND_PROGRAM(nsgmls, $jade_bindirs, jade_bindir)
- AC_SUBST(jade_bindir)
-
--perl_bindirs="/usr/bin /usr/local/bin"
-+perl_bindirs="@GENTOO_PORTAGE_EPREFIX@/usr/bin"
- AC_FIND_PROGRAM(perl, $perl_bindirs, perl_bindir)
- AC_SUBST(perl_bindir)
-