diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-17 23:36:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-17 23:36:28 +0000 |
commit | 1a14c3707c7482ba7ec5f299b028c9524b957cb0 (patch) | |
tree | 5b9bb105f2dc24333a50bccac295d1ba652a7722 /app-text/xdvik/files | |
parent | version bump for bug #469762. Also sync live ebuild. (diff) | |
download | gentoo-2-1a14c3707c7482ba7ec5f299b028c9524b957cb0.tar.gz gentoo-2-1a14c3707c7482ba7ec5f299b028c9524b957cb0.tar.bz2 gentoo-2-1a14c3707c7482ba7ec5f299b028c9524b957cb0.zip |
remove old
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/xdvik/files')
4 files changed, 0 insertions, 145 deletions
diff --git a/app-text/xdvik/files/xdvik-22.84.16-cvararg.patch b/app-text/xdvik/files/xdvik-22.84.16-cvararg.patch deleted file mode 100644 index 25efb5d51382..000000000000 --- a/app-text/xdvik/files/xdvik-22.84.16-cvararg.patch +++ /dev/null @@ -1,73 +0,0 @@ -c-vararg is an internal header of kpathsea, not installed by the system version. - -Index: xdvik-22.84.16/texk/xdvik/dvi-draw.c -=================================================================== ---- xdvik-22.84.16.orig/texk/xdvik/dvi-draw.c -+++ xdvik-22.84.16/texk/xdvik/dvi-draw.c -@@ -43,7 +43,6 @@ in xdvi.c. - #include "kpathsea/c-stat.h" - #include "kpathsea/magstep.h" - #include "kpathsea/tex-file.h" --#include "kpathsea/c-vararg.h" - - #include <string.h> - -Index: xdvik-22.84.16/texk/xdvik/gui/message-window.c -=================================================================== ---- xdvik-22.84.16.orig/texk/xdvik/gui/message-window.c -+++ xdvik-22.84.16/texk/xdvik/gui/message-window.c -@@ -78,7 +78,6 @@ by the user (as a rough guide: a delay o - # include <X11/Xaw/Dialog.h> - #endif - --#include "kpathsea/c-vararg.h" - #include "xdvi.h" - #include "util.h" - #include "string-utils.h" -Index: xdvik-22.84.16/texk/xdvik/gui/statusline.c -=================================================================== ---- xdvik-22.84.16.orig/texk/xdvik/gui/statusline.c -+++ xdvik-22.84.16/texk/xdvik/gui/statusline.c -@@ -32,7 +32,6 @@ - #include "pagehist.h" - #include "util.h" - --#include "kpathsea/c-vararg.h" - #include "my-vsnprintf.h" - - #include <ctype.h> -Index: xdvik-22.84.16/texk/xdvik/string-utils.h -=================================================================== ---- xdvik-22.84.16.orig/texk/xdvik/string-utils.h -+++ xdvik-22.84.16/texk/xdvik/string-utils.h -@@ -2,7 +2,6 @@ - #define STRING_UTILS_H_ - - #include "xdvi-config.h" --#include "kpathsea/c-vararg.h" - #include "my-vsnprintf.h" - - extern Boolean str_is_prefix(const char *, const char *, Boolean case_sensitive); -Index: xdvik-22.84.16/texk/xdvik/tests/test_string_utils.c -=================================================================== ---- xdvik-22.84.16.orig/texk/xdvik/tests/test_string_utils.c -+++ xdvik-22.84.16/texk/xdvik/tests/test_string_utils.c -@@ -1,6 +1,5 @@ - #include "xdvi-config.h" - #include "xdvi.h" --#include "kpathsea/c-vararg.h" - - #include <stdio.h> - #include <stdlib.h> -Index: xdvik-22.84.16/texk/xdvik/xdvi.h -=================================================================== ---- xdvik-22.84.16.orig/texk/xdvik/xdvi.h -+++ xdvik-22.84.16/texk/xdvik/xdvi.h -@@ -261,7 +261,6 @@ extern KPSEDLL char *kpathsea_version_st - # define NeedVarargsPrototypes NeedFunctionPrototypes - #endif - --#include "kpathsea/c-vararg.h" - #include "kpathsea/c-fopen.h" - - #ifndef _XFUNCPROTOBEGIN diff --git a/app-text/xdvik/files/xdvik-22.84.16-kpathsea_version.patch b/app-text/xdvik/files/xdvik-22.84.16-kpathsea_version.patch deleted file mode 100644 index fb69d3d1294e..000000000000 --- a/app-text/xdvik/files/xdvik-22.84.16-kpathsea_version.patch +++ /dev/null @@ -1,18 +0,0 @@ -kpathsea from TeX Live 2009 and later provides a version.h header with this -definition. Use it because it causes definition conflicts with kpathsea from TeX -Live 2010. - -Index: xdvik-22.84.16/texk/xdvik/xdvi.h -=================================================================== ---- xdvik-22.84.16.orig/texk/xdvik/xdvi.h -+++ xdvik-22.84.16/texk/xdvik/xdvi.h -@@ -242,8 +242,7 @@ typedef unsigned long xuint32; - #define LENGTH_OF_ULONG ((sizeof(unsigned long) * CHAR_BIT + 2) / 3 + 1 + 1) - - #include "kpathsea/c-dir.h" /* dirent.h, NAMLEN */ -- --extern KPSEDLL char *kpathsea_version_string; -+#include "kpathsea/version.h" - - #ifndef NeedFunctionPrototypes - # if __STDC__ diff --git a/app-text/xdvik/files/xdvik-22.84.16-open-mode.patch b/app-text/xdvik/files/xdvik-22.84.16-open-mode.patch deleted file mode 100644 index 76ee267dc1a3..000000000000 --- a/app-text/xdvik/files/xdvik-22.84.16-open-mode.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -pruN xdvik-22.84.14.orig/texk/xdvik/util.c xdvik-22.84.14/texk/xdvik/util.c ---- xdvik-22.84.14.orig/texk/xdvik/util.c 2009-09-02 21:30:39.812675433 +0200 -+++ xdvik-22.84.14/texk/xdvik/util.c 2008-05-03 21:45:10.000000000 +0200 -@@ -273,7 +273,7 @@ try_open_mode(const char *fname, int fla - int fd = open(fname, flags, mode); - if (fd < 0 && (errno == EMFILE || errno == ENFILE)) { - close_a_file(); -- fd = open(fname, flags); -+ fd = open(fname, flags, mode); - } - return fd; - } diff --git a/app-text/xdvik/files/xdvik-22.84.16-parallel_make.patch b/app-text/xdvik/files/xdvik-22.84.16-parallel_make.patch deleted file mode 100644 index af80fb38cd09..000000000000 --- a/app-text/xdvik/files/xdvik-22.84.16-parallel_make.patch +++ /dev/null @@ -1,42 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=293541 - ---- Makefile.in -+++ Makefile.in -@@ -46,11 +46,13 @@ LIBKPATHSEADEP=@LIBKPATHSEADEP@ - x_link = $(LDLIBT1) $(LDLIBKPATHSEA) $(x_ldflags) $(x_tool_libs) $(x_xmu_lib) -lXt $(x_pre_libs) $(x_ext_lib) $(x_xpm_libs) -lX11 $(x_extra_libs) - - TESTS=./tests/run_tests --TESTS_DEP=$(TESTS) -+TESTS_DEP=tests -+.PHONY: $(TESTS_DEP) - - # various xdvik GUI elements - LIBGUI=./gui/libgui.a --LIBGUIDEP=$(LIBGUI) -+LIBGUIDEP=gui -+.PHONY: $(LIBGUIDEP) - - - # Extra xdvi-specific compiler options. -@@ -106,18 +108,14 @@ objects = \ - perlprog = t1mapper - manpage = xdvi - --default all: libguibuild @final_exec_name@ $(manpage).1 -+default all: $(LIBGUIDEP) @final_exec_name@ $(manpage).1 - --$(LIBGUI): -+$(LIBGUIDEP): - cd gui; $(MAKE) $(makeargs) libgui.a - --$(TESTS): -+$(TESTS_DEP): - cd tests; $(MAKE) $(makeargs) - --### we need this additional target so that libgui is always checked to be up-to-date ... --libguibuild: -- cd gui; $(MAKE) $(makeargs) libgui.a -- - test: - cd tests; $(MAKE) $(makeargs) test - |