public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/imhangul: imhangul-3.0.0.ebuild ChangeLog imhangul-3.1.1.ebuild imhangul-3.1.0.ebuild imhangul-2.1.0.ebuild
@ 2013-04-21 10:32 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; only message in thread
From: Fabio Erculiani (lxnay) @ 2013-04-21 10:32 UTC (permalink / raw
  To: gentoo-commits

lxnay       13/04/21 10:32:24

  Modified:             imhangul-3.0.0.ebuild ChangeLog
                        imhangul-3.1.1.ebuild imhangul-3.1.0.ebuild
                        imhangul-2.1.0.ebuild
  Log:
  override mantainer due to bug inactivity after 1 year, standardize to gnome2_query_immodules_gtk2, fix bug #413517
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)

Revision  Changes    Path
1.5                  app-i18n/imhangul/imhangul-3.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild?r1=1.4&r2=1.5

Index: imhangul-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- imhangul-3.0.0.ebuild	3 May 2012 19:24:27 -0000	1.4
+++ imhangul-3.0.0.ebuild	21 Apr 2013 10:32:24 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild,v 1.4 2012/05/03 19:24:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild,v 1.5 2013/04/21 10:32:24 lxnay Exp $
 
 EAPI="3"
-inherit multilib
+inherit gnome2-utils multilib
 
 DESCRIPTION="Gtk+-3.0 Hangul Input Modules"
 HOMEPAGE="http://kldp.net/projects/imhangul/"
@@ -21,12 +21,6 @@
 	virtual/pkgconfig
 	sys-devel/gettext"
 
-update_gtk_immodules() {
-	if [ -x "${EPREFIX}/usr/bin/gtk-query-immodules-3.0" ] ; then
-		"${EPREFIX}/usr/bin/gtk-query-immodules-3.0" --update-cache
-	fi
-}
-
 src_prepare() {
 	# Drop DEPRECATED flags, bug #387825
 	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' Makefile.am Makefile.in || die
@@ -56,8 +50,7 @@
 }
 
 pkg_postinst() {
-	update_gtk_immodules
-
+	gnome2_query_immodules_gtk3
 	elog ""
 	elog "If you want to use one of the module as a default input method, "
 	elog ""
@@ -67,5 +60,5 @@
 }
 
 pkg_postrm() {
-	update_gtk_immodules
+	gnome2_query_immodules_gtk3
 }



1.42                 app-i18n/imhangul/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 Jan 2013 07:30:49 -0000	1.41
+++ ChangeLog	21 Apr 2013 10:32:24 -0000	1.42
@@ -1,6 +1,11 @@
 # 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.41 2013/01/15 07:30:49 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.42 2013/04/21 10:32:24 lxnay Exp $
+
+  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:
+  override mantainer due to bug inactivity after 1 year, standardize to
+  gnome2_query_immodules_gtk2, fix bug #413517
 
 *imhangul-3.1.1 (15 Jan 2013)
 



1.2                  app-i18n/imhangul/imhangul-3.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.1.1.ebuild?r1=1.1&r2=1.2

Index: imhangul-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imhangul-3.1.1.ebuild	15 Jan 2013 07:30:49 -0000	1.1
+++ imhangul-3.1.1.ebuild	21 Apr 2013 10:32:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.1.1.ebuild,v 1.1 2013/01/15 07:30:49 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.1.1.ebuild,v 1.2 2013/04/21 10:32:24 lxnay Exp $
 
 EAPI="3"
 inherit multilib
@@ -21,12 +21,6 @@
 	virtual/pkgconfig
 	sys-devel/gettext"
 
-update_gtk_immodules() {
-	if [ -x "${EPREFIX}/usr/bin/gtk-query-immodules-3.0" ] ; then
-		"${EPREFIX}/usr/bin/gtk-query-immodules-3.0" --update-cache
-	fi
-}
-
 src_prepare() {
 	# Drop DEPRECATED flags, bug #387825
 	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' Makefile.am Makefile.in || die
@@ -56,8 +50,7 @@
 }
 
 pkg_postinst() {
-	update_gtk_immodules
-
+	gnome2_query_immodules_gtk3
 	elog ""
 	elog "If you want to use one of the module as a default input method, "
 	elog ""
@@ -67,5 +60,5 @@
 }
 
 pkg_postrm() {
-	update_gtk_immodules
+	gnome2_query_immodules_gtk3
 }



1.3                  app-i18n/imhangul/imhangul-3.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.1.0.ebuild?r1=1.2&r2=1.3

Index: imhangul-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imhangul-3.1.0.ebuild	3 May 2012 19:24:27 -0000	1.2
+++ imhangul-3.1.0.ebuild	21 Apr 2013 10:32:24 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.1.0.ebuild,v 1.2 2012/05/03 19:24:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.1.0.ebuild,v 1.3 2013/04/21 10:32:24 lxnay Exp $
 
 EAPI="3"
-inherit multilib
+inherit gnome2-utils multilib
 
 DESCRIPTION="Gtk+-3.0 Hangul Input Modules"
 HOMEPAGE="http://code.google.com/p/imhangul/"
@@ -21,12 +21,6 @@
 	virtual/pkgconfig
 	sys-devel/gettext"
 
-update_gtk_immodules() {
-	if [ -x "${EPREFIX}/usr/bin/gtk-query-immodules-3.0" ] ; then
-		"${EPREFIX}/usr/bin/gtk-query-immodules-3.0" --update-cache
-	fi
-}
-
 src_prepare() {
 	# Drop DEPRECATED flags, bug #387825
 	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' Makefile.am Makefile.in || die
@@ -56,7 +50,7 @@
 }
 
 pkg_postinst() {
-	update_gtk_immodules
+	gnome2_query_immodules_gtk3
 
 	elog ""
 	elog "If you want to use one of the module as a default input method, "
@@ -67,5 +61,5 @@
 }
 
 pkg_postrm() {
-	update_gtk_immodules
+	gnome2_query_immodules_gtk3
 }



1.3                  app-i18n/imhangul/imhangul-2.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-2.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-2.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-2.1.0.ebuild?r1=1.2&r2=1.3

Index: imhangul-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imhangul-2.1.0.ebuild	3 May 2012 19:24:27 -0000	1.2
+++ imhangul-2.1.0.ebuild	21 Apr 2013 10:32:24 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-2.1.0.ebuild,v 1.2 2012/05/03 19:24:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-2.1.0.ebuild,v 1.3 2013/04/21 10:32:24 lxnay Exp $
 
 EAPI="3"
-inherit multilib
+inherit gnome2-utils multilib
 
 DESCRIPTION="Gtk+-2.0 Hangul Input Modules"
 HOMEPAGE="http://code.google.com/p/imhangul/"
@@ -31,16 +31,6 @@
 	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
@@ -72,8 +62,7 @@
 }
 
 pkg_postinst() {
-	update_gtk_immodules
-
+	gnome2_query_immodules_gtk2
 	elog ""
 	elog "If you want to use one of the module as a default input method, "
 	elog ""
@@ -83,5 +72,5 @@
 }
 
 pkg_postrm() {
-	update_gtk_immodules
+	gnome2_query_immodules_gtk2
 }





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-21 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-21 10:32 [gentoo-commits] gentoo-x86 commit in app-i18n/imhangul: imhangul-3.0.0.ebuild ChangeLog imhangul-3.1.1.ebuild imhangul-3.1.0.ebuild imhangul-2.1.0.ebuild Fabio Erculiani (lxnay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox