commit: 668aaa9da71ce331eb83192edad43e642798239d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 6 18:09:26 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 18:17:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668aaa9d
app-i18n/ibus-handwrite: drop 3.0.0-r1, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild deleted file mode 100644 index ffbab3234760..000000000000 --- a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Hand write recognition/input for IBus" -HOMEPAGE="https://github.com/microcai/ibus-handwrite" -SRC_URI="https://github.com/microcai/${PN}/releases/download/${PV%.0}/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls +zinnia" - -RDEPEND="app-i18n/ibus - x11-libs/gtk+:3 - nls? ( virtual/libintl ) - zinnia? ( - app-i18n/zinnia - app-i18n/zinnia-tomoe - )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig - nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/${PN}-blink.patch - "${FILESDIR}"/${PN}-headers.patch - "${FILESDIR}"/${PN}-nested-function.patch -) - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_enable zinnia) \ - $(use_with zinnia zinnia-tomoe "${EPREFIX}"/usr/$(get_libdir)/zinnia/model/tomoe) -}
