public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/kazehakase: ChangeLog kazehakase-0.5.1.ebuild kazehakase-0.4.8.ebuild kazehakase-0.4.7.ebuild
@ 2007-12-31 13:12 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2007-12-31 13:12 UTC (permalink / raw
  To: gentoo-commits

matsuu      07/12/31 13:12:25

  Modified:             ChangeLog
  Added:                kazehakase-0.5.1.ebuild
  Removed:              kazehakase-0.4.8.ebuild kazehakase-0.4.7.ebuild
  Log:
  Version bumped.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.54                 www-client/kazehakase/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	18 Nov 2007 11:12:29 -0000	1.53
+++ ChangeLog	31 Dec 2007 13:12:24 -0000	1.54
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/kazehakase
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.53 2007/11/18 11:12:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.54 2007/12/31 13:12:24 matsuu Exp $
+
+*kazehakase-0.5.1 (31 Dec 2007)
+
+  31 Dec 2007; MATSUU Takuto <matsuu@gentoo.org> -kazehakase-0.4.7.ebuild,
+  -kazehakase-0.4.8.ebuild, +kazehakase-0.5.1.ebuild:
+  Version bumped.
+  Removed old versions.
 
   18 Nov 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   kazehakase-0.5.0.ebuild:



1.1                  www-client/kazehakase/kazehakase-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/kazehakase-0.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/kazehakase/kazehakase-0.5.1.ebuild?rev=1.1&content-type=text/plain

Index: kazehakase-0.5.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.5.1.ebuild,v 1.1 2007/12/31 13:12:24 matsuu Exp $

inherit flag-o-matic

IUSE="hyperestraier migemo ruby ssl"

DESCRIPTION="a browser with gecko engine like Epiphany or Galeon."
SRC_URI="mirror://sourceforge.jp/${PN}/28710/${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-1.0.2-r1
		>=www-client/seamonkey-1.0
		>=mail-client/mozilla-thunderbird-0.8
		>=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 )"

RDEPEND="${DEPEND}
	migemo? ( app-text/migemo )"

DEPEND="${DEPEND}
	dev-util/pkgconfig"

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*
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-31 13:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 13:12 [gentoo-commits] gentoo-x86 commit in www-client/kazehakase: ChangeLog kazehakase-0.5.1.ebuild kazehakase-0.4.8.ebuild kazehakase-0.4.7.ebuild Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox