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