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: ChangeLog calibre-0.8.2.ebuild
Date: Tue, 31 May 2011 06:14:20
Message-Id: 20110531061409.8150C20054@flycatcher.gentoo.org
1 zmedico 11/05/31 06:14:09
2
3 Modified: ChangeLog calibre-0.8.2.ebuild
4 Log:
5 Bug #369021 - Update SRC_URI to point to sourceforge.
6
7 (Portage version: 2.2.0_alpha37_p6/cvs/Linux i686)
8
9 Revision Changes Path
10 1.152 app-text/calibre/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.152&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.152&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.151&r2=1.152
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
19 retrieving revision 1.151
20 retrieving revision 1.152
21 diff -u -r1.151 -r1.152
22 --- ChangeLog 26 May 2011 21:27:27 -0000 1.151
23 +++ ChangeLog 31 May 2011 06:14:09 -0000 1.152
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-text/calibre
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.151 2011/05/26 21:27:27 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.152 2011/05/31 06:14:09 zmedico Exp $
29 +
30 + 31 May 2011; Zac Medico <zmedico@g.o> calibre-0.8.2.ebuild:
31 + Bug #369021 - Update SRC_URI to point to sourceforge.
32
33 26 May 2011; Zac Medico <zmedico@g.o> calibre-0.8.2.ebuild:
34 Bug #358065 - Stop filtering mime types from the desktop files, since it
35
36
37
38 1.3 app-text/calibre/calibre-0.8.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild?r1=1.2&r2=1.3
43
44 Index: calibre-0.8.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- calibre-0.8.2.ebuild 26 May 2011 21:27:27 -0000 1.2
51 +++ calibre-0.8.2.ebuild 31 May 2011 06:14:09 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild,v 1.2 2011/05/26 21:27:27 zmedico Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild,v 1.3 2011/05/31 06:14:09 zmedico Exp $
57
58 EAPI=3
59 PYTHON_DEPEND=2:2.7
60 @@ -10,7 +10,7 @@
61
62 DESCRIPTION="Ebook management application."
63 HOMEPAGE="http://calibre-ebook.com/"
64 -SRC_URI="http://calibre-ebook.googlecode.com/files/${P}.tar.gz"
65 +SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.gz"
66
67 LICENSE="GPL-2"