diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-03 19:26:25 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-07 07:18:57 +0000 |
commit | 832d4fe00a207e67549155f6c7a893dc60c74105 (patch) | |
tree | a5c9a2405514051eeaca675d18e8e939426ad514 /app-dicts/ipadic | |
parent | app-dicts/canna-2ch: remove unused patch (diff) | |
download | gentoo-832d4fe00a207e67549155f6c7a893dc60c74105.tar.gz gentoo-832d4fe00a207e67549155f6c7a893dc60c74105.tar.bz2 gentoo-832d4fe00a207e67549155f6c7a893dc60c74105.zip |
app-dicts/ipadic: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1826
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-dicts/ipadic')
-rw-r--r-- | app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch b/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch deleted file mode 100644 index 159684a96d96..000000000000 --- a/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- ipadic-2.7.0.orig/Makefile.am 2003-09-13 14:37:17.000000000 +0900 -+++ ipadic-2.7.0/Makefile.am 2010-03-21 09:25:48.000000000 +0900 -@@ -11,18 +11,22 @@ - EXTRA_DIST = $(pre_data) $(lexical_dic) $(manual_files) @PACKAGE@.spec - CLEANFILES = $(gen_data) - # --matrix.cha table.cha: -+matrix.cha table.cha: makemat.done -+makemat.done: - $(MKDICDIR)/makemat -+ touch makemat.done - --chadic.da: -+chadic.da chadic.dat chadic.lex: makeda.done -+makeda.done: - $(MKDICDIR)/makeda chadic *.dic -+ touch makeda.done - --install-data-local: -- if test -f @CHASEN_CHASENRC_PATH@ ; then \ -- echo "Please modify @CHASEN_CHASENRC_PATH@"; \ -- else \ -- cp chasenrc @CHASEN_CHASENRC_PATH@ ;\ -- fi -+#install-data-local: -+# if test -f @CHASEN_CHASENRC_PATH@ ; then \ -+# echo "Please modify @CHASEN_CHASENRC_PATH@"; \ -+# else \ -+# cp chasenrc @CHASEN_CHASENRC_PATH@ ;\ -+# fi - - sjis-dist: dist - gtar xzvf ipadic-@VERSION@.tar.gz |