You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/pyzy/files/pyzy-dont-download-dictiona...

16 lines
581 B

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