Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/poedit: poedit-1.4.4.ebuild ChangeLog
Date: Tue, 02 Feb 2010 22:55:26
Message-Id: E1NcReW-0000d1-8P@stork.gentoo.org
1 dirtyepic 10/02/02 22:55:24
2
3 Modified: ChangeLog
4 Added: poedit-1.4.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.58 app-i18n/poedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 17 Sep 2009 05:35:07 -0000 1.57
23 +++ ChangeLog 2 Feb 2010 22:55:23 -0000 1.58
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-i18n/poedit
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.57 2009/09/17 05:35:07 dirtyepic Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.58 2010/02/02 22:55:23 dirtyepic Exp $
30 +
31 +*poedit-1.4.4 (02 Feb 2010)
32 +
33 + 02 Feb 2010; Ryan Hill <dirtyepic@g.o> +poedit-1.4.4.ebuild:
34 + Version bump.
35
36 *poedit-1.4.3 (17 Sep 2009)
37
38
39
40
41 1.1 app-i18n/poedit/poedit-1.4.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/poedit-1.4.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/poedit-1.4.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: poedit-1.4.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.4.4.ebuild,v 1.1 2010/02/02 22:55:23 dirtyepic Exp $
51
52 EAPI=2
53 WX_GTK_VER=2.8
54
55 inherit eutils wxwidgets flag-o-matic fdo-mime
56
57 DESCRIPTION="Cross-platform gettext catalogs (.po files) editor."
58 SRC_URI="mirror://sourceforge/poedit/${P}.tar.gz"
59 HOMEPAGE="http://poedit.sourceforge.net/"
60
61 SLOT="0"
62 LICENSE="MIT"
63 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
64 IUSE="spell"
65
66 DEPEND="x11-libs/wxGTK:2.8[X]
67 >=sys-libs/db-3.1
68 spell? ( >=app-text/gtkspell-2.0.0 )"
69
70 RDEPEND=${DEPEND}
71
72 src_configure() {
73 append-flags -fno-strict-aliasing
74
75 econf \
76 $(use_enable spell spellchecking) \
77 || die "Configure failed!"
78 }
79
80 src_install () {
81 emake DESTDIR="${D}" install || die "Install failed"
82 dodoc AUTHORS NEWS README TODO
83 }
84
85 pkg_postinst() {
86 fdo-mime_desktop_database_update
87 }
88
89 pkg_postrm() {
90 fdo-mime_desktop_database_update
91 }