yngwin      15/05/09 11:53:50

  Modified:             fcitx-4.2.8.5.ebuild fcitx-4.2.8.6.ebuild ChangeLog
  Log:
  Move gettext to RDEPEND, as reported by dlan
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.4                  app-i18n/fcitx/fcitx-4.2.8.5.ebuild

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

Index: fcitx-4.2.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fcitx-4.2.8.5.ebuild        9 May 2015 11:36:02 -0000       1.3
+++ fcitx-4.2.8.5.ebuild        9 May 2015 11:53:50 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.5.ebuild,v 1.3 
2015/05/09 11:36:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.5.ebuild,v 1.4 
2015/05/09 11:53:50 yngwin Exp $
 
 EAPI=5
 inherit cmake-utils eutils gnome2-utils fdo-mime multilib readme.gentoo
@@ -42,6 +42,7 @@
        icu? ( dev-libs/icu:= )
        introspection? ( dev-libs/gobject-introspection )
        lua? ( dev-lang/lua:= )
+       nls? ( sys-devel/gettext )
        opencc? ( app-i18n/opencc )
        qt4? (
                dev-qt/qtdbus:4
@@ -54,8 +55,7 @@
        )"
 DEPEND="${RDEPEND}
        virtual/libintl
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
+       virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog README THANKS TODO
        doc/pinyin.txt doc/cjkvinput.txt doc/API.txt doc/Develop_Readme )



1.2                  app-i18n/fcitx/fcitx-4.2.8.6.ebuild

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

Index: fcitx-4.2.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fcitx-4.2.8.6.ebuild        9 May 2015 11:36:02 -0000       1.1
+++ fcitx-4.2.8.6.ebuild        9 May 2015 11:53:50 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.6.ebuild,v 1.1 
2015/05/09 11:36:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.6.ebuild,v 1.2 
2015/05/09 11:53:50 yngwin Exp $
 
 EAPI=5
 inherit cmake-utils eutils gnome2-utils fdo-mime multilib readme.gentoo
@@ -42,6 +42,7 @@
        icu? ( dev-libs/icu:= )
        introspection? ( dev-libs/gobject-introspection )
        lua? ( dev-lang/lua:= )
+       nls? ( sys-devel/gettext )
        opencc? ( app-i18n/opencc )
        qt4? (
                dev-qt/qtdbus:4
@@ -54,8 +55,7 @@
        )"
 DEPEND="${RDEPEND}
        virtual/libintl
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
+       virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog README THANKS TODO
        doc/pinyin.txt doc/cjkvinput.txt doc/API.txt doc/Develop_Readme )



1.76                 app-i18n/fcitx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   9 May 2015 11:37:56 -0000       1.75
+++ ChangeLog   9 May 2015 11:53:50 -0000       1.76
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/fcitx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.75 2015/05/09 
11:37:56 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.76 2015/05/09 
11:53:50 yngwin Exp $
+
+  09 May 2015; Ben de Groot <[email protected]> fcitx-4.2.8.5.ebuild,
+  fcitx-4.2.8.6.ebuild:
+  Move gettext to RDEPEND, as reported by dlan
 
   09 May 2015; Ben de Groot <[email protected]> -fcitx-4.2.7-r1.ebuild,
   -fcitx-4.2.8.1.ebuild, -fcitx-4.2.8.3.ebuild:




Reply via email to