Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/shared-mime-info: ChangeLog shared-mime-info-0.22-r1.ebuild
Date: Mon, 05 Nov 2007 16:56:34
Message-Id: E1Ip5FF-0004vi-UQ@stork.gentoo.org
1 dang 07/11/05 16:56:13
2
3 Modified: ChangeLog
4 Added: shared-mime-info-0.22-r1.ebuild
5 Log:
6 Bump to 0.22-r1
7 - Include upstream patch to make html files recognized as html
8 files, rather than as netscape bookmark files. Bug #198118
9
10 (Portage version: 2.1.3.18)
11
12 Revision Changes Path
13 1.108 x11-misc/shared-mime-info/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?rev=1.108&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?rev=1.108&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/ChangeLog?r1=1.107&r2=1.108
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v
22 retrieving revision 1.107
23 retrieving revision 1.108
24 diff -u -r1.107 -r1.108
25 --- ChangeLog 27 Sep 2007 11:37:16 -0000 1.107
26 +++ ChangeLog 5 Nov 2007 16:56:13 -0000 1.108
27 @@ -1,6 +1,15 @@
28 # ChangeLog for x11-misc/shared-mime-info
29 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.107 2007/09/27 11:37:16 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/ChangeLog,v 1.108 2007/11/05 16:56:13 dang Exp $
32 +
33 +*shared-mime-info-0.22-r1 (05 Nov 2007)
34 +
35 + 05 Nov 2007; Daniel Gryniewicz <dang@g.o>
36 + +files/shared-mime-info-0.22-html-fix.patch,
37 + +shared-mime-info-0.22-r1.ebuild:
38 + Bump to 0.22-r1
39 + - Include upstream patch to make html files recognized as html
40 + files, rather than as netscape bookmark files. Bug #198118
41
42 27 Sep 2007; Raúl Porcel <armin76@g.o>
43 shared-mime-info-0.22.ebuild:
44
45
46
47 1.1 x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: shared-mime-info-0.22-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.22-r1.ebuild,v 1.1 2007/11/05 16:56:13 dang Exp $
57
58 inherit fdo-mime eutils
59
60 DESCRIPTION="The Shared MIME-info Database specification"
61 HOMEPAGE="http://www.freedesktop.org/software/shared-mime-info"
62 SRC_URI="http://www.freedesktop.org/~hadess/${P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE=""
68
69 RDEPEND=">=dev-libs/glib-2.3.2
70 >=dev-libs/libxml2-2.4"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig
73 dev-util/intltool
74 sys-devel/gettext"
75
76 src_unpack() {
77 unpack ${A}
78 cd ${S}
79
80 # Fix html files showing up as netscape bookmark files; bug #198118
81 epatch "${FILESDIR}"/${P}-html-fix.patch
82 }
83
84 src_compile() {
85 econf --disable-update-mimedb
86 emake || die "emake failed."
87 }
88
89 src_install() {
90 emake DESTDIR="${D}" install || die "emake install failed."
91 dodoc ChangeLog NEWS README
92 }
93
94 pkg_postinst() {
95 fdo-mime_mime_database_update
96 }
97
98
99
100 --
101 gentoo-commits@g.o mailing list