From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF5A7138334 for ; Sat, 4 Aug 2018 13:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E33B9E07D8; Sat, 4 Aug 2018 13:58:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95D8EE07D8 for ; Sat, 4 Aug 2018 13:58:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32809335CD7 for ; Sat, 4 Aug 2018 13:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DA1D393 for ; Sat, 4 Aug 2018 13:58:00 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1533391051.f9f095d4d65e9621f5fa47f73e272bdbbc597e35.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.12.ebuild app-i18n/ibus/ibus-1.5.16.ebuild app-i18n/ibus/ibus-1.5.17.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: f9f095d4d65e9621f5fa47f73e272bdbbc597e35 X-VCS-Branch: master Date: Sat, 4 Aug 2018 13:58:00 +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: f44012e3-47af-40ff-93dd-a9979dbe86bd X-Archives-Hash: 866fdfdeec87c5b45f7833923fe14ee6 commit: f9f095d4d65e9621f5fa47f73e272bdbbc597e35 Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 4 13:41:11 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 4 13:57:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f095d4 app-i18n/ibus: drop ltprune Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/ibus/ibus-1.5.12.ebuild | 4 ++-- app-i18n/ibus/ibus-1.5.16.ebuild | 4 ++-- app-i18n/ibus/ibus-1.5.17.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild index ae04fedae73..452f165b7d2 100644 --- a/app-i18n/ibus/ibus-1.5.12.ebuild +++ b/app-i18n/ibus/ibus-1.5.12.ebuild @@ -5,7 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VALA_USE_DEPEND="vapigen" -inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -122,7 +122,7 @@ src_test() { src_install() { default - prune_libtool_files --modules + find "${ED}" -name '*.la' -delete || die if use python; then python_install() { diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild index e0a88f0bc6a..9a0c01d902d 100644 --- a/app-i18n/ibus/ibus-1.5.16.ebuild +++ b/app-i18n/ibus/ibus-1.5.16.ebuild @@ -5,7 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VALA_USE_DEPEND="vapigen" -inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -138,7 +138,7 @@ src_test() { src_install() { default - prune_libtool_files --modules + find "${ED}" -name '*.la' -delete || die if use python; then python_install() { diff --git a/app-i18n/ibus/ibus-1.5.17.ebuild b/app-i18n/ibus/ibus-1.5.17.ebuild index d165c275183..7c3f41cfe21 100644 --- a/app-i18n/ibus/ibus-1.5.17.ebuild +++ b/app-i18n/ibus/ibus-1.5.17.ebuild @@ -5,7 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VALA_USE_DEPEND="vapigen" -inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx xdg-utils +inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils DESCRIPTION="Intelligent Input Bus for Linux / Unix OS" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -139,7 +139,7 @@ src_test() { src_install() { default - prune_libtool_files --modules + find "${ED}" -name '*.la' -delete || die if use python; then python_install() {