From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/imhangul/
Date: Fri, 29 Dec 2017 12:32:41 +0000 (UTC) [thread overview]
Message-ID: <1514550744.84a26b4251d388dcacbb7c947b9147d2786270ef.zlogene@gentoo> (raw)
commit: 84a26b4251d388dcacbb7c947b9147d2786270ef
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 12:32:24 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 12:32:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a26b42
app-i18n/imhangul: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-i18n/imhangul/Manifest | 1 -
app-i18n/imhangul/imhangul-2.0.0.ebuild | 86 ---------------------------------
2 files changed, 87 deletions(-)
diff --git a/app-i18n/imhangul/Manifest b/app-i18n/imhangul/Manifest
index 74e69a57961..b5d763bed3b 100644
--- a/app-i18n/imhangul/Manifest
+++ b/app-i18n/imhangul/Manifest
@@ -1,3 +1,2 @@
-DIST imhangul-2.0.0.tar.bz2 255591 BLAKE2B c8908eb36ef71665f9b7c5a670f569e9b1ce2af7830faaaf8b9927ea5ab99d9c1aadd5175ebef0ffcd1661a7c276acd1aa7179e52261eb3f710226442bbe0c5d SHA512 203d83ec714ee464d3caa304a462a93129712d2221188a4f5cbb1caac309fb91f3b49749ab81d01d3c8bc2feeaf80398e9b8bc5e09b79c228fbc13ed9fbc28d3
DIST imhangul-2.1.0.tar.bz2 268205 BLAKE2B c45cc3e0919c695466f7d09c20c3ee5ae827865b6c3093746f8435bfb3f18da0cf94bc4225829dbafb2f13fcd1da0ec4a696adb966bff90285c769eb36232c4b SHA512 ea4621c4e0e5ed1786e644b577bc0c9f3dbbf296f938ddb2ab04923d8147e01123e10e09a61484e30c3ab0ff51d86da80a93bce583eceee207eab90c27df5f8e
DIST imhangul-3.1.1.tar.bz2 288236 BLAKE2B bb762481c98d8e4d3e1f32629802320fbdd6ec2388e9d7e9f1838fbbcb05f247549dc2baa68e6f4ec626f32b1911b5dfa89810e64c9e826cb1887400bbe11e71 SHA512 a27fb34a826ceccb16e4c8a422f5571c7c6a4c253cd2a55c1025b0c22500a380a35a8703e9f0f6300fdc92544e1d7b59e33f11e059b85754b1619698e0f74d89
diff --git a/app-i18n/imhangul/imhangul-2.0.0.ebuild b/app-i18n/imhangul/imhangul-2.0.0.ebuild
deleted file mode 100644
index b4a6d7cc5c5..00000000000
--- a/app-i18n/imhangul/imhangul-2.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-inherit multilib
-
-DESCRIPTION="Gtk+-2.0 Hangul Input Modules"
-HOMEPAGE="http://kldp.net/projects/imhangul/"
-SRC_URI="http://kldp.net/frs/download.php/5924/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=app-i18n/libhangul-0.0.12
- >=x11-libs/gtk+-2.2:2
- virtual/libintl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-get_gtk_confdir() {
- # bug #366889
- if has_version '>=x11-libs/gtk+-2.22.1-r1:2' || has_multilib_profile ; then
- GTK2_CONFDIR="${GTK2_CONFDIR:=${EPREFIX}/etc/gtk-2.0/$(get_abi_CHOST)}"
- else
- GTK2_CONFDIR="${GTK2_CONFDIR:=${EPREFIX}/etc/gtk-2.0}"
- fi
- echo ${GTK2_CONFDIR}
-}
-
-update_gtk_immodules() {
- local GTK2_CONFDIR=$(get_gtk_confdir)
-
- mkdir -p "${GTK2_CONFDIR}"
-
- if [ -x "${EPREFIX}/usr/bin/gtk-query-immodules-2.0" ] ; then
- "${EPREFIX}/usr/bin/gtk-query-immodules-2.0" > "${GTK2_CONFDIR}/gtk.immodules"
- fi
-}
-
-src_prepare() {
- # Drop DEPRECATED flags, bug #387825
- sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' Makefile.am Makefile.in || die
-}
-
-src_configure() {
- econf \
- --with-gtk-im-module-dir="${EPREFIX}/usr/$(get_libdir)/gtk-2.0/immodules" \
- --with-gtk-im-module-file="$(get_gtk_confdir)" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- find "${ED}" -name "*.la" -type f -delete || die
-
- insinto /etc/X11/xinit/xinput.d
- newins "${FILESDIR}/xinput-imhangul2" imhangul2.conf || die
- newins "${FILESDIR}/xinput-imhangul2y" imhangul2y.conf || die
- newins "${FILESDIR}/xinput-imhangul32" imhangul32.conf || die
- newins "${FILESDIR}/xinput-imhangul39" imhangul39.conf || die
- newins "${FILESDIR}/xinput-imhangul3f" imhangul3f.conf || die
- newins "${FILESDIR}/xinput-imhangul3s" imhangul3s.conf || die
- newins "${FILESDIR}/xinput-imhangul3y" imhangul3y.conf || die
- newins "${FILESDIR}/xinput-imhangulahn" imhangulahn.conf || die
- newins "${FILESDIR}/xinput-imhangulro" imhangulro.conf || die
-
- dodoc AUTHORS ChangeLog NEWS README TODO imhangul.conf || die
-}
-
-pkg_postinst() {
- update_gtk_immodules
-
- elog ""
- elog "If you want to use one of the module as a default input method, "
- elog ""
- elog "export GTK_IM_MODULE=hangul2 # 2 input type"
- elog "export GTK_IM_MODULE=hangul3f # 3 input type"
- elog ""
-}
-
-pkg_postrm() {
- update_gtk_immodules
-}
next reply other threads:[~2017-12-29 12:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-29 12:32 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-01 18:14 [gentoo-commits] repo/gentoo:master commit in: app-i18n/imhangul/ Arthur Zamarin
2023-09-08 0:12 Sam James
2022-08-02 7:48 Joonas Niilola
2021-04-13 0:26 Sam James
2018-08-28 13:46 Akinori Hattori
2018-08-28 13:46 Akinori Hattori
2018-08-28 13:46 Akinori Hattori
2017-12-29 12:31 Mikle Kolyada
2017-12-27 23:45 Sergei Trofimovich
2017-12-27 21:16 David Seifert
2017-12-26 0:59 Thomas Deutschmann
2016-04-24 12:07 Pacho Ramos
2015-09-27 11:32 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1514550744.84a26b4251d388dcacbb7c947b9147d2786270ef.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox