diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 15:37:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 15:37:37 +0000 |
commit | 4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f (patch) | |
tree | 407bbb6789aeef8539d5712a95f868617722b441 /app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild | |
parent | x86 stable, bug #286743 (diff) | |
download | historical-4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f.tar.gz historical-4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f.tar.bz2 historical-4ebb3ef30aa75cf8ad3ddcc20543d91c0c5ed61f.zip |
Remove KDE3 support.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild')
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild index 1f793eca6727..1ae58fa5ec19 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild,v 1.1 2009/01/29 14:29:02 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild,v 1.2 2009/10/21 15:35:23 ssuominen Exp $ inherit libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="gtk kde nls" +IUSE="gtk nls" DEPEND=">=app-i18n/scim-1.2 >=app-i18n/anthy-5900 @@ -22,12 +22,10 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" -PDEPEND="kde? ( app-i18n/skim-scim-anthy )" src_unpack() { unpack ${A} cd "${S}" - elibtoolize } @@ -35,13 +33,12 @@ src_compile() { econf \ $(use_enable nls) \ --disable-static \ - --disable-dependency-tracking || die "econf failed" + --disable-dependency-tracking emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README } |