diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-07-24 02:06:42 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-07-24 02:06:42 +0000 |
commit | d3c1af4b9670653ac60c98faceff7f5c41cb5873 (patch) | |
tree | a9b19b0d008b02c9054bdab680ebfe969ff1c240 /app-i18n/imhangul | |
parent | Drop old revision. #517820 (diff) | |
download | gentoo-2-d3c1af4b9670653ac60c98faceff7f5c41cb5873.tar.gz gentoo-2-d3c1af4b9670653ac60c98faceff7f5c41cb5873.tar.bz2 gentoo-2-d3c1af4b9670653ac60c98faceff7f5c41cb5873.zip |
Drop old revision. #517820
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n/imhangul')
-rw-r--r-- | app-i18n/imhangul/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/imhangul/imhangul-0.9.12.ebuild | 53 |
2 files changed, 5 insertions, 55 deletions
diff --git a/app-i18n/imhangul/ChangeLog b/app-i18n/imhangul/ChangeLog index 74c0b2910833..afd31f97a718 100644 --- a/app-i18n/imhangul/ChangeLog +++ b/app-i18n/imhangul/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/imhangul -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.42 2013/04/21 10:32:24 lxnay Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.43 2014/07/24 02:06:42 naota Exp $ + + 24 Jul 2014; Naohiro Aota <naota@gentoo.org> -imhangul-0.9.12.ebuild: + Drop old revision. #517820 21 Apr 2013; Fabio Erculiani <lxnay@gentoo.org> imhangul-2.1.0.ebuild, imhangul-3.0.0.ebuild, imhangul-3.1.0.ebuild, imhangul-3.1.1.ebuild: diff --git a/app-i18n/imhangul/imhangul-0.9.12.ebuild b/app-i18n/imhangul/imhangul-0.9.12.ebuild deleted file mode 100644 index a3a2744a1c5f..000000000000 --- a/app-i18n/imhangul/imhangul-0.9.12.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild,v 1.12 2012/05/03 19:24:27 jdhore Exp $ - -EAPI="1" - -DESCRIPTION="Gtk+-2.0 Hangul Input Modules" -HOMEPAGE="http://imhangul.kldp.net/" -SRC_URI="http://kldp.net/frs/download.php/2570/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.2.0:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -get_gtk_confdir() { - if use amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && use x86 ) ; then - echo "/etc/gtk-2.0/${CHOST}" - else - echo "/etc/gtk-2.0" - fi -} - -src_compile() { - sed -i -e "/^moduledir/d" -e "/# moduledir/s/# //" Makefile.* || die - econf || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} - -pkg_postinst() { - gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/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() { - gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules" -} |