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 D30F0138334 for ; Wed, 9 Oct 2019 07:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C957E0829; Wed, 9 Oct 2019 07:37:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 01C47E0829 for ; Wed, 9 Oct 2019 07:37:18 +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 9F28334BA8A for ; Wed, 9 Oct 2019 07:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3609883D for ; Wed, 9 Oct 2019 07:37:15 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1570606614.04669860d2e5824cc7b4220c143ff6cc32c1dad4.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild X-VCS-Directories: app-i18n/ibus-libpinyin/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 04669860d2e5824cc7b4220c143ff6cc32c1dad4 X-VCS-Branch: master Date: Wed, 9 Oct 2019 07:37:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f80f295c-5f4a-4478-b425-2b5b7622fd22 X-Archives-Hash: d8e417607c6c20025dbd4b41414f6239 commit: 04669860d2e5824cc7b4220c143ff6cc32c1dad4 Author: Graham Ramsey gmail com> AuthorDate: Tue Oct 8 17:23:53 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Oct 9 07:36:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04669860 app-i18n/ibus-libpinyin: removed boost patch (now in upstream) I worked with upstream and they accepted this patch, and updated their boost m4 so no longer required in ebuild. Bug: https://bugs.gentoo.org/696512 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Graham Ramsey gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild index 375b5209b93..5f6789fe339 100644 --- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild +++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild @@ -7,12 +7,9 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools gnome2-utils python-single-r1 -BOOST_M4_GIT_VERSION=282b1e01f5bc5ae94347474fd8c35cb2f7a7e65d - DESCRIPTION="Intelligent Pinyin and Bopomofo input methods based on LibPinyin for IBus" HOMEPAGE="https://github.com/libpinyin/ibus-libpinyin https://sourceforge.net/projects/libpinyin/" SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz - boost? ( https://github.com/tsuna/boost.m4/raw/${BOOST_M4_GIT_VERSION}/build-aux/boost.m4 -> boost.${BOOST_M4_GIT_VERSION}.m4 ) " LICENSE="GPL-2" @@ -37,10 +34,6 @@ DEPEND="${PYTHON_DEPS} RDEPEND="${DEPEND}" src_prepare() { - if use boost; then - cp "${DISTDIR}/boost.${BOOST_M4_GIT_VERSION}.m4" "m4/boost.m4" \ - || die "copying newer version of boost.m4 file failed" - fi default eautoreconf }