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: Thu, 26 May 2011 21:27:36
Message-Id: 20110526212727.34FBD20054@flycatcher.gentoo.org
1 zmedico 11/05/26 21:27:27
2
3 Modified: ChangeLog calibre-0.8.2.ebuild
4 Log:
5 Bug #358065 - Stop filtering mime types from the desktop files, since it doesn't appear to be necessary now that application/octet-stream is no longer listed.
6
7 (Portage version: 2.2.0_alpha36_p9/cvs/Linux i686)
8
9 Revision Changes Path
10 1.151 app-text/calibre/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.151&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.151&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.150&r2=1.151
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
19 retrieving revision 1.150
20 retrieving revision 1.151
21 diff -u -r1.150 -r1.151
22 --- ChangeLog 24 May 2011 09:49:28 -0000 1.150
23 +++ ChangeLog 26 May 2011 21:27:27 -0000 1.151
24 @@ -1,6 +1,11 @@
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.150 2011/05/24 09:49:28 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.151 2011/05/26 21:27:27 zmedico Exp $
29 +
30 + 26 May 2011; Zac Medico <zmedico@g.o> calibre-0.8.2.ebuild:
31 + Bug #358065 - Stop filtering mime types from the desktop files, since it
32 + doesn't appear to be necessary now that application/octet-stream is no longer
33 + listed.
34
35 *calibre-0.8.2 (24 May 2011)
36
37
38
39
40 1.2 app-text/calibre/calibre-0.8.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild?r1=1.1&r2=1.2
45
46 Index: calibre-0.8.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- calibre-0.8.2.ebuild 24 May 2011 09:49:28 -0000 1.1
53 +++ calibre-0.8.2.ebuild 26 May 2011 21:27:27 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild,v 1.1 2011/05/24 09:49:28 scarabeus Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild,v 1.2 2011/05/26 21:27:27 zmedico Exp $
59
60 EAPI=3
61 PYTHON_DEPEND=2:2.7
62 @@ -160,17 +160,6 @@
63 mv "${HOME}"/.local/share/icons/* "${D}"usr/share/icons/ ||
64 die "failed to install icon files"
65
66 - # Bug #358065 - Remove inappropriate mime types from *.desktop.
67 - sed -e "s:application/octet-stream;::g" \
68 - -e "s:application/pdf;::g" \
69 - -e "s:application/vnd.oasis.opendocument.text;::g" \
70 - -e "s:application/xhtml+xml;::g" \
71 - -e "s:text/html;::g" \
72 - -e "s:text/plain;::g" \
73 - -e "s:text/rtf;::g" \
74 - -i "${HOME}"/.local/share/applications/*.desktop \
75 - || die "sed failed"
76 -
77 domenu "${HOME}"/.local/share/applications/*.desktop ||
78 die "failed to install .desktop menu files"