* [gentoo-commits] proj/kde:no-semantic-desktop commit in: kde-base/plasma-workspace/
@ 2013-05-29 18:32 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-05-29 18:32 UTC (permalink / raw
To: gentoo-commits
commit: b0772937b260533455d20b0ead3139c591a791bc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 18:29:59 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 29 18:29:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b0772937
[kde-base/plasma-workspace] Drop USE="rss".
Package-Manager: portage-2.1.12.2
---
kde-base/plasma-workspace/plasma-workspace-9999.ebuild | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
index 9c84196..980cf86 100644
--- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
@@ -14,7 +14,7 @@ inherit python kde4-meta
DESCRIPTION="Plasma: KDE desktop framework"
KEYWORDS=""
-IUSE="debug gps json python qalculate +rss"
+IUSE="debug gps json python qalculate"
COMMONDEPEND="
dev-libs/libdbusmenu-qt
@@ -22,8 +22,10 @@ COMMONDEPEND="
!kde-misc/ktouchpadenabler
$(add_kdebase_dep kactivities)
$(add_kdebase_dep kephal)
+ $(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep ksysguard)
$(add_kdebase_dep libkworkspace)
+ $(add_kdebase_dep libplasmaclock)
$(add_kdebase_dep libplasmagenericshell)
$(add_kdebase_dep libtaskmanager)
$(add_kdebase_dep nepomuk-core)
@@ -42,14 +44,9 @@ COMMONDEPEND="
$(add_kdebase_dep pykde4)
)
qalculate? ( sci-libs/libqalculate )
- rss? (
- $(add_kdebase_dep kdepimlibs)
- $(add_kdebase_dep libplasmaclock 'holidays')
- )
- !rss? ( $(add_kdebase_dep libplasmaclock '-holidays') )
"
DEPEND="${COMMONDEPEND}
- rss? ( dev-libs/boost )
+ dev-libs/boost
x11-proto/compositeproto
x11-proto/damageproto
x11-proto/fixesproto
@@ -105,7 +102,6 @@ src_configure() {
$(cmake-utils_use_with json QJSON)
$(cmake-utils_use_with python PythonLibrary)
$(cmake-utils_use_with qalculate)
- $(cmake-utils_use_with rss KdepimLibs)
-DWITH_Xmms=OFF
)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:no-semantic-desktop commit in: kde-base/plasma-workspace/
@ 2013-05-29 18:32 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-05-29 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 710a945d651a7b540ea33ea3e827d31e54cdc9ee
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 18:27:12 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 29 18:27:12 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=710a945d
[kde-base/plasma-workspace] Drop USE="semantic-desktop".
Package-Manager: portage-2.1.12.2
---
kde-base/plasma-workspace/plasma-workspace-9999.ebuild | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
index ce6c7d6..9c84196 100644
--- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
@@ -14,19 +14,20 @@ inherit python kde4-meta
DESCRIPTION="Plasma: KDE desktop framework"
KEYWORDS=""
-IUSE="debug gps json python qalculate +rss semantic-desktop"
+IUSE="debug gps json python qalculate +rss"
COMMONDEPEND="
dev-libs/libdbusmenu-qt
>=dev-qt/qtcore-4.8.4-r3:4
!kde-misc/ktouchpadenabler
$(add_kdebase_dep kactivities)
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
$(add_kdebase_dep kephal)
$(add_kdebase_dep ksysguard)
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmagenericshell)
$(add_kdebase_dep libtaskmanager)
+ $(add_kdebase_dep nepomuk-core)
+ dev-libs/soprano
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
@@ -42,14 +43,10 @@ COMMONDEPEND="
)
qalculate? ( sci-libs/libqalculate )
rss? (
- $(add_kdebase_dep kdepimlibs 'semantic-desktop?')
+ $(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep libplasmaclock 'holidays')
)
!rss? ( $(add_kdebase_dep libplasmaclock '-holidays') )
- semantic-desktop? (
- dev-libs/soprano
- $(add_kdebase_dep nepomuk-core)
- )
"
DEPEND="${COMMONDEPEND}
rss? ( dev-libs/boost )
@@ -109,9 +106,6 @@ src_configure() {
$(cmake-utils_use_with python PythonLibrary)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with rss KdepimLibs)
- $(cmake-utils_use_with semantic-desktop Akonadi)
- $(cmake-utils_use_with semantic-desktop NepomukCore)
- $(cmake-utils_use_with semantic-desktop Soprano)
-DWITH_Xmms=OFF
)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:no-semantic-desktop commit in: kde-base/plasma-workspace/
@ 2013-05-30 12:40 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-05-30 12:40 UTC (permalink / raw
To: gentoo-commits
commit: 437277230361264bec26c87d63fe673fd27b5579
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 12:38:02 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 30 12:38:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=43727723
[kde-base/plasma-workspace] Add USE dependency default in preparation for the removal of the semantic-desktop and holidays USE flags.
Package-Manager: portage-2.1.12.2
---
kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild
index bd01b41..52512f6 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.10.49.9999.ebuild
@@ -21,7 +21,7 @@ COMMONDEPEND="
>=dev-qt/qtcore-4.8.4-r3:4
!kde-misc/ktouchpadenabler
$(add_kdebase_dep kactivities)
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
+ $(add_kdebase_dep kdelibs 'semantic-desktop(+)?')
$(add_kdebase_dep kephal)
$(add_kdebase_dep ksysguard)
$(add_kdebase_dep libkworkspace)
@@ -43,10 +43,10 @@ COMMONDEPEND="
)
qalculate? ( sci-libs/libqalculate )
rss? (
- $(add_kdebase_dep kdepimlibs 'semantic-desktop?')
- $(add_kdebase_dep libplasmaclock 'holidays')
+ $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)?')
+ $(add_kdebase_dep libplasmaclock 'holidays(+)')
)
- !rss? ( $(add_kdebase_dep libplasmaclock '-holidays') )
+ !rss? ( $(add_kdebase_dep libplasmaclock '-holidays(+)') )
semantic-desktop? (
dev-libs/soprano
$(add_kdebase_dep nepomuk-core)
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-30 12:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 18:32 [gentoo-commits] proj/kde:no-semantic-desktop commit in: kde-base/plasma-workspace/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2013-05-29 18:32 Michael Palimaka
2013-05-30 12:40 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox