public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/imhangul: imhangul-2.0.0.ebuild imhangul-3.0.0.ebuild ChangeLog
@ 2011-10-20 22:47 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2011-10-20 22:47 UTC (permalink / raw
  To: gentoo-commits

pacho       11/10/20 22:47:18

  Modified:             imhangul-2.0.0.ebuild imhangul-3.0.0.ebuild
                        ChangeLog
  Log:
  Drop DEPRECATED flags, bug #387825
  
  (Portage version: 2.1.10.29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-i18n/imhangul/imhangul-2.0.0.ebuild

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

Index: imhangul-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-2.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imhangul-2.0.0.ebuild	25 Sep 2011 17:53:54 -0000	1.2
+++ imhangul-2.0.0.ebuild	20 Oct 2011 22:47:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-2.0.0.ebuild,v 1.2 2011/09/25 17:53:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-2.0.0.ebuild,v 1.3 2011/10/20 22:47:18 pacho Exp $
 
 EAPI="3"
 inherit multilib
@@ -41,6 +41,11 @@
 	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" \



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild?r1=1.2&r2=1.3

Index: imhangul-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imhangul-3.0.0.ebuild	25 Sep 2011 17:53:54 -0000	1.2
+++ imhangul-3.0.0.ebuild	20 Oct 2011 22:47:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.2 2011/09/25 17:53:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-3.0.0.ebuild,v 1.3 2011/10/20 22:47:18 pacho Exp $
 
 EAPI="3"
 inherit multilib
@@ -27,6 +27,11 @@
 	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-3.0/$(pkg-config gtk+-3.0 --variable=gtk_binary_version)/immodules" || die
 }



1.35                 app-i18n/imhangul/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	25 Sep 2011 17:53:54 -0000	1.34
+++ ChangeLog	20 Oct 2011 22:47:18 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/imhangul
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.34 2011/09/25 17:53:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/ChangeLog,v 1.35 2011/10/20 22:47:18 pacho Exp $
+
+  21 Oct 2011; Pacho Ramos <pacho@gentoo.org> imhangul-2.0.0.ebuild,
+  imhangul-3.0.0.ebuild:
+  Drop DEPRECATED flags, bug #387825
 
   25 Sep 2011; Raúl Porcel <armin76@gentoo.org> imhangul-0.9.12.ebuild,
   imhangul-0.9.16.ebuild, imhangul-2.0.0.ebuild, imhangul-3.0.0.ebuild:






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

only message in thread, other threads:[~2011-10-20 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20 22:47 [gentoo-commits] gentoo-x86 commit in app-i18n/imhangul: imhangul-2.0.0.ebuild imhangul-3.0.0.ebuild ChangeLog Pacho Ramos (pacho)

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