diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-09-10 01:54:12 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-09-10 01:54:12 +0000 |
commit | 957b170f6b795f3c00693e028b2095681a88bd7d (patch) | |
tree | 3a09f5d4d6f2b6aa0281a2ba93f9ae817f9544d0 /www-client/kazehakase | |
parent | Remove old versions. (diff) | |
download | gentoo-2-957b170f6b795f3c00693e028b2095681a88bd7d.tar.gz gentoo-2-957b170f6b795f3c00693e028b2095681a88bd7d.tar.bz2 gentoo-2-957b170f6b795f3c00693e028b2095681a88bd7d.zip |
Fixed ruby extension config, Bug 137364.
(Portage version: 2.1-r2)
Diffstat (limited to 'www-client/kazehakase')
-rw-r--r-- | www-client/kazehakase/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/kazehakase/kazehakase-0.3.9.ebuild | 7 | ||||
-rw-r--r-- | www-client/kazehakase/kazehakase-0.4.0.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/www-client/kazehakase/ChangeLog b/www-client/kazehakase/ChangeLog index 054f3b7e57de..4e27e6d3639c 100644 --- a/www-client/kazehakase/ChangeLog +++ b/www-client/kazehakase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/kazehakase # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.28 2006/09/09 04:34:57 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/ChangeLog,v 1.29 2006/09/10 01:54:12 matsuu Exp $ + + 10 Sep 2006; MATSUU Takuto <matsuu@gentoo.org> kazehakase-0.3.9.ebuild, + kazehakase-0.4.0.ebuild: + Fixed ruby extension config, Bug 137364. *kazehakase-0.4.0 (09 Sep 2006) diff --git a/www-client/kazehakase/kazehakase-0.3.9.ebuild b/www-client/kazehakase/kazehakase-0.3.9.ebuild index 33c27f8742a7..e7c7cbb3295f 100644 --- a/www-client/kazehakase/kazehakase-0.3.9.ebuild +++ b/www-client/kazehakase/kazehakase-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.3.9.ebuild,v 1.1 2006/08/13 05:47:00 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.3.9.ebuild,v 1.2 2006/09/10 01:54:12 matsuu Exp $ IUSE="firefox hyperestraier migemo mozilla ruby ssl thumbnail" @@ -21,7 +21,7 @@ DEPEND="|| ( firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 ) >=net-libs/xulrunner-1.8 ) >=x11-libs/gtk+-2.6 ssl? ( >=net-libs/gnutls-1.2.0 ) - ruby? ( dev-ruby/ruby-gettext )" + ruby? ( dev-ruby/ruby-gtk2 dev-ruby/ruby-gettext )" RDEPEND="${DEPEND} hyperestraier? ( >=app-text/hyperestraier-1.2 ) @@ -43,9 +43,8 @@ src_compile(){ myconf="${myconf} --without-search-engine" fi - myconf="${myconf} `use_with ruby`" - myconf="${myconf} `use_with ruby rgettext`" myconf="${myconf} `use_enable migemo`" + use ruby || myconf="${myconf} --with-ruby=no --with-rgettext=no" use ssl || myconf="${myconf} --disable-ssl" econf ${myconf} || die diff --git a/www-client/kazehakase/kazehakase-0.4.0.ebuild b/www-client/kazehakase/kazehakase-0.4.0.ebuild index 7b10c84050f7..149914847621 100644 --- a/www-client/kazehakase/kazehakase-0.4.0.ebuild +++ b/www-client/kazehakase/kazehakase-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.4.0.ebuild,v 1.1 2006/09/09 04:34:57 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.4.0.ebuild,v 1.2 2006/09/10 01:54:12 matsuu Exp $ IUSE="firefox hyperestraier migemo mozilla ruby ssl thumbnail" @@ -21,7 +21,7 @@ DEPEND="|| ( firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 ) >=net-libs/xulrunner-1.8 ) >=x11-libs/gtk+-2.6 ssl? ( >=net-libs/gnutls-1.2.0 ) - ruby? ( dev-ruby/ruby-gettext )" + ruby? ( dev-ruby/ruby-gtk2 dev-ruby/ruby-gettext )" RDEPEND="${DEPEND} hyperestraier? ( >=app-text/hyperestraier-1.2 ) @@ -43,9 +43,8 @@ src_compile(){ myconf="${myconf} --without-search-engine" fi - myconf="${myconf} `use_with ruby`" - myconf="${myconf} `use_with ruby rgettext`" myconf="${myconf} `use_enable migemo`" + use ruby || myconf="${myconf} --with-ruby=no --with-rgettext=no" use ssl || myconf="${myconf} --disable-ssl" econf ${myconf} || die |