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 C93051396D1 for ; Wed, 13 Sep 2017 19:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB4CE0C09; Wed, 13 Sep 2017 19:25:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AA615E0C01 for ; Wed, 13 Sep 2017 19:25:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91D9D33BE61 for ; Wed, 13 Sep 2017 19:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310929080 for ; Wed, 13 Sep 2017 19:25:30 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1505330668.973004c8aa05c404daafc441adb625858ed57f1e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libchewing/libchewing-0.4.0-r1.ebuild app-i18n/libchewing/libchewing-0.5.1.ebuild X-VCS-Directories: app-i18n/libchewing/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 973004c8aa05c404daafc441adb625858ed57f1e X-VCS-Branch: master Date: Wed, 13 Sep 2017 19:25:30 +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: 6d112100-4c29-4156-ae1d-fe1ed210feca X-Archives-Hash: 8c398ae7c6b2b515cce8c83264af6c23 commit: 973004c8aa05c404daafc441adb625858ed57f1e Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Sep 13 19:16:06 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Sep 13 19:24:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973004c8 app-i18n/libchewing: Delete no longer used dependencies. Check and pkg-config are not used in libchewing >=0.3.4. https://github.com/chewing/libchewing/commit/f2f74bf1ad6844a4a819df196530aed8efba8d06 app-i18n/libchewing/libchewing-0.4.0-r1.ebuild | 6 +----- app-i18n/libchewing/libchewing-0.5.1.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild index 9acdf364844..a0b070c9882 100644 --- a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild +++ b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild @@ -17,11 +17,7 @@ REQUIRED_USE="test? ( static-libs )" RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( - dev-libs/check - sys-libs/ncurses[unicode] - )" + test? ( sys-libs/ncurses[unicode] )" src_prepare() { default diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild index 5f89bccd173..f532d23626d 100644 --- a/app-i18n/libchewing/libchewing-0.5.1.ebuild +++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild @@ -17,11 +17,7 @@ REQUIRED_USE="test? ( static-libs )" RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( - dev-libs/check - sys-libs/ncurses[unicode] - )" + test? ( sys-libs/ncurses[unicode] )" src_configure() { econf \