public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:frameworks commit in: kde-frameworks/kwindowsystem/
@ 2013-09-10 13:29 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-09-10 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     92fb15865d59f46abd9cb98dd948f4fb3063ef42
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 13:26:35 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 13:26:35 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=92fb1586

[kde-frameworks/kwindowsystem] New package.

Package-Manager: portage-2.2.2

---
 .../kwindowsystem/kwindowsystem-9999.ebuild        | 29 ++++++++++++++++++++++
 kde-frameworks/kwindowsystem/metadata.xml          |  5 ++++
 2 files changed, 34 insertions(+)

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
new file mode 100644
index 0000000..fd3580c
--- /dev/null
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+FRAMEWORKS_TYPE="tier1"
+VIRTUALX_REQUIRED="test"
+inherit kde-frameworks
+
+DESCRIPTION="Convenience access to certain properties and features of the window manager"
+KEYWORDS=""
+IUSE="debug"
+
+RDEPEND="
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11
+	x11-libs/libXfixes
+	x11-libs/libxcb
+	x11-libs/xcb-util-keysyms
+"
+DEPEND="${RDEPEND}
+	test? ( dev-qt/qtnetwork:5 )
+"
+
+DOCS=( "docs/README.kstartupinfo" )

diff --git a/kde-frameworks/kwindowsystem/metadata.xml b/kde-frameworks/kwindowsystem/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-frameworks/kwindowsystem/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:frameworks commit in: kde-frameworks/kwindowsystem/
@ 2013-09-19 17:51 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-09-19 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7f35666483aba73f50abc0113b9dc293acd82355
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 17:45:07 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 17:45:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7f356664

[kde-frameworks/kwindowsystem] Improve description.

Package-Manager: portage-2.2.6

---
 kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
index e126f4a..cf62315 100644
--- a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
@@ -8,7 +8,7 @@ FRAMEWORKS_TYPE="tier1"
 VIRTUALX_REQUIRED="test"
 inherit kde-frameworks
 
-DESCRIPTION="Convenience access to certain properties and features of the window manager"
+DESCRIPTION="Provides access to certain properties and features of the window manager"
 KEYWORDS=""
 IUSE=""
 


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

* [gentoo-commits] proj/kde:frameworks commit in: kde-frameworks/kwindowsystem/
@ 2013-09-23 13:49 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-09-23 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     aa46fd8c2c0a3b85717747d212416b1cc614b1de
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 13:46:25 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 13:46:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aa46fd8c

[kde-frameworks/kwindowsystem] Remove unused dependencies.

Removed in upstream commit 18d78a720672cc67a50bf88d782c337a66da3420.

Package-Manager: portage-2.2.6

---
 kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
index cf62315..f813f92 100644
--- a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
+++ b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild
@@ -13,7 +13,6 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
-	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
@@ -22,8 +21,6 @@ RDEPEND="
 	x11-libs/libxcb
 	x11-libs/xcb-util-keysyms
 "
-DEPEND="${RDEPEND}
-	test? ( dev-qt/qtnetwork:5 )
-"
+DEPEND="${RDEPEND}"
 
 DOCS=( "docs/README.kstartupinfo" )


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

end of thread, other threads:[~2013-09-23 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19 17:51 [gentoo-commits] proj/kde:frameworks commit in: kde-frameworks/kwindowsystem/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-09-23 13:49 Michael Palimaka
2013-09-10 13:29 Michael Palimaka

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