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: ChangeLog poedit-1.3.7.ebuild poedit-1.3.9.ebuild
Date: Sun, 23 Dec 2007 18:31:40
Message-Id: E1J6Vbq-0007JR-Of@stork.gentoo.org
1 dirtyepic 07/12/23 18:31:34
2
3 Modified: ChangeLog poedit-1.3.7.ebuild
4 Added: poedit-1.3.9.ebuild
5 Log:
6 Version bump. Move to wxGTK-2.8 and EAPI 1.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.47 app-i18n/poedit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 19 Sep 2007 03:33:55 -0000 1.46
23 +++ ChangeLog 23 Dec 2007 18:31:34 -0000 1.47
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-i18n/poedit
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.46 2007/09/19 03:33:55 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.47 2007/12/23 18:31:34 dirtyepic Exp $
29 +
30 +*poedit-1.3.9 (23 Dec 2007)
31 +
32 + 23 Dec 2007; Ryan Hill <dirtyepic@g.o>
33 + +files/poedit-1.3.9-sobsolete.patch, poedit-1.3.7.ebuild,
34 + +poedit-1.3.9.ebuild:
35 + Version bump. Move to wxGTK-2.8 and EAPI 1.
36
37 19 Sep 2007; Ryan Hill <dirtyepic@g.o> poedit-1.3.6.ebuild:
38 lock wxGTK depend to 2.6
39
40
41
42 1.3 app-i18n/poedit/poedit-1.3.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/poedit-1.3.7.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/poedit-1.3.7.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/poedit-1.3.7.ebuild?r1=1.2&r2=1.3
47
48 Index: poedit-1.3.7.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.7.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- poedit-1.3.7.ebuild 15 Sep 2007 23:29:11 -0000 1.2
55 +++ poedit-1.3.7.ebuild 23 Dec 2007 18:31:34 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.7.ebuild,v 1.2 2007/09/15 23:29:11 dirtyepic Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.7.ebuild,v 1.3 2007/12/23 18:31:34 dirtyepic Exp $
61
62 inherit eutils wxwidgets flag-o-matic fdo-mime
63
64 @@ -17,25 +17,22 @@
65 >=sys-libs/db-3.1
66 spell? ( >=app-text/gtkspell-2.0.0 )"
67
68 -WX_GTK_VER="2.6"
69 -
70 -pkg_setup() {
71 - echo; check_wxuse unicode; echo
72 -}
73
74 src_compile() {
75 - need-wxwidgets unicode
76 append-flags -fno-strict-aliasing
77
78 + WX_GTK_VER="2.6"
79 + need-wxwidgets unicode
80 +
81 econf \
82 $(use_enable spell spellchecking) \
83 - --with-wx-config="${WX_CONFIG}" \
84 || die "Configure failed!"
85 +
86 emake || die "Build failed!"
87 }
88
89 src_install () {
90 - make DESTDIR="${D}" install || die "Install failed"
91 + emake DESTDIR="${D}" install || die "Install failed"
92 dodoc AUTHORS NEWS README TODO
93 }
94
95
96
97
98 1.1 app-i18n/poedit/poedit-1.3.9.ebuild
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/poedit-1.3.9.ebuild?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/poedit/poedit-1.3.9.ebuild?rev=1.1&content-type=text/plain
102
103 Index: poedit-1.3.9.ebuild
104 ===================================================================
105 # Copyright 1999-2007 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.9.ebuild,v 1.1 2007/12/23 18:31:34 dirtyepic Exp $
108
109 EAPI=1
110 WX_GTK_VER=2.8
111
112 inherit eutils wxwidgets flag-o-matic fdo-mime
113
114 DESCRIPTION="Cross-platform gettext catalogs (.po files) editor."
115 SRC_URI="mirror://sourceforge/poedit/${P}.tar.gz"
116 HOMEPAGE="http://poedit.sourceforge.net/"
117
118 SLOT="0"
119 LICENSE="MIT"
120 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
121 IUSE="spell"
122
123 DEPEND="x11-libs/wxGTK:2.8
124 >=sys-libs/db-3.1
125 spell? ( >=app-text/gtkspell-2.0.0 )"
126
127 src_unpack() {
128 unpack ${A}
129 cd "${S}"
130
131 # http://sourceforge.net/tracker/index.php?func=detail&aid=1857103&group_id=27043&atid=389153
132 epatch "${FILESDIR}"/${P}-sobsolete.patch
133 }
134
135 src_compile() {
136 append-flags -fno-strict-aliasing
137
138 econf \
139 $(use_enable spell spellchecking) \
140 || die "Configure failed!"
141
142 emake || die "Build failed!"
143 }
144
145 src_install () {
146 emake DESTDIR="${D}" install || die "Install failed"
147 dodoc AUTHORS NEWS README TODO
148 }
149
150 pkg_postinst() {
151 fdo-mime_desktop_database_update
152 }
153
154 pkg_postrm() {
155 fdo-mime_desktop_database_update
156 }
157
158
159
160 --
161 gentoo-commits@g.o mailing list