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.13.2.ebuild
Date: Mon, 19 Jan 2009 12:12:38
Message-Id: E1LOszX-0000UN-U3@stork.gentoo.org
1 matsuu 09/01/19 12:12:31
2
3 Modified: ChangeLog
4 Added: gwaei-0.13.2.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.6.6/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.7 app-dicts/gwaei/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 17 Jan 2009 15:14:27 -0000 1.6
23 +++ ChangeLog 19 Jan 2009 12:12:31 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-dicts/gwaei
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.6 2009/01/17 15:14:27 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.7 2009/01/19 12:12:31 matsuu Exp $
29 +
30 +*gwaei-0.13.2 (19 Jan 2009)
31 +
32 + 19 Jan 2009; MATSUU Takuto <matsuu@g.o> +gwaei-0.13.2.ebuild:
33 + Version bumped.
34
35 *gwaei-0.13.1 (17 Jan 2009)
36
37
38
39
40 1.1 app-dicts/gwaei/gwaei-0.13.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/gwaei-0.13.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/gwaei-0.13.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gwaei-0.13.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-0.13.2.ebuild,v 1.1 2009/01/19 12:12:31 matsuu Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="Japanese-English Dictionary for GNOME"
54 HOMEPAGE="http://gwaei.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/gwaei/${P}.tar.gz"
56
57 LICENSE="GPL-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="nls"
61
62 RDEPEND=">=x11-libs/gtk+-2.12
63 >=gnome-base/libgnome-2.22
64 >=gnome-base/libgnomeui-2.22
65 >=gnome-base/gconf-2.22
66 >=net-misc/curl-7.18
67 >=dev-libs/glib-2.16
68 >=x11-libs/libsexy-0.1.11
69 nls? ( virtual/libintl )"
70 DEPEND="${RDEPEND}
71 nls? ( >=sys-devel/gettext-0.17 )
72 dev-util/pkgconfig"
73
74 G2CONF="$(use_enable nls) --disable-schemas-install"
75
76 src_install() {
77 gnome2_src_install
78
79 rm -rf "${D}/usr/share/doc/${P}"
80 dodoc AUTHORS ChangeLog NEWS README
81 }