Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/bleachbit: bleachbit-0.9.1.ebuild ChangeLog
Date: Sat, 25 Feb 2012 12:29:38
Message-Id: 20120225122928.15AD52004B@flycatcher.gentoo.org
1 patrick 12/02/25 12:29:28
2
3 Modified: bleachbit-0.9.1.ebuild ChangeLog
4 Log:
5 Restricting pypy and jython
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-fs/bleachbit/bleachbit-0.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild?r1=1.2&r2=1.3
15
16 Index: bleachbit-0.9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bleachbit-0.9.1.ebuild 22 Feb 2012 18:29:34 -0000 1.2
23 +++ bleachbit-0.9.1.ebuild 25 Feb 2012 12:29:27 -0000 1.3
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild,v 1.2 2012/02/22 18:29:34 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/bleachbit-0.9.1.ebuild,v 1.3 2012/02/25 12:29:27 patrick Exp $
29
30 EAPI=4
31
32 PYTHON_DEPEND="2"
33 PYTHON_USE_WITH="sqlite"
34 SUPPORT_PYTHON_ABIS="1"
35 -RESTRICT_PYTHON_ABIS="3.*"
36 +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
37
38 inherit distutils eutils
39
40
41
42
43 1.9 sys-fs/bleachbit/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bleachbit/ChangeLog?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bleachbit/ChangeLog?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bleachbit/ChangeLog?r1=1.8&r2=1.9
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/ChangeLog,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- ChangeLog 22 Feb 2012 18:32:23 -0000 1.8
56 +++ ChangeLog 25 Feb 2012 12:29:27 -0000 1.9
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-fs/bleachbit
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/ChangeLog,v 1.8 2012/02/22 18:32:23 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bleachbit/ChangeLog,v 1.9 2012/02/25 12:29:27 patrick Exp $
62 +
63 + 25 Feb 2012; Patrick Lauer <patrick@g.o> bleachbit-0.9.1.ebuild:
64 + Restricting pypy and jython
65
66 22 Feb 2012; Samuli Suominen <ssuominen@g.o>
67 -bleachbit-0.9.0-r1.ebuild: