pyzy-dont-download-dictionary-file.patch 581 B

12345678910111213141516
  1. Don't download database file on make phrase.
  2. The database file will be downloaded by ebuild script instead.
  3. diff -urN pyzy-0.1.0.orig/data/db/open-phrase/Makefile.am pyzy-0.1.0/data/db/open-phrase/Makefile.am
  4. --- pyzy-0.1.0.orig/data/db/open-phrase/Makefile.am 2012-09-05 13:23:24.151736716 +0900
  5. +++ pyzy-0.1.0/data/db/open-phrase/Makefile.am 2012-09-05 14:18:57.144553548 +0900
  6. @@ -30,9 +30,6 @@
  7. DBTAR = pyzy-database-$(DBVER).tar.bz2
  8. $(DBTAR):
  9. - $(AM_V_GEN) \
  10. - wget http://pyzy.googlecode.com/files/$(DBTAR) || \
  11. - ( $(RM) $@; exit 1)
  12. stamp-db: $(DBTAR)
  13. $(AM_V_GEN) \