Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/certifi: certifi-0.0.8.ebuild ChangeLog certifi-0.0.6.ebuild
Date: Sat, 31 Mar 2012 19:39:43
Message-Id: 20120331193933.0F60B2004B@flycatcher.gentoo.org
1 floppym 12/03/31 19:39:33
2
3 Modified: certifi-0.0.8.ebuild ChangeLog
4 Removed: certifi-0.0.6.ebuild
5 Log:
6 Call python_execute_function -q. Remove old.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/certifi/certifi-0.0.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-0.0.8.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-0.0.8.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-0.0.8.ebuild?r1=1.1&r2=1.2
16
17 Index: certifi-0.0.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-0.0.8.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- certifi-0.0.8.ebuild 27 Feb 2012 05:05:43 -0000 1.1
24 +++ certifi-0.0.8.ebuild 31 Mar 2012 19:39:32 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-0.0.8.ebuild,v 1.1 2012/02/27 05:05:43 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-0.0.8.ebuild,v 1.2 2012/03/31 19:39:32 floppym Exp $
30
31 EAPI="4"
32 SUPPORT_PYTHON_ABIS="1"
33 @@ -25,5 +25,5 @@
34 dosym "${EPREFIX}/etc/ssl/certs/ca-certificates.crt" \
35 "$(python_get_sitedir -b)/certifi/cacert.pem"
36 }
37 - python_execute_function installing
38 + python_execute_function -q installing
39 }
40
41
42
43 1.3 dev-python/certifi/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?r1=1.2&r2=1.3
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- ChangeLog 27 Feb 2012 05:05:43 -0000 1.2
56 +++ ChangeLog 31 Mar 2012 19:39:32 -0000 1.3
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-python/certifi
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.2 2012/02/27 05:05:43 floppym Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.3 2012/03/31 19:39:32 floppym Exp $
62 +
63 + 31 Mar 2012; Mike Gilbert <floppym@g.o> -certifi-0.0.6.ebuild,
64 + certifi-0.0.8.ebuild:
65 + Call python_execute_function -q. Remove old.
66
67 *certifi-0.0.8 (27 Feb 2012)