public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Naohiro Aota (naota)" <naota@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/ibus: ibus-1.4.2.ebuild ibus-1.4.1.ebuild ChangeLog
Date: Fri,  3 May 2013 23:33:03 +0000 (UTC)	[thread overview]
Message-ID: <20130503233303.4F7DE2171D@flycatcher.gentoo.org> (raw)

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





             reply	other threads:[~2013-05-03 23:33 UTC|newest]

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

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=20130503233303.4F7DE2171D@flycatcher.gentoo.org \
    --to=naota@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