Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/beanstalkc: beanstalkc-0.2.0.ebuild ChangeLog
Date: Tue, 16 Feb 2010 22:24:08
Message-Id: E1NhVpr-0004tc-Kx@stork.gentoo.org
1 fauli 10/02/16 22:24:03
2
3 Modified: beanstalkc-0.2.0.ebuild ChangeLog
4 Log:
5 stable x86, bug 302671
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-python/beanstalkc/beanstalkc-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: beanstalkc-0.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- beanstalkc-0.2.0.ebuild 28 Dec 2009 22:40:08 -0000 1.2
22 +++ beanstalkc-0.2.0.ebuild 16 Feb 2010 22:24:02 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.2 2009/12/28 22:40:08 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.3 2010/02/16 22:24:02 fauli Exp $
29
30 EAPI="2"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -13,7 +13,7 @@
33
34 LICENSE="Apache-2.0"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="~amd64 x86"
38 IUSE=""
39
40 RDEPEND="dev-python/pyyaml"
41
42
43
44 1.5 dev-python/beanstalkc/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/beanstalkc/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 28 Dec 2009 02:04:53 -0000 1.4
57 +++ ChangeLog 16 Feb 2010 22:24:02 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-python/beanstalkc
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.4 2009/12/28 02:04:53 arfrever Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.5 2010/02/16 22:24:02 fauli Exp $
64 +
65 + 16 Feb 2010; Christian Faulhammer <fauli@g.o>
66 + beanstalkc-0.2.0.ebuild:
67 + stable x86, bug 302671
68
69 *beanstalkc-0.2.0 (28 Dec 2009)