public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: fcitx-configtool-0.4.6.ebuild ChangeLog
@ 2013-01-31  8:49 Ben de Groot (yngwin)
  0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot (yngwin) @ 2013-01-31  8:49 UTC (permalink / raw
  To: gentoo-commits

yngwin      13/01/31 08:49:05

  Modified:             ChangeLog
  Added:                fcitx-configtool-0.4.6.ebuild
  Log:
  Version bump, bug #454486. Thanks to Dennis Lan and Wang Jiajun for contributions.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.15                 app-i18n/fcitx-configtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	29 Oct 2012 06:59:12 -0000	1.14
+++ ChangeLog	31 Jan 2013 08:49:05 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/fcitx-configtool
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.14 2012/10/29 06:59:12 yngwin Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.15 2013/01/31 08:49:05 yngwin Exp $
+
+*fcitx-configtool-0.4.6 (31 Jan 2013)
+
+  31 Jan 2013; Ben de Groot <yngwin@gentoo.org> +fcitx-configtool-0.4.6.ebuild:
+  Version bump, bug #454486. Thanks to Dennis Lan and Wang Jiajun for
+  contributions.
 
   29 Oct 2012; Ben de Groot <yngwin@gentoo.org> -fcitx-configtool-0.1.4.ebuild,
   -fcitx-configtool-0.4.4.ebuild:



1.1                  app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild?rev=1.1&content-type=text/plain

Index: fcitx-configtool-0.4.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.1 2013/01/31 08:49:05 yngwin Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="A GTK+ GUI configuration tool for fcitx"
HOMEPAGE="https://fcitx.googlecode.com/"
SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk +gtk3"
REQUIRED_USE="|| ( gtk gtk3 )"

RDEPEND=">=app-i18n/fcitx-4.2.7
	dev-libs/glib:2
	gtk? ( x11-libs/gtk+:2 )
	gtk3? ( x11-libs/gtk+:3	)"
DEPEND="${RDEPEND}
	app-text/iso-codes
	dev-libs/libunique:1
	dev-util/intltool
	virtual/pkgconfig"

src_configure() {
	local mycmakeargs="
		$(cmake-utils_use_enable gtk GTK2)
		$(cmake-utils_use_enable gtk3 GTK3)"
	cmake-utils_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: fcitx-configtool-0.4.6.ebuild ChangeLog
@ 2013-01-31  9:04 Ben de Groot (yngwin)
  0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot (yngwin) @ 2013-01-31  9:04 UTC (permalink / raw
  To: gentoo-commits

yngwin      13/01/31 09:04:49

  Modified:             fcitx-configtool-0.4.6.ebuild ChangeLog
  Log:
  Normalize homepage
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild

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

Index: fcitx-configtool-0.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fcitx-configtool-0.4.6.ebuild	31 Jan 2013 08:49:05 -0000	1.1
+++ fcitx-configtool-0.4.6.ebuild	31 Jan 2013 09:04:48 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.1 2013/01/31 08:49:05 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.2 2013/01/31 09:04:48 yngwin Exp $
 
 EAPI=5
 
 inherit cmake-utils
 
 DESCRIPTION="A GTK+ GUI configuration tool for fcitx"
-HOMEPAGE="https://fcitx.googlecode.com/"
+HOMEPAGE="http://fcitx-im.org/"
 SRC_URI="http://fcitx.googlecode.com/files/${P}.tar.xz"
 
 LICENSE="GPL-3"



1.16                 app-i18n/fcitx-configtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	31 Jan 2013 08:49:05 -0000	1.15
+++ ChangeLog	31 Jan 2013 09:04:48 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/fcitx-configtool
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.15 2013/01/31 08:49:05 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.16 2013/01/31 09:04:48 yngwin Exp $
+
+  31 Jan 2013; Ben de Groot <yngwin@gentoo.org> fcitx-configtool-0.4.6.ebuild:
+  Normalize homepage
 
 *fcitx-configtool-0.4.6 (31 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: fcitx-configtool-0.4.6.ebuild ChangeLog
@ 2013-08-03  8:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  8:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 08:00:14

  Modified:             fcitx-configtool-0.4.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #461512
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild

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

Index: fcitx-configtool-0.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fcitx-configtool-0.4.6.ebuild	31 Jan 2013 09:04:48 -0000	1.2
+++ fcitx-configtool-0.4.6.ebuild	3 Aug 2013 08:00:14 -0000	1.3
@@ -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/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.2 2013/01/31 09:04:48 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.3 2013/08/03 08:00:14 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gtk +gtk3"
 REQUIRED_USE="|| ( gtk gtk3 )"
 



1.20                 app-i18n/fcitx-configtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	24 Jul 2013 10:32:22 -0000	1.19
+++ ChangeLog	3 Aug 2013 08:00:14 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/fcitx-configtool
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.19 2013/07/24 10:32:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.20 2013/08/03 08:00:14 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-configtool-0.4.6.ebuild:
+  Stable for amd64, wrt bug #461512
 
 *fcitx-configtool-0.4.7 (24 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: fcitx-configtool-0.4.6.ebuild ChangeLog
@ 2013-08-03  8:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  8:01 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 08:01:38

  Modified:             fcitx-configtool-0.4.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #461512
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild

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

Index: fcitx-configtool-0.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fcitx-configtool-0.4.6.ebuild	3 Aug 2013 08:00:14 -0000	1.3
+++ fcitx-configtool-0.4.6.ebuild	3 Aug 2013 08:01:38 -0000	1.4
@@ -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/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.3 2013/08/03 08:00:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.4 2013/08/03 08:01:38 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gtk +gtk3"
 REQUIRED_USE="|| ( gtk gtk3 )"
 



1.21                 app-i18n/fcitx-configtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	3 Aug 2013 08:00:14 -0000	1.20
+++ ChangeLog	3 Aug 2013 08:01:38 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/fcitx-configtool
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.20 2013/08/03 08:00:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.21 2013/08/03 08:01:38 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-configtool-0.4.6.ebuild:
+  Stable for x86, wrt bug #461512
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-configtool-0.4.6.ebuild:
   Stable for amd64, wrt bug #461512





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

* [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: fcitx-configtool-0.4.6.ebuild ChangeLog
@ 2013-08-03 14:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03 14:48 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 14:48:22

  Modified:             fcitx-configtool-0.4.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #461512
  
  (Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild

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

Index: fcitx-configtool-0.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fcitx-configtool-0.4.6.ebuild	3 Aug 2013 08:01:38 -0000	1.4
+++ fcitx-configtool-0.4.6.ebuild	3 Aug 2013 14:48:22 -0000	1.5
@@ -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/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.4 2013/08/03 08:01:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.4.6.ebuild,v 1.5 2013/08/03 14:48:22 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="gtk +gtk3"
 REQUIRED_USE="|| ( gtk gtk3 )"
 



1.22                 app-i18n/fcitx-configtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	3 Aug 2013 08:01:38 -0000	1.21
+++ ChangeLog	3 Aug 2013 14:48:22 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/fcitx-configtool
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.21 2013/08/03 08:01:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.22 2013/08/03 14:48:22 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-configtool-0.4.6.ebuild:
+  Stable for ppc, wrt bug #461512
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> fcitx-configtool-0.4.6.ebuild:
   Stable for x86, wrt bug #461512





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

end of thread, other threads:[~2013-08-03 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-03  8:00 [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx-configtool: fcitx-configtool-0.4.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-03 14:48 Agostino Sarubbo (ago)
2013-08-03  8:01 Agostino Sarubbo (ago)
2013-01-31  9:04 Ben de Groot (yngwin)
2013-01-31  8:49 Ben de Groot (yngwin)

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