Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/fetchmail/files: fetchmail-6.3.26-tests.patch fetchmail-6.3.26-python-optional.patch
Date: Fri, 31 May 2013 10:19:43
Message-Id: 20130531101939.5BC8F2171E@flycatcher.gentoo.org
1 radhermit 13/05/31 10:19:39
2
3 Added: fetchmail-6.3.26-tests.patch
4 fetchmail-6.3.26-python-optional.patch
5 Log:
6 Revbump to fix tests and make python features truly optional (fixes bug #471882).
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.1 net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch?rev=1.1&content-type=text/plain
15
16 Index: fetchmail-6.3.26-tests.patch
17 ===================================================================
18 --- fetchmail-6.3.26/Makefile.am
19 +++ fetchmail-6.3.26/Makefile.am
20 @@ -45,7 +47,7 @@
21 check_PROGRAMS=
22
23 TESTS= t.smoke t.validate-xhtml10 t.validate-xhtml t.x509_name_match
24 -TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)" $(SHELL)
25 +TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)"
26
27 if NEED_TRIO
28 noinst_LIBRARIES+= libtrio.a
29
30
31
32 1.1 net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch?rev=1.1&content-type=text/plain
36
37 Index: fetchmail-6.3.26-python-optional.patch
38 ===================================================================
39 --- fetchmail-6.3.26/Makefile.am
40 +++ fetchmail-6.3.26/Makefile.am
41 @@ -16,9 +16,11 @@
42 pys= fetchmailconf.py
43 pym= fetchmailconf.man
44
45 +if HAVE_PYTHON
46 nodist_bin_SCRIPTS= fetchmailconf
47 python_PYTHON= $(pys)
48 dist_man1_MANS+= $(pym)
49 +endif
50
51 CLEANFILES= $(nodist_bin_SCRIPTS)