Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/kazehakase: ChangeLog kazehakase-0.5.0.ebuild
Date: Wed, 31 Oct 2007 23:42:44
Message-Id: E1InNCl-0002nt-66@stork.gentoo.org
1 matsuu 07/10/31 23:42:35
2
3 Modified: ChangeLog
4 Added: kazehakase-0.5.0.ebuild
5 Log:
6 Version bumb, bug #197525.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.49 www-client/kazehakase/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 30 Aug 2007 00:26:36 -0000 1.48
23 +++ ChangeLog 31 Oct 2007 23:42:34 -0000 1.49
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-client/kazehakase
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.48 2007/08/30 00:26:36 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.49 2007/10/31 23:42:34 matsuu Exp $
29 +
30 +*kazehakase-0.5.0 (31 Oct 2007)
31 +
32 + 31 Oct 2007; <matsuu@g.o> +kazehakase-0.5.0.ebuild:
33 + Version bumb, bug #197525.
34
35 *kazehakase-0.4.8 (30 Aug 2007)
36
37
38
39
40 1.1 www-client/kazehakase/kazehakase-0.5.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/kazehakase-0.5.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/kazehakase-0.5.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kazehakase-0.5.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.5.0.ebuild,v 1.1 2007/10/31 23:42:34 matsuu Exp $
50
51 inherit flag-o-matic
52
53 IUSE="hyperestraier migemo ruby ssl"
54
55 DESCRIPTION="a browser with gecko engine like Epiphany or Galeon."
56 SRC_URI="mirror://sourceforge.jp/${PN}/27774/${P}.tar.gz"
57 HOMEPAGE="http://kazehakase.sourceforge.jp/"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 LICENSE="GPL-2"
62
63 DEPEND=">=x11-libs/gtk+-2.12
64 || (
65 >=www-client/mozilla-firefox-1.0.2-r1
66 >=www-client/seamonkey-1.0
67 >=mail-client/mozilla-thunderbird-0.8
68 >=net-libs/xulrunner-1.8
69 )
70 ssl? ( >=net-libs/gnutls-1.2.0 )
71 ruby? ( dev-ruby/ruby-gtk2 dev-ruby/ruby-gettext )
72 hyperestraier? ( >=app-text/hyperestraier-1.2 )"
73
74 RDEPEND="${DEPEND}
75 migemo? ( app-text/migemo )"
76
77 DEPEND="${DEPEND}
78 dev-util/pkgconfig"
79
80 src_compile(){
81 local myconf
82
83 # Bug 159949
84 replace-flags -Os -O2
85
86 myconf="${myconf} $(use_enable migemo)"
87 use ruby || myconf="${myconf} --with-ruby=no --with-rgettext=no"
88 use ssl || myconf="${myconf} --disable-ssl"
89
90 econf ${myconf} || die
91 emake || die
92 }
93
94 src_install(){
95 emake DESTDIR="${D}" install || die
96 dodoc AUTHORS ChangeLog NEWS README* TODO*
97 }
98
99
100
101 --
102 gentoo-commits@g.o mailing list