Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog
Date: Fri, 06 Mar 2015 22:46:12
Message-Id: 20150306224609.D4FC113318@oystercatcher.gentoo.org
1 pacho 15/03/06 22:46:09
2
3 Modified: nose-exclude-0.1.9.ebuild ChangeLog
4 Log:
5 amd64 stable, bug 540290
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.7 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?r1=1.6&r2=1.7
15
16 Index: nose-exclude-0.1.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- nose-exclude-0.1.9.ebuild 10 Aug 2014 21:14:34 -0000 1.6
23 +++ nose-exclude-0.1.9.ebuild 6 Mar 2015 22:46:09 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.6 2014/08/10 21:14:34 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.7 2015/03/06 22:46:09 pacho Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
33 @@ -13,7 +13,7 @@
34
35 LICENSE="LGPL-2.1"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 +KEYWORDS="amd64 ~x86"
39
40 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
41 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
42
43
44
45 1.10 dev-python/nose-exclude/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.10&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.10&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.9&r2=1.10
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
54 retrieving revision 1.9
55 retrieving revision 1.10
56 diff -u -r1.9 -r1.10
57 --- ChangeLog 26 Jan 2015 10:20:57 -0000 1.9
58 +++ ChangeLog 6 Mar 2015 22:46:09 -0000 1.10
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/nose-exclude
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.9 2015/01/26 10:20:57 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.10 2015/03/06 22:46:09 pacho Exp $
64 +
65 + 06 Mar 2015; Pacho Ramos <pacho@g.o> nose-exclude-0.1.9.ebuild:
66 + amd64 stable, bug 540290
67
68 26 Jan 2015; Agostino Sarubbo <ago@g.o> nose-exclude-0.2.0.ebuild:
69 Stable for x86, wrt bug #535342