Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/gwaei: ChangeLog gwaei-0.15.4.ebuild gwaei-0.15.1-r2.ebuild gwaei-0.15.2.ebuild
Date: Mon, 30 Mar 2009 15:39:57
Message-Id: E1LoJad-0004Np-Pa@stork.gentoo.org
1 matsuu 09/03/30 15:39:55
2
3 Modified: ChangeLog
4 Added: gwaei-0.15.4.ebuild
5 Removed: gwaei-0.15.1-r2.ebuild gwaei-0.15.2.ebuild
6 Log:
7 Version bumped.
8 (Portage version: 2.1.6.8/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 app-dicts/gwaei/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 15 Mar 2009 05:05:59 -0000 1.14
24 +++ ChangeLog 30 Mar 2009 15:39:55 -0000 1.15
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-dicts/gwaei
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.14 2009/03/15 05:05:59 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.15 2009/03/30 15:39:55 matsuu Exp $
30 +
31 +*gwaei-0.15.4 (30 Mar 2009)
32 +
33 + 30 Mar 2009; MATSUU Takuto <matsuu@g.o>
34 + -files/gwaei-0.15.1-parallel-install.patch, -gwaei-0.15.1-r2.ebuild,
35 + -gwaei-0.15.2.ebuild, +gwaei-0.15.4.ebuild:
36 + Version bumped. Removed old versions.
37
38 *gwaei-0.15.3 (15 Mar 2009)
39
40
41
42
43 1.1 app-dicts/gwaei/gwaei-0.15.4.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/gwaei-0.15.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/gwaei-0.15.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gwaei-0.15.4.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.15.4.ebuild,v 1.1 2009/03/30 15:39:55 matsuu Exp $
53
54 inherit gnome2-utils
55
56 DESCRIPTION="Japanese-English Dictionary for GNOME"
57 HOMEPAGE="http://gwaei.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/gwaei/${P}.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="gnome libsexy nls"
64
65 RDEPEND=">=x11-libs/gtk+-2.12
66 >=net-misc/curl-7.18
67 >=dev-libs/glib-2.16.5
68 >=gnome-base/gconf-2.22
69 gnome? ( >=gnome-base/libgnome-2.20 )
70 libsexy? ( >=x11-libs/libsexy-0.1.11 )
71 nls? ( virtual/libintl )"
72 DEPEND="${RDEPEND}
73 nls? ( >=sys-devel/gettext-0.17 )
74 dev-util/pkgconfig"
75
76 src_compile() {
77 econf \
78 $(use_enable gnome) \
79 $(use_enable libsexy) \
80 $(use_enable nls) \
81 --disable-schemas-install || die
82 emake || die
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install || die
87
88 rm -rf "${D}/usr/share/doc/${P}"
89 dodoc AUTHORS ChangeLog NEWS README
90 }
91 pkg_preinst() {
92 if use gnome ; then
93 gnome2_gconf_savelist
94 gnome2_icon_savelist
95 fi
96 }
97
98 pkg_postinst() {
99 use gnome && gnome2_gconf_install
100 }