summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-07-31 00:16:39 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-07-31 00:16:39 +0000
commit8f468ec5c16b2c994c9bbaa007d2baf0a9c7b6d1 (patch)
tree287f5c13f5d213a69ba32c62c04a38209d4b9bb0 /www-client/kazehakase
parentFixed typo. (diff)
downloadgentoo-2-8f468ec5c16b2c994c9bbaa007d2baf0a9c7b6d1.tar.gz
gentoo-2-8f468ec5c16b2c994c9bbaa007d2baf0a9c7b6d1.tar.bz2
gentoo-2-8f468ec5c16b2c994c9bbaa007d2baf0a9c7b6d1.zip
Version bumped, Added webkit USE flag, Fixed #230712.
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-client/kazehakase')
-rw-r--r--www-client/kazehakase/ChangeLog10
-rw-r--r--www-client/kazehakase/kazehakase-0.5.4-r1.ebuild59
-rw-r--r--www-client/kazehakase/kazehakase-0.5.5.ebuild (renamed from www-client/kazehakase/kazehakase-0.5.4.ebuild)21
3 files changed, 20 insertions, 70 deletions
diff --git a/www-client/kazehakase/ChangeLog b/www-client/kazehakase/ChangeLog
index b7890b0ccde4..450b18af834e 100644
--- a/www-client/kazehakase/ChangeLog
+++ b/www-client/kazehakase/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for www-client/kazehakase
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.60 2008/07/01 00:45:00 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.61 2008/07/31 00:16:39 matsuu Exp $
+
+*kazehakase-0.5.5 (31 Jul 2008)
+
+ 31 Jul 2008; MATSUU Takuto <matsuu@gentoo.org> -kazehakase-0.5.4.ebuild,
+ -kazehakase-0.5.4-r1.ebuild, +kazehakase-0.5.5.ebuild:
+ Version bumped. Added webkit USE flag. Removed ~sparc because
+ net-libs/webkit-gtk has no ~sparc KEYWORD. Fixed dependency, bug #230712.
+ Removed old versions.
*kazehakase-0.5.4-r1 (01 Jul 2008)
diff --git a/www-client/kazehakase/kazehakase-0.5.4-r1.ebuild b/www-client/kazehakase/kazehakase-0.5.4-r1.ebuild
deleted file mode 100644
index 2d37ed3864e9..000000000000
--- a/www-client/kazehakase/kazehakase-0.5.4-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.5.4-r1.ebuild,v 1.1 2008/07/01 00:45:00 matsuu Exp $
-
-inherit eutils flag-o-matic
-
-IUSE="hyperestraier migemo ruby ssl"
-
-DESCRIPTION="a browser with gecko engine like Epiphany or Galeon."
-SRC_URI="mirror://sourceforge.jp/${PN}/30219/${P}.tar.gz"
-HOMEPAGE="http://kazehakase.sourceforge.jp/"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-
-DEPEND=">=x11-libs/gtk+-2.12
- || (
- =www-client/mozilla-firefox-2*
- =www-client/seamonkey-1*
- =mail-client/mozilla-thunderbird-2*
- >=net-libs/xulrunner-1.8
- )
- ssl? ( >=net-libs/gnutls-1.2.0 )
- ruby? ( dev-ruby/ruby-gtk2 dev-ruby/ruby-gettext )
- hyperestraier? ( >=app-text/hyperestraier-1.2 )"
-# net-libs/webkit
-
-RDEPEND="${DEPEND}
- migemo? ( app-text/migemo )"
-
-DEPEND="${DEPEND}
- dev-util/pkgconfig"
-
-src_unpack(){
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-xulrunner19.patch
-}
-
-src_compile(){
- local myconf
-
- # Bug 159949
- replace-flags -Os -O2
-
- myconf="${myconf} $(use_enable migemo)"
- use ruby || myconf="${myconf} --with-ruby=no --with-rgettext=no"
- use ssl || myconf="${myconf} --disable-ssl"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install(){
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README* TODO*
-}
diff --git a/www-client/kazehakase/kazehakase-0.5.4.ebuild b/www-client/kazehakase/kazehakase-0.5.5.ebuild
index 8b3fbc16cf83..f8edeb0e3942 100644
--- a/www-client/kazehakase/kazehakase-0.5.4.ebuild
+++ b/www-client/kazehakase/kazehakase-0.5.5.ebuild
@@ -1,30 +1,31 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.5.4.ebuild,v 1.1 2008/04/03 17:00:21 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.5.5.ebuild,v 1.1 2008/07/31 00:16:39 matsuu Exp $
inherit eutils flag-o-matic
-IUSE="hyperestraier migemo ruby ssl"
+IUSE="hyperestraier migemo ruby ssl webkit"
DESCRIPTION="a browser with gecko engine like Epiphany or Galeon."
-SRC_URI="mirror://sourceforge.jp/${PN}/30219/${P}.tar.gz"
+SRC_URI="mirror://sourceforge.jp/${PN}/32341/${P}.tar.gz"
HOMEPAGE="http://kazehakase.sourceforge.jp/"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+#KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
DEPEND=">=x11-libs/gtk+-2.12
|| (
- =www-client/mozilla-firefox-2*
- =www-client/seamonkey-1*
- =mail-client/mozilla-thunderbird-2*
- =net-libs/xulrunner-1.8*
+ >=www-client/mozilla-firefox-2
+ >=www-client/seamonkey-1
+ >=mail-client/mozilla-thunderbird-2
+ >=net-libs/xulrunner-1.8
)
ssl? ( >=net-libs/gnutls-1.2.0 )
ruby? ( dev-ruby/ruby-gtk2 dev-ruby/ruby-gettext )
- hyperestraier? ( >=app-text/hyperestraier-1.2 )"
-# net-libs/webkit
+ hyperestraier? ( >=app-text/hyperestraier-1.2 )
+ webkit? ( net-libs/webkit-gtk )"
RDEPEND="${DEPEND}
migemo? ( app-text/migemo )"