public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog
@ 2012-10-08  1:05 Naohiro Aota (naota)
  0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota (naota) @ 2012-10-08  1:05 UTC (permalink / raw
  To: gentoo-commits

naota       12/10/08 01:05:22

  Modified:             ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog
  Log:
  Drop needless "use gconf ||" line.
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-i18n/ibus/ibus-1.4.2.ebuild

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

Index: ibus-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ibus-1.4.2.ebuild	8 Oct 2012 00:01:54 -0000	1.2
+++ ibus-1.4.2.ebuild	8 Oct 2012 01:05:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.2 2012/10/08 00:01:54 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.3 2012/10/08 01:05:22 naota Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2:2.5"
@@ -68,8 +68,6 @@
 	epatch \
 		"${FILESDIR}"/${PN}-gconf-2.m4.patch
 
-	use gconf || epatch "${FILESDIR}"/${PN}-1.4.1-no-gconf.patch
-
 	eautoreconf
 }
 



1.12                 app-i18n/ibus/ibus-1.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?r1=1.11&r2=1.12

Index: ibus-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ibus-1.4.1.ebuild	18 Jun 2012 13:39:14 -0000	1.11
+++ ibus-1.4.1.ebuild	8 Oct 2012 01:05:22 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v 1.11 2012/06/18 13:39:14 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v 1.12 2012/10/08 01:05:22 naota Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2:2.5"
@@ -89,8 +89,6 @@
 		"${FILESDIR}"/${PN}-1.4.0-machine-id-fallback.patch \
 		"${FILESDIR}"/${PN}-1.4.1-gir.patch
 
-	use gconf || epatch "${FILESDIR}"/${P}-no-gconf.patch
-
 	eautoreconf
 }
 



1.113                app-i18n/ibus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	8 Oct 2012 00:01:54 -0000	1.112
+++ ChangeLog	8 Oct 2012 01:05:22 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.112 2012/10/08 00:01:54 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.113 2012/10/08 01:05:22 naota Exp $
+
+  08 Oct 2012;  <naota@gentoo.org> ibus-1.4.1.ebuild, ibus-1.4.2.ebuild:
+  Drop needless "use gconf ||" line.
 
   08 Oct 2012;  <naota@gentoo.org> ibus-1.4.2.ebuild:
   Fix epatch target file name. #433393





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog
@ 2013-01-28 10:13 Naohiro Aota (naota)
  0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota (naota) @ 2013-01-28 10:13 UTC (permalink / raw
  To: gentoo-commits

naota       13/01/28 10:13:35

  Modified:             ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog
  Log:
  Fix doc building. #442904
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.4                  app-i18n/ibus/ibus-1.4.2.ebuild

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

Index: ibus-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ibus-1.4.2.ebuild	8 Oct 2012 01:05:22 -0000	1.3
+++ ibus-1.4.2.ebuild	28 Jan 2013 10:13:35 -0000	1.4
@@ -1,6 +1,6 @@
-# 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/ibus/ibus-1.4.2.ebuild,v 1.3 2012/10/08 01:05:22 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.4 2013/01/28 10:13:35 naota Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2:2.5"
@@ -66,7 +66,8 @@
 	echo ibus/_config.py >> po/POTFILES.skip
 
 	epatch \
-		"${FILESDIR}"/${PN}-gconf-2.m4.patch
+		"${FILESDIR}"/${PN}-gconf-2.m4.patch \
+		"${FILESDIR}"/${PN}-1.4.1-libxslt-1.1.27.patch
 
 	eautoreconf
 }



1.13                 app-i18n/ibus/ibus-1.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?r1=1.12&r2=1.13

Index: ibus-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ibus-1.4.1.ebuild	8 Oct 2012 01:05:22 -0000	1.12
+++ ibus-1.4.1.ebuild	28 Jan 2013 10:13:35 -0000	1.13
@@ -1,6 +1,6 @@
-# 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/ibus/ibus-1.4.1.ebuild,v 1.12 2012/10/08 01:05:22 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v 1.13 2013/01/28 10:13:35 naota Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2:2.5"
@@ -87,7 +87,8 @@
 	epatch \
 		"${FILESDIR}"/${PN}-gconf-2.m4.patch \
 		"${FILESDIR}"/${PN}-1.4.0-machine-id-fallback.patch \
-		"${FILESDIR}"/${PN}-1.4.1-gir.patch
+		"${FILESDIR}"/${PN}-1.4.1-gir.patch \
+		"${FILESDIR}"/${PN}-1.4.1-libxslt-1.1.27.patch
 
 	eautoreconf
 }



