Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/setproctitle: ChangeLog setproctitle-1.1.6.ebuild setproctitle-1.1.3.ebuild
Date: Fri, 01 Mar 2013 09:12:19
Message-Id: 20130301091216.57EAF2171D@flycatcher.gentoo.org
1 swegener 13/03/01 09:12:16
2
3 Modified: ChangeLog setproctitle-1.1.6.ebuild
4 setproctitle-1.1.3.ebuild
5 Log:
6 Don't build for python 2.4.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.25 dev-python/setproctitle/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 15 Feb 2013 16:52:24 -0000 1.24
24 +++ ChangeLog 1 Mar 2013 09:12:16 -0000 1.25
25 @@ -1,6 +1,9 @@
26 # ChangeLog for dev-python/setproctitle
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.24 2013/02/15 16:52:24 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.25 2013/03/01 09:12:16 swegener Exp $
30 +
31 + 01 Mar 2013; Sven Wegener <swegener@g.o> setproctitle-1.1.6.ebuild:
32 + Don't build for python 2.4.
33
34 *setproctitle-1.1.6-r1 (15 Feb 2013)
35
36
37
38
39 1.10 dev-python/setproctitle/setproctitle-1.1.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild?r1=1.9&r2=1.10
44
45 Index: setproctitle-1.1.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- setproctitle-1.1.6.ebuild 1 Jan 2013 14:17:05 -0000 1.9
52 +++ setproctitle-1.1.6.ebuild 1 Mar 2013 09:12:16 -0000 1.10
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild,v 1.9 2013/01/01 14:17:05 ago Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild,v 1.10 2013/03/01 09:12:16 swegener Exp $
58
59 EAPI="3"
60 SUPPORT_PYTHON_ABIS="1"
61 -RESTRICT_PYTHON_ABIS="*-jython"
62 +RESTRICT_PYTHON_ABIS="*-jython 2.4"
63 DISTUTILS_SRC_TEST="nosetests"
64
65 inherit distutils toolchain-funcs
66
67
68
69 1.5 dev-python/setproctitle/setproctitle-1.1.3.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild?rev=1.5&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild?rev=1.5&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild?r1=1.4&r2=1.5
74
75 Index: setproctitle-1.1.3.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild,v
78 retrieving revision 1.4
79 retrieving revision 1.5
80 diff -u -r1.4 -r1.5
81 --- setproctitle-1.1.3.ebuild 18 May 2012 05:44:26 -0000 1.4
82 +++ setproctitle-1.1.3.ebuild 1 Mar 2013 09:12:16 -0000 1.5
83 @@ -1,6 +1,6 @@
84 -# Copyright 1999-2012 Gentoo Foundation
85 +# Copyright 1999-2013 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild,v 1.4 2012/05/18 05:44:26 jdhore Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild,v 1.5 2013/03/01 09:12:16 swegener Exp $
89
90 EAPI="3"
91 SUPPORT_PYTHON_ABIS="1"