Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-0.6.37.ebuild ChangeLog
Date: Fri, 05 Feb 2010 23:16:53
Message-Id: E1NdXPt-00089r-Qh@stork.gentoo.org
1 zmedico 10/02/05 23:16:49
2
3 Modified: calibre-0.6.37.ebuild ChangeLog
4 Log:
5 Don't set NEED_PYTHON and PYTHON_DEPEND at the same time.
6 (Portage version: 2.2_rc62_p15322/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-text/calibre/calibre-0.6.37.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild?r1=1.1&r2=1.2
14
15 Index: calibre-0.6.37.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- calibre-0.6.37.ebuild 5 Feb 2010 22:43:13 -0000 1.1
22 +++ calibre-0.6.37.ebuild 5 Feb 2010 23:16:49 -0000 1.2
23 @@ -1,9 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild,v 1.1 2010/02/05 22:43:13 zmedico Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild,v 1.2 2010/02/05 23:16:49 zmedico Exp $
28
29 EAPI=2
30 -NEED_PYTHON=2.6
31 PYTHON_DEPEND=2
32
33 inherit python distutils eutils fdo-mime bash-completion
34
35
36
37 1.73 app-text/calibre/ChangeLog
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.73&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.73&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?r1=1.72&r2=1.73
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
46 retrieving revision 1.72
47 retrieving revision 1.73
48 diff -u -r1.72 -r1.73
49 --- ChangeLog 5 Feb 2010 22:43:13 -0000 1.72
50 +++ ChangeLog 5 Feb 2010 23:16:49 -0000 1.73
51 @@ -1,6 +1,9 @@
52 # ChangeLog for app-text/calibre
53 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.72 2010/02/05 22:43:13 zmedico Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.73 2010/02/05 23:16:49 zmedico Exp $
56 +
57 + 05 Feb 2010; Zac Medico <zmedico@g.o> calibre-0.6.37.ebuild:
58 + Don't set NEED_PYTHON and PYTHON_DEPEND at the same time.
59
60 *calibre-0.6.37 (05 Feb 2010)