1.118                app-i18n/ibus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	6 Jan 2013 09:15:15 -0000	1.117
+++ ChangeLog	28 Jan 2013 10:13:35 -0000	1.118
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/ibus
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.117 2013/01/06 09:15:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.118 2013/01/28 10:13:35 naota Exp $
+
+  28 Jan 2013; Naohiro Aota <naota@gentoo.org>
+  +files/ibus-1.4.1-libxslt-1.1.27.patch, ibus-1.4.1.ebuild, ibus-1.4.2.ebuild:
+  Fix doc building. #442904
 
   06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> ibus-1.4.99.20121006.ebuild:
   Add ~sparc, wrt bug #449220





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog
@ 2013-05-03 23:33 Naohiro Aota (naota)
  0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota (naota) @ 2013-05-03 23:33 UTC (permalink / raw
  To: gentoo-commits

naota       13/05/03 23:33:03

  Modified:             ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog
  Log:
  Migrate to vala.eclass #463720
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.6                  app-i18n/ibus/ibus-1.4.2.ebuild

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

Index: ibus-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ibus-1.4.2.ebuild	29 Jan 2013 03:19:16 -0000	1.5
+++ ibus-1.4.2.ebuild	3 May 2013 23:33:03 -0000	1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.5 2013/01/29 03:19:16 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.6 2013/05/03 23:33:03 naota Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2:2.5"
 
-inherit eutils gnome2-utils multilib python autotools
+inherit eutils gnome2-utils multilib python autotools vala
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="http://code.google.com/p/ibus/"
@@ -34,10 +34,10 @@
 		dev-python/notify-python
 		>=dev-python/dbus-python-0.83
 	)
-	nls? ( virtual/libintl )"
+	nls? ( virtual/libintl )
+	vala? ( $(vala_depend) )"
 #	X? ( x11-libs/libX11 )
 #	gtk? ( x11-libs/gtk+:2 x11-libs/gtk+:3 )
-#	vala? ( dev-lang/vala )
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5.8.1
 	dev-util/intltool
@@ -64,6 +64,7 @@
 src_prepare() {
 	>py-compile #397497
 	echo ibus/_config.py >> po/POTFILES.skip
+	use vala && vala_src_prepare
 
 	epatch \
 		"${FILESDIR}"/${PN}-gconf-2.m4.patch \



1.14                 app-i18n/ibus/ibus-1.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild?r1=1.13&r2=1.14

Index: ibus-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ibus-1.4.1.ebuild	28 Jan 2013 10:13:35 -0000	1.13
+++ ibus-1.4.1.ebuild	3 May 2013 23:33:03 -0000	1.14
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v 1.13 2013/01/28 10:13:35 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v 1.14 2013/05/03 23:33:03 naota Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2:2.5"
 
-inherit eutils gnome2-utils multilib python autotools
+inherit eutils gnome2-utils multilib python autotools vala
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="http://code.google.com/p/ibus/"
@@ -34,10 +34,10 @@
 		dev-python/notify-python
 		>=dev-python/dbus-python-0.83
 	)
-	nls? ( virtual/libintl )"
+	nls? ( virtual/libintl )
+	vala? ( $(vala_depend) )"
 #	X? ( x11-libs/libX11 )
 #	gtk? ( x11-libs/gtk+:2 x11-libs/gtk+:3 )
-#	vala? ( dev-lang/vala )
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5.8.1
 	dev-util/intltool
@@ -83,6 +83,7 @@
 src_prepare() {
 	>py-compile #397497
 	echo ibus/_config.py >> po/POTFILES.skip
+	use vala && vala_src_prepare
 
 	epatch \
 		"${FILESDIR}"/${PN}-gconf-2.m4.patch \



1.123                app-i18n/ibus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	5 Apr 2013 03:54:15 -0000	1.122
+++ ChangeLog	3 May 2013 23:33:03 -0000	1.123
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/ibus
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.122 2013/04/05 03:54:15 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.123 2013/05/03 23:33:03 naota Exp $
+
+  03 May 2013; Naohiro Aota <naota@gentoo.org> ibus-1.4.1.ebuild,
+  ibus-1.4.2.ebuild:
+  Migrate to vala.eclass #463720
 
   05 Apr 2013; Naohiro Aota <naota@gentoo.org> ibus-1.5.1-r2.ebuild:
   Depend on gnome-base/gconf. #464562





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-03 23:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 23:33 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-28 10:13 Naohiro Aota (naota)
2012-10-08  1:05 Naohiro Aota (naota)

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