From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC683138206 for ; Sun, 24 Apr 2016 12:07:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE8721C045; Sun, 24 Apr 2016 12:07:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D343221C041 for ; Sun, 24 Apr 2016 12:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E347D340CA2 for ; Sun, 24 Apr 2016 12:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EF9896A for ; Sun, 24 Apr 2016 12:07:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1461499617.0a33901a6e05af0d11e56438e6bf446fcf13f03e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/imhangul/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/imhangul/imhangul-2.1.0.ebuild X-VCS-Directories: app-i18n/imhangul/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0a33901a6e05af0d11e56438e6bf446fcf13f03e X-VCS-Branch: master Date: Sun, 24 Apr 2016 12:07:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cab7dd5-19e6-492a-ad83-7b584081d423 X-Archives-Hash: e71c244acff663ab98b7e96819bb9947 commit: 0a33901a6e05af0d11e56438e6bf446fcf13f03e Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 24 11:37:05 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 24 12:06:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a33901a app-i18n/imhangul: Bump EAPI Package-Manager: portage-2.2.28 app-i18n/imhangul/imhangul-2.1.0.ebuild | 61 ++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/app-i18n/imhangul/imhangul-2.1.0.ebuild b/app-i18n/imhangul/imhangul-2.1.0.ebuild index 525f012..a7bcb60 100644 --- a/app-i18n/imhangul/imhangul-2.1.0.ebuild +++ b/app-i18n/imhangul/imhangul-2.1.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="3" -inherit gnome2-utils multilib +EAPI=6 +inherit gnome2-utils multilib readme.gentoo-r1 DESCRIPTION="Gtk+-2.0 Hangul Input Modules" HOMEPAGE="https://code.google.com/p/imhangul/" @@ -14,12 +14,23 @@ LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -RDEPEND=">=app-i18n/libhangul-0.0.12 +RDEPEND=" + >=app-i18n/libhangul-0.0.12 >=x11-libs/gtk+-2.2:2 - virtual/libintl" + virtual/libintl +" DEPEND="${RDEPEND} virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext +" + +DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS=" +If you want to use one of the module as a default input method, + +export GTK_IM_MODULE=hangul2 # 2 input type +export GTK_IM_MODULE=hangul3f # 3 input type +" get_gtk_confdir() { # bug #366889 @@ -32,43 +43,39 @@ get_gtk_confdir() { } src_prepare() { - # Drop DEPRECATED flags, bug #387825 - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' Makefile.am Makefile.in || die + default + gnome2_environment_reset + gnome2_disable_deprecation_warning } src_configure() { econf \ --with-gtk-im-module-dir="${EPREFIX}/usr/$(get_libdir)/gtk-2.0/immodules" \ - --with-gtk-im-module-file="$(get_gtk_confdir)" || die + --with-gtk-im-module-file="$(get_gtk_confdir)" } src_install() { - emake DESTDIR="${D}" install || die - - find "${ED}" -name "*.la" -type f -delete || die + default + prune_libtool_files --modules insinto /etc/X11/xinit/xinput.d - newins "${FILESDIR}/xinput-imhangul2" imhangul2.conf || die - newins "${FILESDIR}/xinput-imhangul2y" imhangul2y.conf || die - newins "${FILESDIR}/xinput-imhangul32" imhangul32.conf || die - newins "${FILESDIR}/xinput-imhangul39" imhangul39.conf || die - newins "${FILESDIR}/xinput-imhangul3f" imhangul3f.conf || die - newins "${FILESDIR}/xinput-imhangul3s" imhangul3s.conf || die - newins "${FILESDIR}/xinput-imhangul3y" imhangul3y.conf || die - newins "${FILESDIR}/xinput-imhangulahn" imhangulahn.conf || die - newins "${FILESDIR}/xinput-imhangulro" imhangulro.conf || die + newins "${FILESDIR}/xinput-imhangul2" imhangul2.conf + newins "${FILESDIR}/xinput-imhangul2y" imhangul2y.conf + newins "${FILESDIR}/xinput-imhangul32" imhangul32.conf + newins "${FILESDIR}/xinput-imhangul39" imhangul39.conf + newins "${FILESDIR}/xinput-imhangul3f" imhangul3f.conf + newins "${FILESDIR}/xinput-imhangul3s" imhangul3s.conf + newins "${FILESDIR}/xinput-imhangul3y" imhangul3y.conf + newins "${FILESDIR}/xinput-imhangulahn" imhangulahn.conf + newins "${FILESDIR}/xinput-imhangulro" imhangulro.conf - dodoc AUTHORS ChangeLog NEWS README TODO imhangul.conf || die + dodoc imhangul.conf + readme.gentoo_create_doc } pkg_postinst() { gnome2_query_immodules_gtk2 - elog "" - elog "If you want to use one of the module as a default input method, " - elog "" - elog "export GTK_IM_MODULE=hangul2 # 2 input type" - elog "export GTK_IM_MODULE=hangul3f # 3 input type" - elog "" + readme.gentoo_print_elog } pkg_postrm() {