Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/bicyclerepair: bicyclerepair-0.9-r2.ebuild ChangeLog
Date: Sat, 01 Dec 2012 01:56:28
Message-Id: 20121201015617.D143721614@flycatcher.gentoo.org
1 radhermit 12/12/01 01:56:17
2
3 Modified: bicyclerepair-0.9-r2.ebuild ChangeLog
4 Log:
5 Fix LICENSE (bug #445410 by ulm).
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.9 dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild?r1=1.8&r2=1.9
15
16 Index: bicyclerepair-0.9-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- bicyclerepair-0.9-r2.ebuild 24 Feb 2012 19:35:42 -0000 1.8
23 +++ bicyclerepair-0.9-r2.ebuild 1 Dec 2012 01:56:17 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild,v 1.8 2012/02/24 19:35:42 marienz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild,v 1.9 2012/12/01 01:56:17 radhermit Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -13,7 +13,7 @@
33 HOMEPAGE="http://bicyclerepair.sourceforge.net/"
34 SRC_URI="mirror://sourceforge/bicyclerepair/${P}.tar.gz"
35
36 -LICENSE="as-is"
37 +LICENSE="icu GPL-2+"
38 SLOT="0"
39 KEYWORDS="amd64 ~ia64 ppc ppc64 x86"
40 IUSE="emacs"
41
42
43
44 1.30 dev-python/bicyclerepair/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/ChangeLog?rev=1.30&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/ChangeLog?rev=1.30&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/ChangeLog?r1=1.29&r2=1.30
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v
53 retrieving revision 1.29
54 retrieving revision 1.30
55 diff -u -r1.29 -r1.30
56 --- ChangeLog 24 Feb 2012 19:35:42 -0000 1.29
57 +++ ChangeLog 1 Dec 2012 01:56:17 -0000 1.30
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/bicyclerepair
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.29 2012/02/24 19:35:42 marienz Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.30 2012/12/01 01:56:17 radhermit Exp $
63 +
64 + 01 Dec 2012; Tim Harder <radhermit@g.o> bicyclerepair-0.9-r2.ebuild:
65 + Fix LICENSE (bug #445410 by ulm).
66
67 24 Feb 2012; Marien Zwart <marienz@g.o> bicyclerepair-0.9-r2.ebuild:
68 Unrestrict pypy, see bug #403837. Thanks to Arfrever on IRC for reporting.