From: Arkadiusz Miśkiewicz Date: Sun, 5 Jul 2009 17:16:13 +0000 (+0000) Subject: - drop obsolete files X-Git-Tag: auto/th/crossmingw32-gettext-0_18_1_1-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-gettext.git;a=commitdiff_plain;h=47451aea68b3822bfdb146ec63be6a08e7da2f6d - drop obsolete files Changed files: gettext-no_docs.patch -> 1.3 gettext-pl.po-update.patch -> 1.12 --- diff --git a/gettext-no_docs.patch b/gettext-no_docs.patch deleted file mode 100644 index 12043c4..0000000 --- a/gettext-no_docs.patch +++ /dev/null @@ -1,174 +0,0 @@ -diff -Nru gettext-0.12.orig/gettext-tools/doc/Makefile.am gettext-0.12/gettext-tools/doc/Makefile.am ---- gettext-0.12.orig/gettext-tools/doc/Makefile.am 2003-04-14 15:39:49.000000000 +0200 -+++ gettext-0.12/gettext-tools/doc/Makefile.am 2003-05-20 14:51:18.000000000 +0200 -@@ -17,19 +17,10 @@ - - ## Process this file with automake to produce Makefile.in. - --docdir = $(datadir)/doc/gettext --dvidir = $(docdir) --psdir = $(docdir) --pdfdir = $(docdir) --htmldir = $(docdir) -- - AUTOMAKE_OPTIONS = 1.2 gnits - EXTRA_DIST = - MOSTLYCLEANFILES = - --SED = sed --RM = rm -f -- - MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ - - info_TEXINFOS = gettext.texi -@@ -55,150 +46,6 @@ - mv iso-3166.tmp $(srcdir)/iso-3166.texi - - --# We distribute only the split HTML documentation. --# The user can generate the others, via --# make gettext.ps --# make gettext.pdf --# make gettext.html -- --all-local: html --install-data-local: install-html --installdirs-local: installdirs-html --uninstall-local: uninstall-html --# Hidden from automake, but really activated. Works around an automake-1.5 bug. --#distdir: dist-html -- --html: html-split --install-html: install-html-split --uninstall-html: uninstall-html-split --dist-html: dist-html-split -- --CLEANFILES = gettext.pdf gettext.html --# gettext.dvi and gettext.ps are already known to automake. --MAINTAINERCLEANFILES = gettext_*.html -- -- --# Documentation in DVI format. -- --install-dvi: gettext.dvi -- $(mkinstalldirs) $(DESTDIR)$(dvidir) -- $(INSTALL_DATA) `if test -f gettext.dvi; then echo .; else echo $(srcdir); fi`/gettext.dvi $(DESTDIR)$(dvidir)/gettext.dvi -- --installdirs-dvi: -- $(mkinstalldirs) $(DESTDIR)$(dvidir) -- --uninstall-dvi: -- $(RM) $(DESTDIR)$(dvidir)/gettext.dvi -- --# Temporary index files. automake removes only the predefined ones by itself. --MOSTLYCLEANFILES += \ -- gettext.am gettext.ams \ -- gettext.cp gettext.cps \ -- gettext.ef gettext.efs \ -- gettext.em gettext.ems \ -- gettext.ev gettext.evs \ -- gettext.fn gettext.fns \ -- gettext.kw gettext.kws \ -- gettext.op gettext.ops \ -- gettext.pg gettext.pgs \ -- gettext.vr gettext.vrs -- -- --# Documentation in Postscript format. -- --DVIPS = @DVIPS@ -D600 -- --ps: gettext.ps -- --gettext.ps: gettext.dvi -- $(DVIPS) -o $@ `if test -f gettext.dvi; then echo gettext.dvi; else echo $(srcdir)/gettext.dvi; fi` -- --install-ps: gettext.ps -- $(mkinstalldirs) $(DESTDIR)$(psdir) -- $(INSTALL_DATA) `if test -f gettext.ps; then echo .; else echo $(srcdir); fi`/gettext.ps $(DESTDIR)$(psdir)/gettext.ps -- --installdirs-ps: -- $(mkinstalldirs) $(DESTDIR)$(psdir) -- --uninstall-ps: -- $(RM) $(DESTDIR)$(psdir)/gettext.ps -- -- --# Documentation in Portable Document Format. -- --TEXI2PDF = @TEXI2PDF@ --SUFFIXES = .pdf -- --pdf: gettext.pdf -- --.texi.pdf: -- TEXINPUTS=.:$$TEXINPUTS \ -- MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2PDF) $< -- --install-pdf: gettext.pdf -- $(mkinstalldirs) $(DESTDIR)$(pdfdir) -- $(INSTALL_DATA) `if test -f gettext.pdf; then echo .; else echo $(srcdir); fi`/gettext.pdf $(DESTDIR)$(pdfdir)/gettext.pdf -- --installdirs-pdf: -- $(mkinstalldirs) $(DESTDIR)$(pdfdir) -- --uninstall-pdf: -- $(RM) $(DESTDIR)$(pdfdir)/gettext.pdf -- -- --# Documentation in HTML format. -- --TEXI2HTML = @PERL@ $(srcdir)/texi2html -- --html-monolithic: gettext.html --html-split: gettext_toc.html -- --gettext.html: gettext.texi version.texi $(gettext_TEXINFOS) -- $(TEXI2HTML) -expandinfo -number -monolithic `if test -f gettext.texi; then echo gettext.texi; else echo $(srcdir)/gettext.texi; fi` -- --gettext_toc.html: gettext.texi version.texi $(gettext_TEXINFOS) -- case "@PERL@" in \ -- *"/missing perl") \ -- $(TEXI2HTML) -expandinfo -number -split_chapter `if test -f gettext.texi; then echo gettext.texi; else echo $(srcdir)/gettext.texi; fi` || exit 0 ;; \ -- *) $(RM) gettext_*.html ; \ -- $(TEXI2HTML) -expandinfo -number -split_chapter `if test -f gettext.texi; then echo gettext.texi; else echo $(srcdir)/gettext.texi; fi` ;; \ -- esac -- --install-html-monolithic: gettext.html -- $(mkinstalldirs) $(DESTDIR)$(htmldir) -- $(INSTALL_DATA) `if test -f gettext.html; then echo .; else echo $(srcdir); fi`/gettext.html $(DESTDIR)$(htmldir)/gettext.html -- --install-html-split: gettext_toc.html -- $(mkinstalldirs) $(DESTDIR)$(htmldir) -- for file in `if test -f gettext_toc.html; then echo .; else echo $(srcdir); fi`/gettext_*.html; do \ -- $(INSTALL_DATA) $$file $(DESTDIR)$(htmldir)/`basename $$file`; \ -- done -- --installdirs-html: -- $(mkinstalldirs) $(DESTDIR)$(htmldir) -- --uninstall-html-monolithic: -- $(RM) $(DESTDIR)$(htmldir)/gettext.html -- --uninstall-html-split: -- $(RM) $(DESTDIR)$(htmldir)/gettext_*.html -- --dist-html-monolithic: -- $(mkinstalldirs) $(distdir)/ -- file=gettext.html; \ -- if test -f $$file; then d=.; else d=$(srcdir); fi; \ -- cp -p $$d/$$file $(distdir)/$$file || exit 1 -- --# We would like to put gettext_*.html into EXTRA_DIST, but it doesn't work. --dist-html-split: -- $(mkinstalldirs) $(distdir)/ -- file=gettext_toc.html; \ -- if test -f $$file; then d=.; else d=$(srcdir); fi; \ -- for file in `cd $$d && echo gettext_*.html`; do \ -- cp -p $$d/$$file $(distdir)/$$file || exit 1; \ -- done -- -- - # VMS support. - - EXTRA_DIST += Makefile.vms diff --git a/gettext-pl.po-update.patch b/gettext-pl.po-update.patch deleted file mode 100644 index c5cb74c..0000000 --- a/gettext-pl.po-update.patch +++ /dev/null @@ -1,112 +0,0 @@ ---- gettext-0.17/gettext-tools/po/pl.po.orig 2007-11-02 03:23:56.000000000 +0100 -+++ gettext-0.17/gettext-tools/po/pl.po 2007-11-07 22:09:41.173513104 +0100 -@@ -51,7 +51,7 @@ - #: gnulib-lib/clean-temp.c:458 - #, c-format - msgid "cannot remove temporary directory %s" --msgstr "nie mo¿na usun±æ katalogu tymczasowego przy %s" -+msgstr "nie mo¿na usun±æ katalogu tymczasowego %s" - - #: gnulib-lib/closeout.c:66 - msgid "write error" -@@ -384,7 +384,7 @@ - #: src/format-gcc-internal.c:253 - #, c-format - msgid "In the directive number %u, the flags combination is invalid." --msgstr "B³êdny po³±czenie flag w dyrektywie numer %u." -+msgstr "B³êdne po³±czenie flag w dyrektywie numer %u." - - #: src/format-gcc-internal.c:290 - #, c-format -@@ -1052,7 +1052,7 @@ - " --clear-previous remove the \"previous msgid\" from all " - "messages\n" - msgstr "" --" --clear-previous usuniêcie \"previous msgid\" z wszystkich " -+" --clear-previous usuniêcie \"poprzednich msgid\" z wszystkich " - "komunikatów\n" - - #: src/msgattrib.c:451 -@@ -1436,7 +1436,7 @@ - #: src/msgcmp.c:309 - #, c-format - msgid "this message is untranslated" --msgstr "uwaga: ten komunikat nie jest przet³umaczony" -+msgstr "ten komunikat nie jest przet³umaczony" - - #: src/msgcmp.c:315 - #, c-format -@@ -2191,7 +2191,7 @@ - " [-C WZORZEC-KOMENTARZA] [-X WZORZEC-WYDOB-KOMENTARZA]\n" - "Komunikat jest wybierany je¶li pochodzi z jednego z podanych plików\n" - "¼ród³owych lub pochodzi z jednej z podanych domen,\n" --"lub, je¶li podano -J i kontekst (msgctxt) pasuje do WZORCA-KONTEKST\n" -+"lub, je¶li podano -J i kontekst (msgctxt) pasuje do WZORCA-KONTEKST,\n" - "lub, je¶li podano -K i klucz (msgid lub msgid_plural), pasuje do WZORCA-MSGID,\n" - "lub, je¶li podano -T i to t³umaczenie (msgstr) pasuje do WZORCA-MSGSTR,\n" - "lub, je¶li podano -C i komentarz t³umacza pasuje do WZORCA-KOMENTARZA.\n" -@@ -2208,7 +2208,7 @@ - "\n" - " -N, --location=PLIK-¬RÓD£ wybranie komunikatów wydobytych z PLIKU-¬RÓD£\n" - " -M, --domain=DOMENA wybranie komunikatów nale¿±cych do DOMENY\n" --" -J, --msgctxt pocz±tek wzorców msgctxt\n" -+" -J, --msgctxt pocz±tek wzorców dla msgctxt\n" - " -K, --msgid pocz±tek wzorców dla msgid\n" - " -T, --msgstr pocz±tek wzorców dla msgstr\n" - " -C, --comment pocz±tek wzorców dla komentarza t³umacza\n" -@@ -3164,7 +3164,7 @@ - - #: src/read-stringtable.c:948 - msgid "warning: syntax error, expected '=' or ';' after string" --msgstr "uwaga: b³±d sk³±dniowy, oczekiwano '=' albo ';' po napisie" -+msgstr "uwaga: b³±d sk³adniowy, oczekiwano '=' albo ';' po napisie" - - #: src/recode-sr-latin.c:116 - #, c-format -@@ -3177,7 +3177,7 @@ - #. This is a proper name. See the gettext manual, section Names. - #: src/recode-sr-latin.c:120 - msgid "Danilo Segan" --msgstr "Danilo Segana" -+msgstr "Danilo ©egana" - - #: src/recode-sr-latin.c:153 - #, c-format, no-wrap -@@ -3248,8 +3248,8 @@ - "message catalog has context dependent translations, but the output format " - "does not support them." - msgstr "" --"katalog komunikatów ma formy mnogie, ale nie mog± byæ zapisane w podanym " --"formacie wyj¶ciowym." -+"katalog komunikatów ma t³umaczenia zale¿ne od kontekstu, ale nie mog± byæ " -+"zapisane w podanym formacie wyj¶ciowym." - - #: src/write-catalog.c:197 - msgid "" -@@ -3393,7 +3393,7 @@ - "but the C# .resources format doesn't support plural handling\n" - msgstr "" - "katalog komunikatów ma formy mnogie,\n" --"ale katalog komunikatów C# nie pozwala ich u¿ywaæ\n" -+"ale format C# .resources nie pozwala ich u¿ywaæ\n" - - #: src/write-tcl.c:157 - msgid "" -@@ -3401,7 +3401,7 @@ - "but the Tcl message catalog format doesn't support contexts\n" - msgstr "" - "katalog komunikatów zawiera t³umaczenia zale¿ne od kontekstu,\n" --"ale format katalogu komunikatów Tcl-a nie pozwala zmieniaæ kontekstów\n" -+"ale format katalogu komunikatów Tcl-a nie pozwala u¿ywaæ kontekstów\n" - - #: src/write-tcl.c:176 - msgid "" -@@ -4006,7 +4006,7 @@ - #: src/xgettext.c:2737 - #, c-format - msgid "context mismatch between singular and plural form" --msgstr "pomieszanie kontekstów miêdzy form± pojedyñcz± i mnog±" -+msgstr "pomieszanie kontekstów miêdzy form± pojedyncz± i mnog±" - - #: src/xgettext.c:2828 - msgid ""