Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: mirrorselect-9999.ebuild mirrorselect-2.2.0.1.ebuild ChangeLog
Date: Sat, 03 May 2014 20:59:28
Message-Id: 20140503205925.5D00F20036@flycatcher.gentoo.org
1 floppym 14/05/03 20:59:25
2
3 Modified: mirrorselect-9999.ebuild
4 mirrorselect-2.2.0.1.ebuild ChangeLog
5 Log:
6 Add python3.4.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.7 app-portage/mirrorselect/mirrorselect-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?r1=1.6&r2=1.7
16
17 Index: mirrorselect-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- mirrorselect-9999.ebuild 2 Mar 2014 08:35:11 -0000 1.6
24 +++ mirrorselect-9999.ebuild 3 May 2014 20:59:25 -0000 1.7
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.6 2014/03/02 08:35:11 dolsen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.7 2014/05/03 20:59:25 floppym Exp $
30
31 EAPI="5"
32
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
35 PYTHON_REQ_USE="xml"
36
37 inherit eutils distutils-r1 git-2 prefix
38
39
40
41 1.14 app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild?rev=1.14&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild?rev=1.14&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild?r1=1.13&r2=1.14
46
47 Index: mirrorselect-2.2.0.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild,v
50 retrieving revision 1.13
51 retrieving revision 1.14
52 diff -u -r1.13 -r1.14
53 --- mirrorselect-2.2.0.1.ebuild 17 Oct 2013 07:13:37 -0000 1.13
54 +++ mirrorselect-2.2.0.1.ebuild 3 May 2014 20:59:25 -0000 1.14
55 @@ -1,10 +1,10 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild,v 1.13 2013/10/17 07:13:37 dolsen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild,v 1.14 2014/05/03 20:59:25 floppym Exp $
61
62 EAPI="5"
63
64 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
65 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
66 PYTHON_REQ_USE="xml"
67
68 inherit eutils distutils-r1 prefix
69
70
71
72 1.132 app-portage/mirrorselect/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.132&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.132&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.131&r2=1.132
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
81 retrieving revision 1.131
82 retrieving revision 1.132
83 diff -u -r1.131 -r1.132
84 --- ChangeLog 2 Mar 2014 08:35:11 -0000 1.131
85 +++ ChangeLog 3 May 2014 20:59:25 -0000 1.132
86 @@ -1,6 +1,10 @@
87 # ChangeLog for app-portage/mirrorselect
88 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.131 2014/03/02 08:35:11 dolsen Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.132 2014/05/03 20:59:25 floppym Exp $
91 +
92 + 03 May 2014; Mike Gilbert <floppym@g.o> mirrorselect-2.2.0.1.ebuild,
93 + mirrorselect-9999.ebuild:
94 + Add python3.4.
95
96 02 Mar 2014; Brian Dolbec <dolsen@g.o> mirrorselect-9999.ebuild:
97 Add the new ssl-fetch rdep.