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/beanstalkc: beanstalkc-0.3.0.ebuild ChangeLog
Date: Sat, 01 Mar 2014 23:37:52
Message-Id: 20140301233749.00CE62004C@flycatcher.gentoo.org
1 pacho 14/03/01 23:37:48
2
3 Modified: beanstalkc-0.3.0.ebuild ChangeLog
4 Log:
5 amd64 stable, bug #450168
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 dev-python/beanstalkc/beanstalkc-0.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: beanstalkc-0.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- beanstalkc-0.3.0.ebuild 9 Oct 2012 08:57:28 -0000 1.1
23 +++ beanstalkc-0.3.0.ebuild 1 Mar 2014 23:37:48 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild,v 1.1 2012/10/09 08:57:28 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.3.0.ebuild,v 1.2 2014/03/01 23:37:48 pacho Exp $
30
31 EAPI="2"
32 SUPPORT_PYTHON_ABIS="1"
33 @@ -13,7 +13,7 @@
34
35 LICENSE="Apache-2.0"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 +KEYWORDS="amd64 ~x86"
39 IUSE=""
40
41 RDEPEND="dev-python/pyyaml"
42
43
44
45 1.10 dev-python/beanstalkc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.10&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.10&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?r1=1.9&r2=1.10
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v
54 retrieving revision 1.9
55 retrieving revision 1.10
56 diff -u -r1.9 -r1.10
57 --- ChangeLog 5 Sep 2013 18:46:01 -0000 1.9
58 +++ ChangeLog 1 Mar 2014 23:37:48 -0000 1.10
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/beanstalkc
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.9 2013/09/05 18:46:01 mgorny Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.10 2014/03/01 23:37:48 pacho Exp $
65 +
66 + 01 Mar 2014; Pacho Ramos <pacho@g.o> beanstalkc-0.3.0.ebuild:
67 + amd64 stable, bug #450168
68
69 05 Sep 2013; Michał Górny <mgorny@g.o> beanstalkc-0.3.0-r1.ebuild:
70 Clean up PYTHON_COMPAT from old implementations.