public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-qt: ChangeLog ibus-qt-1.3.0.ebuild
@ 2010-04-03  4:29 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 3+ messages in thread
From: Matsuu Takuto (matsuu) @ 2010-04-03  4:29 UTC (permalink / raw
  To: gentoo-commits

matsuu      10/04/03 04:29:20

  Modified:             ChangeLog
  Added:                ibus-qt-1.3.0.ebuild
  Log:
  Version bumped.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-i18n/ibus-qt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-qt/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-qt/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-qt/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Mar 2010 10:15:07 -0000	1.6
+++ ChangeLog	3 Apr 2010 04:29:19 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/ibus-qt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.6 2010/03/01 10:15:07 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.7 2010/04/03 04:29:19 matsuu Exp $
+
+*ibus-qt-1.3.0 (03 Apr 2010)
+
+  03 Apr 2010; MATSUU Takuto <matsuu@gentoo.org> +ibus-qt-1.3.0.ebuild:
+  Version bumped.
 
   01 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   ibus-qt-1.2.0.20091217.ebuild:



1.1                  app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild?rev=1.1&content-type=text/plain

Index: ibus-qt-1.3.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild,v 1.1 2010/04/03 04:29:20 matsuu Exp $

EAPI="2"
inherit cmake-utils eutils multilib

MY_P="${P}-Source"
DESCRIPTION="Qt IBus library and Qt input method plugin"
HOMEPAGE="http://code.google.com/p/ibus/"
SRC_URI="http://ibus.googlecode.com/files/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND=">=app-i18n/ibus-1.2
	>=sys-apps/dbus-1.2
	x11-libs/libX11
	>=x11-libs/qt-core-4.5:4
	>=x11-libs/qt-dbus-4.5:4"
DEPEND="${RDEPEND}
	>=dev-libs/icu-4
	dev-util/cmake
	dev-util/pkgconfig
	doc? ( app-doc/doxygen )"

S="${WORKDIR}/${MY_P}"

DOCS="AUTHORS README TODO"

mycmakeargs="-DLIBDIR=$(get_libdir) -DDOCDIR=/usr/share/doc/${PF} all"

src_prepare() {
	epatch "${FILESDIR}/${PN}-1.2.0.20091217-doc.patch"
}

src_compile() {
	cmake-utils_src_compile

	if use doc ; then
		cd "${CMAKE_BUILD_DIR}"
		emake docs || die
	fi
}

src_install() {
	if use doc ; then
		HTML_DOCS="${CMAKE_BUILD_DIR}/docs/html/*"
	fi

	cmake-utils_src_install
}






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-qt: ChangeLog ibus-qt-1.3.0.ebuild
@ 2011-01-05 20:31 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-05 20:31 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/05 20:31:53

  Modified:             ChangeLog ibus-qt-1.3.0.ebuild
  Log:
  Stable on amd64 wrt bug #350624
  
  (Portage version: 2.1.9.29/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-i18n/ibus-qt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	26 May 2010 10:38:16 -0000	1.8
+++ ChangeLog	5 Jan 2011 20:31:53 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-qt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.8 2010/05/26 10:38:16 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.9 2011/01/05 20:31:53 hwoarang Exp $
+
+  05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ibus-qt-1.3.0.ebuild:
+  Stable on amd64 wrt bug #350624
 
   26 May 2010; Pacho Ramos <pacho@gentoo.org> ibus-qt-1.2.0.20091217.ebuild:
   stable amd64, bug 305763



1.2                  app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild

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

Index: ibus-qt-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ibus-qt-1.3.0.ebuild	3 Apr 2010 04:29:20 -0000	1.1
+++ ibus-qt-1.3.0.ebuild	5 Jan 2011 20:31:53 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild,v 1.1 2010/04/03 04:29:20 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild,v 1.2 2011/01/05 20:31:53 hwoarang Exp $
 
 EAPI="2"
 inherit cmake-utils eutils multilib
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc"
 
 RDEPEND=">=app-i18n/ibus-1.2






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-qt: ChangeLog ibus-qt-1.3.0.ebuild
@ 2011-01-10 15:56 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-10 15:56 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/10 15:56:01

  Modified:             ChangeLog ibus-qt-1.3.0.ebuild
  Log:
  x86 stable wrt bug #350624
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.10                 app-i18n/ibus-qt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Jan 2011 20:31:53 -0000	1.9
+++ ChangeLog	10 Jan 2011 15:56:01 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/ibus-qt
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.9 2011/01/05 20:31:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ChangeLog,v 1.10 2011/01/10 15:56:01 phajdan.jr Exp $
+
+  10 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ibus-qt-1.3.0.ebuild:
+  x86 stable wrt bug #350624
 
   05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ibus-qt-1.3.0.ebuild:
   Stable on amd64 wrt bug #350624



1.3                  app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild

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

Index: ibus-qt-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ibus-qt-1.3.0.ebuild	5 Jan 2011 20:31:53 -0000	1.2
+++ ibus-qt-1.3.0.ebuild	10 Jan 2011 15:56:01 -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/ibus-qt/ibus-qt-1.3.0.ebuild,v 1.2 2011/01/05 20:31:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-qt/ibus-qt-1.3.0.ebuild,v 1.3 2011/01/10 15:56:01 phajdan.jr Exp $
 
 EAPI="2"
 inherit cmake-utils eutils multilib
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND=">=app-i18n/ibus-1.2






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

end of thread, other threads:[~2011-01-10 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 20:31 [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-qt: ChangeLog ibus-qt-1.3.0.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-10 15:56 PaweA Hajdan (phajdan.jr)
2010-04-03  4:29 Matsuu Takuto (matsuu)

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