Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-distutils-ng.eclass
Date: Sun, 29 Sep 2013 15:04:56
Message-Id: 20130929150451.A41A82004C@flycatcher.gentoo.org
1 mgorny 13/09/29 15:04:51
2
3 Modified: ChangeLog python-distutils-ng.eclass
4 Log:
5 Last rite python-distutils-ng.
6
7 Revision Changes Path
8 1.998 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.998&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.998&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.997&r2=1.998
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.997
18 retrieving revision 1.998
19 diff -u -r1.997 -r1.998
20 --- ChangeLog 29 Sep 2013 08:49:53 -0000 1.997
21 +++ ChangeLog 29 Sep 2013 15:04:51 -0000 1.998
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.997 2013/09/29 08:49:53 pacho Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.998 2013/09/29 15:04:51 mgorny Exp $
27 +
28 + 29 Sep 2013; Michał Górny <mgorny@g.o> python-distutils-ng.eclass:
29 + Last rite python-distutils-ng.
30
31 29 Sep 2013; Pacho Ramos <pacho@g.o> gnome2.eclass:
32 Use einstalldocs (#484876)
33
34
35
36 1.31 eclass/python-distutils-ng.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-distutils-ng.eclass?rev=1.31&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-distutils-ng.eclass?rev=1.31&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-distutils-ng.eclass?r1=1.30&r2=1.31
41
42 Index: python-distutils-ng.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v
45 retrieving revision 1.30
46 retrieving revision 1.31
47 diff -u -r1.30 -r1.31
48 --- python-distutils-ng.eclass 27 Jul 2013 11:17:44 -0000 1.30
49 +++ python-distutils-ng.eclass 29 Sep 2013 15:04:51 -0000 1.31
50 @@ -1,6 +1,12 @@
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.30 2013/07/27 11:17:44 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.31 2013/09/29 15:04:51 mgorny Exp $
55 +
56 +# @DEAD
57 +# Michał Górny <mgorny@g.o> (29 Sep 2013)
58 +# This eclass has been superseded by distutils-r1 and python-r1 eclasses
59 +# and will be removed on 2013-10-29. Please modify your ebuilds to use
60 +# the new eclasses instead. Bug #450770.
61
62 # @ECLASS: python-distutils-ng
63 # @MAINTAINER: