summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-25 18:58:38 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-25 18:58:38 +0300
commit512b26ec2dd026045a10a8bcda3dcd8d711a945b (patch)
tree05d5807ae8c4191da9ab04ce5e404a5e4d5cab76 /app-text/linuxdoc-tools/files
parentdev-ruby/ruby-oci8: amd64 stable wrt bug #568112 (diff)
downloadgentoo-512b26ec2dd026045a10a8bcda3dcd8d711a945b.tar.gz
gentoo-512b26ec2dd026045a10a8bcda3dcd8d711a945b.tar.bz2
gentoo-512b26ec2dd026045a10a8bcda3dcd8d711a945b.zip
app-text/linuxdoc-tools: remove old
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-text/linuxdoc-tools/files')
-rw-r--r--app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-compiler.patch52
-rw-r--r--app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch28
2 files changed, 0 insertions, 80 deletions
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-compiler.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-compiler.patch
deleted file mode 100644
index d66bb0fce101..000000000000
--- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-compiler.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Strip hardcoded CC, CFLAGS, LDFLAGS as linuxdoc-tools build system ignores
-systemd-wide values of these variables.
-
-diff --git a/Makefile.in b/Makefile.in
-index 359f14e..4af3ee3 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -42,14 +42,6 @@ tex_ddir = $(DESTDIR)$(texdir)
-
- progs := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf sgml2txt sgmlcheck
-
--PROFILE =
--INCLUDE =
--OPTIMIZE = -O
--DEBUG =
--WARN =
--CFLAGS = $(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
--LDFLAGS = $(DEBUG) $(PROFILE)
--
- all:
- ifeq ($(BUILD_SGMLSASP), true)
- @echo "Compiling the SGML translator tools (in sgmls-1.1/)..."
-diff --git a/rtf-fix/Makefile b/rtf-fix/Makefile
-index 7b02427..c0628bf 100644
---- a/rtf-fix/Makefile
-+++ b/rtf-fix/Makefile
-@@ -1,6 +1,4 @@
--CC=gcc
- LEX=flex
--CFLAGS=-O
-
- all: rtf2rtf
-
-diff --git a/sgmls-1.1/Makefile b/sgmls-1.1/Makefile
-index 7a1cffa..6dc53ad 100644
---- a/sgmls-1.1/Makefile
-+++ b/sgmls-1.1/Makefile
-@@ -15,14 +15,7 @@ MANDIR=$(PREFIX)/man/man$(MANEXT)
- # Permissions mode to use for man pages.
- MANMODE=444
-
--CC=gcc
--PROFILE=
- INCLUDE=
--OPTIMIZE=-O
--DEBUG=
--WARN=
--CFLAGS=$(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
--LDFLAGS=$(DEBUG) $(PROFILE)
- # Additional libraries needed.
- # Ultrix needs -li
- LIBS=
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
deleted file mode 100644
index 075eae6526a7..000000000000
--- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 359f14e..1649245 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -161,23 +161,6 @@ endif
- mkdir -m 755 -p $(tex_ddir)
- $(INSTALL_DATA) tex/* $(tex_ddir)
-
--# -- Build and install documentation
-- @echo "Installing documentation in $(doc_ddir) ..."
-- (cd doc; \
-- PATH=${PATH}:$(bin_ddir) \
-- PREFIX=$(DESTDIR)$(prefix) \
-- AUXBINDIR=$(auxbin_ddir) \
-- PKGPERL5LIB=$(perl5lib_ddir) \
-- PKGDATADIR=$(pkgdata_ddir) \
-- bash Makedoc.sh)
--
-- mkdir -m 755 -p $(doc_ddir)
-- # cp -r doc/* $(doc_ddir)
-- ( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar -xpf - )
-- rm -f $(doc_ddir)/Makedoc.sh
-- find $(doc_ddir) -type d -print | xargs chmod 755
-- find $(doc_ddir) -type f -print | xargs chmod 644
--
- # what dirs do the targets clean and distclean need?
- DDIRS=
- MDIRS=