Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-r1.eclass
Date: Sat, 04 Jul 2015 15:22:52
Message-Id: 20150704152241.1AF5574B@oystercatcher.gentoo.org
1 mrueg 15/07/04 15:22:41
2
3 Modified: ChangeLog python-r1.eclass
4 Log:
5 Update URI.
6
7 Revision Changes Path
8 1.1698 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1698&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1698&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1697&r2=1.1698
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1697
18 retrieving revision 1.1698
19 diff -u -r1.1697 -r1.1698
20 --- ChangeLog 3 Jul 2015 21:45:06 -0000 1.1697
21 +++ ChangeLog 4 Jul 2015 15:22:41 -0000 1.1698
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1697 2015/07/03 21:45:06 williamh Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1698 2015/07/04 15:22:41 mrueg Exp $
27 +
28 + 04 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> python-r1.eclass:
29 + Update URI.
30
31 03 Jul 2015; William Hubbs <williamh@g.o> golang-build.eclass:
32 drop the slot dependency; it was pointed out to me that they do not trigger
33
34
35
36 1.91 eclass/python-r1.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.91&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.91&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?r1=1.90&r2=1.91
41
42 Index: python-r1.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
45 retrieving revision 1.90
46 retrieving revision 1.91
47 diff -u -r1.90 -r1.91
48 --- python-r1.eclass 21 Mar 2015 14:55:33 -0000 1.90
49 +++ python-r1.eclass 4 Jul 2015 15:22:41 -0000 1.91
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.90 2015/03/21 14:55:33 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.91 2015/07/04 15:22:41 mrueg Exp $
55
56 # @ECLASS: python-r1
57 # @MAINTAINER:
58 @@ -26,8 +26,8 @@
59 # in the packages using python-r1, and there is no need ever to inherit
60 # both.
61 #
62 -# For more information, please see the python-r1 Developer's Guide:
63 -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml
64 +# For more information, please see the python-r1 wiki article:
65 +# https://wiki.gentoo.org/wiki/Project:Python/python-r1
66
67 case "${EAPI:-0}" in
68 0|1|2|3)