public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/ipadic/files: ipadic-2.7.0-gentoo.patch
@ 2010-03-21  0:31 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2010-03-21  0:31 UTC (permalink / raw
  To: gentoo-commits

matsuu      10/03/21 00:31:54

  Added:                ipadic-2.7.0-gentoo.patch
  Log:
  Fixed parallel-make issue, bug #299613. Removed old versions.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch?rev=1.1&content-type=text/plain

Index: ipadic-2.7.0-gentoo.patch
===================================================================
--- 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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-21  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-21  0:31 [gentoo-commits] gentoo-x86 commit in app-dicts/ipadic/files: ipadic-2.7.0-gentoo.patch Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox