diff options
author | Graham Ramsey <graham.ramsey@gmail.com> | 2019-10-08 18:23:53 +0100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2019-10-09 15:36:54 +0800 |
commit | 04669860d2e5824cc7b4220c143ff6cc32c1dad4 (patch) | |
tree | bbce1b544308a11a0f2428a79f2bd3551903e6ac | |
parent | app-i18n/ibus-libpinyin: Updated 11.1 ebuild to EAPI 7 & python3_7 (diff) | |
download | gentoo-04669860d2e5824cc7b4220c143ff6cc32c1dad4.tar.gz gentoo-04669860d2e5824cc7b4220c143ff6cc32c1dad4.tar.bz2 gentoo-04669860d2e5824cc7b4220c143ff6cc32c1dad4.zip |
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 <graham.ramsey@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild | 7 |
1 files changed, 0 insertions, 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 375b5209b932..5f6789fe339c 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 } |