Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/pyzy/files: pyzy-dont-download-dictionary-file.patch
Date: Fri, 01 Mar 2013 05:29:21
Message-Id: 20130301052917.3556F2171D@flycatcher.gentoo.org
1 naota 13/03/01 05:29:17
2
3 Added: pyzy-dont-download-dictionary-file.patch
4 Log:
5 New package app-i18n/pyzy. Written by Dennis 'dlan' Lan <dennis.yxun@×××××.com>
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.1 app-i18n/pyzy/files/pyzy-dont-download-dictionary-file.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/pyzy/files/pyzy-dont-download-dictionary-file.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/pyzy/files/pyzy-dont-download-dictionary-file.patch?rev=1.1&content-type=text/plain
14
15 Index: pyzy-dont-download-dictionary-file.patch
16 ===================================================================
17 Don't download database file on make phrase.
18 The database file will be downloaded by ebuild script instead.
19 diff -urN pyzy-0.1.0.orig/data/db/open-phrase/Makefile.am pyzy-0.1.0/data/db/open-phrase/Makefile.am
20 --- pyzy-0.1.0.orig/data/db/open-phrase/Makefile.am 2012-09-05 13:23:24.151736716 +0900
21 +++ pyzy-0.1.0/data/db/open-phrase/Makefile.am 2012-09-05 14:18:57.144553548 +0900
22 @@ -30,9 +30,6 @@
23 DBTAR = pyzy-database-$(DBVER).tar.bz2
24
25 $(DBTAR):
26 - $(AM_V_GEN) \
27 - wget http://pyzy.googlecode.com/files/$(DBTAR) || \
28 - ( $(RM) $@; exit 1)
29
30 stamp-db: $(DBTAR)
31 $(AM_V_GEN) \