commit:     b1f6e5b462e5c24e5a1c5505683d2f0de061b678
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Thu Jul  7 17:11:11 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 08:07:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f6e5b4

app-i18n/zhcon: remove unused patch

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-i18n/zhcon/files/zhcon-0.2.5.make-fix.patch | 67 -------------------------
 1 file changed, 67 deletions(-)

diff --git a/app-i18n/zhcon/files/zhcon-0.2.5.make-fix.patch 
b/app-i18n/zhcon/files/zhcon-0.2.5.make-fix.patch
deleted file mode 100644
index b0485b9..0000000
--- a/app-i18n/zhcon/files/zhcon-0.2.5.make-fix.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-diff -Nur zhcon-0.2.5.orig/doc/Makefile.am zhcon-0.2.5/doc/Makefile.am
---- zhcon-0.2.5.orig/doc/Makefile.am   2006-06-21 18:02:23.000000000 +0800
-+++ zhcon-0.2.5/doc/Makefile.am        2006-06-21 18:13:59.000000000 +0800
-@@ -3,8 +3,8 @@
- EXTRA_DIST = zhcon.1.in poem.big5 poem.gb poem.gb.utf8 bpsf.txt manual.tex 
manual.dvi manual.ps README.html default.css html.tar.gz
- 
- install-data-local:
--      $(mkinstalldirs) $(mandir)/man1/
--      $(INSTALL_DATA) $(top_builddir)/doc/zhcon.1 $(mandir)/man1/zhcon.1
-+      $(mkinstalldirs) $(DESTDIR)$(mandir)/man1/
-+      $(INSTALL_DATA) $(top_builddir)/doc/zhcon.1 
$(DESTDIR)$(mandir)/man1/zhcon.1
- 
- uninstall-local:
--      -rm -f $(mandir)/man1/zhcon.1
-+      -rm -f $(DESTDIR)$(mandir)/man1/zhcon.1
-diff -Nur zhcon-0.2.5.orig/font/Makefile.am zhcon-0.2.5/font/Makefile.am
---- zhcon-0.2.5.orig/font/Makefile.am  2006-06-21 18:02:23.000000000 +0800
-+++ zhcon-0.2.5/font/Makefile.am       2006-06-21 18:14:30.000000000 +0800
-@@ -1,8 +1,8 @@
- EXTRA_DIST = *.bpsf
- 
- install-data-local:
--      $(mkinstalldirs) $(libdir)/zhcon/font/
--      $(INSTALL_DATA) $(srcdir)/*.bpsf $(libdir)/zhcon/font/
-+      $(mkinstalldirs) $(DESTDIR)$(libdir)/zhcon/font/
-+      $(INSTALL_DATA) $(srcdir)/*.bpsf $(DESTDIR)$(libdir)/zhcon/font/
- 
- uninstall-local:
--      -rm -f $(libdir)/zhcon/font/*.bpsf
-+      -rm -f $(DESTDIR)$(libdir)/zhcon/font/*.bpsf
-diff -Nur zhcon-0.2.5.orig/input/Makefile.am zhcon-0.2.5/input/Makefile.am
---- zhcon-0.2.5.orig/input/Makefile.am 2006-06-21 18:02:23.000000000 +0800
-+++ zhcon-0.2.5/input/Makefile.am      2006-06-21 18:15:35.000000000 +0800
-@@ -1,8 +1,8 @@
- EXTRA_DIST = *.mb
- 
- install-data-local:
--      $(mkinstalldirs) $(libdir)/zhcon/input/
--      $(INSTALL_DATA) $(srcdir)/*.mb $(libdir)/zhcon/input/
-+      $(mkinstalldirs) $(DESTDIR)$(libdir)/zhcon/input/
-+      $(INSTALL_DATA) $(srcdir)/*.mb $(DESTDIR)$(libdir)/zhcon/input/
- 
- uninstall-local:
--      -rm -f $(libdir)/zhcon/input/*.mb
-+      -rm -f $(DESTDIR)$(libdir)/zhcon/input/*.mb
-diff -Nur zhcon-0.2.5.orig/src/Makefile.am zhcon-0.2.5/src/Makefile.am
---- zhcon-0.2.5.orig/src/Makefile.am   2006-06-21 18:02:23.000000000 +0800
-+++ zhcon-0.2.5/src/Makefile.am        2006-06-22 08:35:42.000000000 +0800
-@@ -8,14 +8,14 @@
- SUBDIRS = display
- 
- install-exec-local:
--      chmod 4755 $(bindir)/zhcon
-+      chmod 4755 $(DESTDIR)$(bindir)/zhcon
- 
- install-data-local:
--      $(mkinstalldirs) $(prefix)/etc
--      $(INSTALL_DATA) $(srcdir)/zhcon.conf $(prefix)/etc/zhcon.conf
-+      $(mkinstalldirs) $(DESTDIR)/etc
-+      $(INSTALL_DATA) $(srcdir)/zhcon.conf $(DESTDIR)/etc/zhcon.conf
- 
- uninstall-local:
--      -rm -f $(prefix)/etc/zhcon.conf
-+      -rm -f $(DESTDIR)/etc/zhcon.conf
- 
- # set the include path found by configure
- INCLUDES= $(all_includes)

Reply via email to