From 618c3037024b4e5328531cdc07c6ceb7486f5329 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 31 Dec 2017 22:30:36 +0000 Subject: gentoo resync : 31.12.2017 (final resync this year) --- app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild | 31 +++++++++++++-------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild') diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild index 13eba035c1c6..aa37d7ea868e 100644 --- a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild +++ b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit autotools-utils +EAPI=6 DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" HOMEPAGE="http://www.scim-im.org/" @@ -14,7 +12,8 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="nls" -RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) +RDEPEND=" + >=app-i18n/scim-0.99.8 >=app-i18n/libhangul-0.0.4 nls? ( virtual/libintl )" DEPEND="${RDEPEND} @@ -22,23 +21,23 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" PATCHES=( - "${FILESDIR}/${PN}-0.3.2+gcc-4.3.patch" - "${FILESDIR}/${PN}-0.3.2+gcc-4.7.patch" - "${FILESDIR}/${PN}-0.4.0+gtk.patch" ) - -DOCS=(AUTHORS NEWS) + "${FILESDIR}"/${PN}-0.3.2+gcc-4.3.patch + "${FILESDIR}"/${PN}-0.3.2+gcc-4.7.patch + "${FILESDIR}"/${PN}-0.4.0+gtk.patch +) src_configure() { - local myeconfargs=( - --disable-skim-support + econf \ + --disable-skim-support \ $(use_enable nls) - ) - autotools-utils_src_configure } src_install() { - autotools-utils_src_install - dodoc ChangeLog* README* + default + dodoc ChangeLog* + + # plugin module, no point in .la files + find "${D}" -name '*.la' -delete || die } pkg_postinst() { -- cgit v1.2.3