commit: 6402d490b496c8c1922ce23fec0852a256807c03 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 18:50:13 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 18:50:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6402d490
app-i18n/scim-hangul: drop 0.4.0 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild | 51 --------------------------- 1 file changed, 51 deletions(-) diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild deleted file mode 100644 index 93a677bf04d5..000000000000 --- a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" -HOMEPAGE="http://www.scim-im.org/" -SRC_URI="https://downloads.sourceforge.net/scim/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=" - >=app-i18n/scim-0.99.8 - >=app-i18n/libhangul-0.0.4 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.3.2+gcc-4.3.patch - "${FILESDIR}"/${PN}-0.3.2+gcc-4.7.patch - "${FILESDIR}"/${PN}-0.4.0+gtk.patch -) - -src_configure() { - econf \ - --disable-skim-support \ - $(use_enable nls) -} - -src_install() { - default - dodoc ChangeLog* - - # plugin module, no point in .la files - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - elog - elog "To use SCIM with both GTK2 and XIM, you should use the following" - elog "in your user startup scripts such as .gnomerc or .xinitrc:" - elog - elog "LANG='your_language' scim -d" - elog "export XMODIFIERS=@im=SCIM" - elog -}
