yngwin      15/05/09 13:09:08

  Modified:             ChangeLog
  Added:                kcm-fcitx-0.5.0.ebuild
  Log:
  Version bump. Drop ppc and ppc64 keywords for lack of KF5 support.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.9                  app-i18n/kcm-fcitx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   1 May 2015 05:55:34 -0000       1.8
+++ ChangeLog   9 May 2015 13:09:08 -0000       1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/kcm-fcitx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/ChangeLog,v 1.8 
2015/05/01 05:55:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/ChangeLog,v 1.9 
2015/05/09 13:09:08 yngwin Exp $
+
+*kcm-fcitx-0.5.0 (09 May 2015)
+
+  09 May 2015; Ben de Groot <yng...@gentoo.org> +kcm-fcitx-0.5.0.ebuild:
+  Version bump. Drop ppc and ppc64 keywords for lack of KF5 support.
 
   01 May 2015; Jeroen Roovers <j...@gentoo.org> kcm-fcitx-0.4.3.ebuild:
   Stable for PPC64 (bug #540844).



1.1                  app-i18n/kcm-fcitx/kcm-fcitx-0.5.0.ebuild

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

Index: kcm-fcitx-0.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcm-fcitx/kcm-fcitx-0.5.0.ebuild,v 
1.1 2015/05/09 13:09:08 yngwin Exp $

EAPI=5
inherit kde5

DESCRIPTION="KDE configuration module for Fcitx"
HOMEPAGE="http://fcitx-im.org/";
SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=app-i18n/fcitx-4.2.8
        app-i18n/fcitx-qt5
        dev-qt/qtcore:5
        dev-qt/qtdbus:5
        dev-qt/qtgui:5
        dev-qt/qtwidgets:5
        $(add_frameworks_dep extra-cmake-modules)
        $(add_frameworks_dep kcoreaddons)
        $(add_frameworks_dep kcmutils)
        $(add_frameworks_dep ki18n)
        $(add_frameworks_dep kio)
        $(add_frameworks_dep kitemviews)
        $(add_frameworks_dep knewstuff)
        $(add_frameworks_dep kwidgetsaddons)
        sys-devel/gettext
        x11-libs/libxkbfile"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        # po directory is empty, making the build fail
        comment_add_subdirectory po
}




Reply via email to