Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xchm: ChangeLog xchm-1.14.ebuild
Date: Sat, 05 Jan 2008 14:45:07
Message-Id: E1JBAGh-0007yA-8U@stork.gentoo.org
1 dirtyepic 08/01/05 14:44:59
2
3 Modified: ChangeLog
4 Added: xchm-1.14.ebuild
5 Log:
6 Version bump. Migrate to wxGTK-2.8.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.58 x11-misc/xchm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 20 Dec 2007 01:13:42 -0000 1.57
23 +++ ChangeLog 5 Jan 2008 14:44:58 -0000 1.58
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/xchm
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.57 2007/12/20 01:13:42 dirtyepic Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.58 2008/01/05 14:44:58 dirtyepic Exp $
30 +
31 +*xchm-1.14 (05 Jan 2008)
32 +
33 + 05 Jan 2008; Ryan Hill <dirtyepic@g.o> files/xchm.desktop,
34 + +xchm-1.14.ebuild:
35 + Version bump. Migrate to wxGTK-2.8.
36
37 20 Dec 2007; Ryan Hill <dirtyepic@g.o>
38 +files/xchm-1.13-gcc-4.3.patch, xchm-1.13-r1.ebuild:
39
40
41
42 1.1 x11-misc/xchm/xchm-1.14.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/xchm-1.14.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/xchm-1.14.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xchm-1.14.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.14.ebuild,v 1.1 2008/01/05 14:44:58 dirtyepic Exp $
52
53 WX_GTK_VER="2.8"
54
55 inherit eutils wxwidgets flag-o-matic fdo-mime gnome2-utils
56
57 DESCRIPTION="Utility for viewing Microsoft .chm files."
58 HOMEPAGE="http://xchm.sf.net"
59 SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64
65 IUSE="nls"
66 DEPEND=">=app-doc/chmlib-0.36
67 =x11-libs/wxGTK-2.8*"
68
69 src_compile() {
70 append-flags -fno-strict-aliasing
71
72 econf ${myconf} \
73 $(use_enable nls) \
74 || die "econf failed"
75
76 emake || die "emake failed"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "emake install failed"
81
82 dodoc AUTHORS README ChangeLog
83
84 cp "${D}"/usr/share/pixmaps/xchm-32.xpm "${D}"/usr/share/pixmaps/xchm.xpm
85 rm -f "${D}"/usr/share/pixmaps/xchm-*.xpm
86 rm -f "${D}"/usr/share/pixmaps/xchmdoc*.xpm
87
88 insinto /usr/share/applications
89 doins "${FILESDIR}"/xchm.desktop
90 insinto /usr/share/mime/packages
91 doins "${FILESDIR}"/xchm.xml
92 }
93
94 pkg_postinst() {
95 fdo-mime_desktop_database_update
96 gnome2_icon_cache_update
97 }
98
99 pkg_postrm() {
100 fdo-mime_desktop_database_update
101 gnome2_icon_cache_update
102 }
103
104
105
106 --
107 gentoo-commits@g.o mailing list