* [gentoo-commits] gentoo-x86 commit in kde-base/kdeplasma-addons: metadata.xml kdeplasma-addons-4.9.0.ebuild kdeplasma-addons-4.9.1.ebuild ChangeLog
@ 2012-09-07 12:05 Johannes Huber (johu)
0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2012-09-07 12:05 UTC (permalink / raw
To: gentoo-commits
johu 12/09/07 12:05:53
Modified: metadata.xml kdeplasma-addons-4.9.0.ebuild
kdeplasma-addons-4.9.1.ebuild ChangeLog
Log:
Add missing dependencies wrt bug #430804.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Revision Changes Path
1.6 kde-base/kdeplasma-addons/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 25 Mar 2012 09:14:42 -0000 1.5
+++ metadata.xml 7 Sep 2012 12:05:53 -0000 1.6
@@ -7,6 +7,8 @@
<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-base/marble</pkg></flag>
<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
+ <flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
+ <flag name="oauth">Enable OAuth support via <pkg>dev-libs/qoauth</pkg></flag>
<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
<flag name="qwt">Enable applets that use <pkg>x11-libs/qwt:5</pkg>.</flag>
<flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg>.</flag>
1.2 kde-base/kdeplasma-addons/kdeplasma-addons-4.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.0.ebuild?r1=1.1&r2=1.2
Index: kdeplasma-addons-4.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdeplasma-addons-4.9.0.ebuild 1 Aug 2012 22:17:36 -0000 1.1
+++ kdeplasma-addons-4.9.0.ebuild 7 Sep 2012 12:05:53 -0000 1.2
@@ -1,10 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.0.ebuild,v 1.1 2012/08/01 22:17:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.0.ebuild,v 1.2 2012/09/07 12:05:53 johu Exp $
EAPI=4
-KDE_SCM="git"
inherit kde4-base
DESCRIPTION="Extra Plasma applets and engines"
@@ -12,7 +11,8 @@
LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
# krunner is only needed to generate dbus interface for lancelot
COMMON_DEPEND="
@@ -27,6 +27,8 @@
exif? ( $(add_kdebase_dep libkexiv2) )
fcitx? ( app-i18n/fcitx[dbus(+)] )
ibus? ( app-i18n/ibus )
+ json? ( dev-libs/qjson )
+ oauth? ( dev-libs/qoauth )
qalculate? ( sci-libs/libqalculate )
qwt? ( x11-libs/qwt:5 )
scim? ( app-i18n/scim )
@@ -48,6 +50,8 @@
$(cmake-utils_use_with desktopglobe Marble)
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_with ibus)
+ $(cmake-utils_use_with json QJSON)
+ $(cmake-utils_use_with oauth QtOAuth)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with qwt)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
1.2 kde-base/kdeplasma-addons/kdeplasma-addons-4.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.1.ebuild?r1=1.1&r2=1.2
Index: kdeplasma-addons-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdeplasma-addons-4.9.1.ebuild 4 Sep 2012 18:45:35 -0000 1.1
+++ kdeplasma-addons-4.9.1.ebuild 7 Sep 2012 12:05:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.1.ebuild,v 1.1 2012/09/04 18:45:35 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.1.ebuild,v 1.2 2012/09/07 12:05:53 johu Exp $
EAPI=4
@@ -11,7 +11,8 @@
LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
# krunner is only needed to generate dbus interface for lancelot
COMMON_DEPEND="
@@ -26,6 +27,8 @@
exif? ( $(add_kdebase_dep libkexiv2) )
fcitx? ( app-i18n/fcitx[dbus(+)] )
ibus? ( app-i18n/ibus )
+ json? ( dev-libs/qjson )
+ oauth? ( dev-libs/qoauth )
qalculate? ( sci-libs/libqalculate )
qwt? ( x11-libs/qwt:5 )
scim? ( app-i18n/scim )
@@ -47,6 +50,8 @@
$(cmake-utils_use_with desktopglobe Marble)
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_with ibus)
+ $(cmake-utils_use_with json QJSON)
+ $(cmake-utils_use_with oauth QtOAuth)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with qwt)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
1.149 kde-base/kdeplasma-addons/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 4 Sep 2012 18:45:35 -0000 1.148
+++ ChangeLog 7 Sep 2012 12:05:53 -0000 1.149
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdeplasma-addons
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.148 2012/09/04 18:45:35 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.149 2012/09/07 12:05:53 johu Exp $
+
+ 07 Sep 2012; Johannes Huber <johu@gentoo.org> kdeplasma-addons-4.9.0.ebuild,
+ kdeplasma-addons-4.9.1.ebuild, metadata.xml:
+ Add missing dependencies wrt bug #430804.
*kdeplasma-addons-4.9.1 (04 Sep 2012)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-07 12:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 12:05 [gentoo-commits] gentoo-x86 commit in kde-base/kdeplasma-addons: metadata.xml kdeplasma-addons-4.9.0.ebuild kdeplasma-addons-4.9.1.ebuild ChangeLog Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox