* [gentoo-commits] proj/kde:master commit in: kde-base/kephal/
@ 2011-04-08 20:58 Andreas K. Huettel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Huettel @ 2011-04-08 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 9b01b01776262f68098bf38cca24f62f50a09a1b
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Apr 8 21:00:58 2011 +0000
Commit: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 21:00:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b01b017
[kde-base/kephal] Added missing dependency on x11-libs/libxkbfile, bug 361627
(Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/kephal/kephal-4.6.9999.ebuild | 1 +
kde-base/kephal/kephal-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kde-base/kephal/kephal-4.6.9999.ebuild b/kde-base/kephal/kephal-4.6.9999.ebuild
index 7a64000..342c6da 100644
--- a/kde-base/kephal/kephal-4.6.9999.ebuild
+++ b/kde-base/kephal/kephal-4.6.9999.ebuild
@@ -13,6 +13,7 @@ KEYWORDS=""
IUSE="debug"
RDEPEND="
+ x11-libs/libxkbfile
x11-libs/libXrandr
"
DEPEND="${RDEPEND}
diff --git a/kde-base/kephal/kephal-9999.ebuild b/kde-base/kephal/kephal-9999.ebuild
index 7a64000..342c6da 100644
--- a/kde-base/kephal/kephal-9999.ebuild
+++ b/kde-base/kephal/kephal-9999.ebuild
@@ -13,6 +13,7 @@ KEYWORDS=""
IUSE="debug"
RDEPEND="
+ x11-libs/libxkbfile
x11-libs/libXrandr
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kephal/
@ 2011-05-24 2:38 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 4+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24 2:38 UTC (permalink / raw
To: gentoo-commits
commit: 731b4892de7f611a1cf5a80b46fd12d9f8a1a004
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 02:11:13 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 02:11:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=731b4892
[kde-base/kephal] 4.6.80 version bump.
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/kephal/kephal-4.6.80.ebuild | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/kde-base/kephal/kephal-4.6.80.ebuild b/kde-base/kephal/kephal-4.6.80.ebuild
new file mode 100644
index 0000000..b19781d
--- /dev/null
+++ b/kde-base/kephal/kephal-4.6.80.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KMNAME="kde-workspace"
+KMMODULE="libs/kephal"
+inherit kde4-meta
+
+DESCRIPTION="Allows handling of multihead systems via the XRandR extension"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="
+ x11-libs/libxkbfile
+ x11-libs/libXrandr
+"
+DEPEND="${RDEPEND}
+ x11-proto/randrproto
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kephal/
@ 2012-11-17 18:49 Alexey Shvetsov
0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2012-11-17 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 57c5379ebf58e5c230e414e01bc32c3a11690966
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 18:47:54 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 18:47:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=57c5379e
[kde-base/kephal] fix ftbfs
Package-Manager: portage-2.2.0_alpha142
---
kde-base/kephal/kephal-4.9.80.ebuild | 4 ++++
kde-base/kephal/kephal-9999.ebuild | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/kde-base/kephal/kephal-4.9.80.ebuild b/kde-base/kephal/kephal-4.9.80.ebuild
index 4cd42d9..acd1a5f 100644
--- a/kde-base/kephal/kephal-4.9.80.ebuild
+++ b/kde-base/kephal/kephal-4.9.80.ebuild
@@ -19,3 +19,7 @@ RDEPEND="
DEPEND="${RDEPEND}
x11-proto/randrproto
"
+
+KMEXTRACTONLY+="
+ kephal/kephal/screens.h
+ "
diff --git a/kde-base/kephal/kephal-9999.ebuild b/kde-base/kephal/kephal-9999.ebuild
index a298566..e99738b 100644
--- a/kde-base/kephal/kephal-9999.ebuild
+++ b/kde-base/kephal/kephal-9999.ebuild
@@ -19,3 +19,6 @@ RDEPEND="
DEPEND="${RDEPEND}
x11-proto/randrproto
"
+KMEXTRACTONLY+="
+ kephal/kephal/screens.h
+ "
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kephal/
@ 2013-04-09 14:35 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2013-04-09 14:35 UTC (permalink / raw
To: gentoo-commits
commit: cc8ce65b8dcb5542e17d37531b7ef03b2c644c2b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 9 14:34:15 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 14:34:15 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cc8ce65b
[kde-base/kephal] Update dependencies.
libxkbfile workaround can be removed due to being handled now by the eclass.
Package-Manager: portage-2.1.11.60
---
kde-base/kephal/kephal-4.10.49.9999.ebuild | 5 +++--
kde-base/kephal/kephal-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/kde-base/kephal/kephal-4.10.49.9999.ebuild b/kde-base/kephal/kephal-4.10.49.9999.ebuild
index 1d6a947..3c590cf 100644
--- a/kde-base/kephal/kephal-4.10.49.9999.ebuild
+++ b/kde-base/kephal/kephal-4.10.49.9999.ebuild
@@ -13,12 +13,13 @@ KEYWORDS=""
IUSE="debug"
RDEPEND="
- x11-libs/libxkbfile
+ x11-libs/libX11
x11-libs/libXrandr
"
DEPEND="${RDEPEND}
x11-proto/randrproto
"
+
KMEXTRACTONLY+="
kephal/kephal/screens.h
- "
+"
diff --git a/kde-base/kephal/kephal-9999.ebuild b/kde-base/kephal/kephal-9999.ebuild
index 1d6a947..3c590cf 100644
--- a/kde-base/kephal/kephal-9999.ebuild
+++ b/kde-base/kephal/kephal-9999.ebuild
@@ -13,12 +13,13 @@ KEYWORDS=""
IUSE="debug"
RDEPEND="
- x11-libs/libxkbfile
+ x11-libs/libX11
x11-libs/libXrandr
"
DEPEND="${RDEPEND}
x11-proto/randrproto
"
+
KMEXTRACTONLY+="
kephal/kephal/screens.h
- "
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-09 14:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 14:35 [gentoo-commits] proj/kde:master commit in: kde-base/kephal/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2012-11-17 18:49 Alexey Shvetsov
2011-05-24 2:38 Jorge Manuel B. S. Vicetto
2011-04-08 20:58 Andreas K. Huettel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox