diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-23 08:59:44 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-23 08:59:44 +0000 |
commit | e7709fe3338f6ee6bb07197efd14a1ffba0006ca (patch) | |
tree | 208252cff678ec61d2c40cd605e7bd7db0592bf3 | |
parent | Stable on ppc (diff) | |
download | historical-e7709fe3338f6ee6bb07197efd14a1ffba0006ca.tar.gz historical-e7709fe3338f6ee6bb07197efd14a1ffba0006ca.tar.bz2 historical-e7709fe3338f6ee6bb07197efd14a1ffba0006ca.zip |
Disabled debug IUSE flag completely (the last commit was not enough because gnome2.eclass pulls in debug). Thanks to Mark Purtill <xe6xjhk02@sneakemail.com>, bug #50701
-rw-r--r-- | app-i18n/im-ja/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/im-ja/im-ja-1.0-r2.ebuild | 17 |
2 files changed, 16 insertions, 8 deletions
diff --git a/app-i18n/im-ja/ChangeLog b/app-i18n/im-ja/ChangeLog index 425612afa7a8..84a12733a71a 100644 --- a/app-i18n/im-ja/ChangeLog +++ b/app-i18n/im-ja/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/im-ja # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/ChangeLog,v 1.21 2004/05/11 15:14:44 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/ChangeLog,v 1.22 2004/05/23 08:59:44 usata Exp $ + + 23 May 2004; Mamoru KOMACHI <usata@gentoo.org> im-ja-1.0-r2.ebuild: + Disabled debug IUSE flag completely (the last commit was not enough + because gnome2.eclass pulls in debug). Thanks to Mark Purtill + <xe6xjhk02@sneakemail.com>. Stable on alpha and ppc. 12 May 2004; Mamoru KOMACHI <usata@gentoo.org> im-ja-0.9-r1.ebuild, im-ja-1.0-r2.ebuild: diff --git a/app-i18n/im-ja/im-ja-1.0-r2.ebuild b/app-i18n/im-ja/im-ja-1.0-r2.ebuild index fa449d57d5ee..77847783aaf0 100644 --- a/app-i18n/im-ja/im-ja-1.0-r2.ebuild +++ b/app-i18n/im-ja/im-ja-1.0-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/im-ja-1.0-r2.ebuild,v 1.3 2004/05/11 15:14:44 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/im-ja-1.0-r2.ebuild,v 1.4 2004/05/23 08:59:44 usata Exp $ inherit gnome2 -IUSE="gnome canna freewnn skk anthy" +IUSE="${IUSE} gnome canna freewnn skk anthy" # --enable-debug causes build failure with gtk+-2.4 #IUSE="${IUSE} debug" @@ -13,14 +13,11 @@ HOMEPAGE="http://im-ja.sourceforge.net/" SRC_URI="http://im-ja.sourceforge.net/${P}.tar.gz http://im-ja.sourceforge.net/old/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc ppc alpha" SLOT="0" DOCS="AUTHORS README ChangeLog TODO" -DEPEND="dev-lang/perl - dev-perl/URI - ${RDEPEND}" RDEPEND="virtual/glibc >=dev-libs/glib-2.2.1 >=dev-libs/atk-1.2.2 @@ -33,6 +30,9 @@ RDEPEND="virtual/glibc canna? ( app-i18n/canna ) skk? ( virtual/skkserv ) anthy? ( || ( app-i18n/anthy app-i18n/anthy-ss ) )" +DEPEND="dev-lang/perl + dev-perl/URI + ${RDEPEND}" #use debug && RESTRICT="nostrip" @@ -47,7 +47,10 @@ src_compile() { use anthy || myconf="$myconf --disable-anthy" use skk || myconf="$myconf --disable-skk" #use debug && myconf="$myconf --enable-debug" - gnome2_src_compile $myconf || die + + # gnome2_src_compile automatically sets debug IUSE flag + econf $myconf || die "econf im-ja failed" + emake || die "emake im-ja failed" } pkg_postinst(){ |