public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kwayland/
@ 2014-10-02 14:55 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2014-10-02 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     50525b55be19f877a8f00b46fa61acaf2a4f9341
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 14:54:48 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 14:54:48 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=50525b55

[kde-base/kwayland] Raise dependencies.

Upstream commit: 29722f0d303d005344119d628ec5bd042b35adde

Package-Manager: portage-2.2.12

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

diff --git a/kde-base/kwayland/kwayland-9999.ebuild b/kde-base/kwayland/kwayland-9999.ebuild
index 286635f..3de79c5 100644
--- a/kde-base/kwayland/kwayland-9999.ebuild
+++ b/kde-base/kwayland/kwayland-9999.ebuild
@@ -15,7 +15,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	>=dev-libs/wayland-1.2.0
+	>=dev-libs/wayland-1.3.0
 	dev-qt/qtgui:5
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kwayland/
@ 2014-10-02 14:59 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2014-10-02 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0f38950d91e5a4fb0bf25d0676b768f26f674fca
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 14:57:26 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 14:57:26 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0f38950d

[kde-base/kwayland] Be consistent with the rest of the tree for quotes.

Package-Manager: portage-2.2.12

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

diff --git a/kde-base/kwayland/kwayland-9999.ebuild b/kde-base/kwayland/kwayland-9999.ebuild
index 3de79c5..656394b 100644
--- a/kde-base/kwayland/kwayland-9999.ebuild
+++ b/kde-base/kwayland/kwayland-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_TEST=true
+KDE_TEST="true"
 inherit kde5
 
 DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kwayland/
@ 2014-10-02 15:01 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2014-10-02 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5b92b799e85ef8963ab4dcf7e03e6b3ff3074243
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 15:00:20 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 15:00:55 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5b92b799

[kde-base/kwayland] Add latest release and live development branch.

Package-Manager: portage-2.2.12

---
 kde-base/kwayland/kwayland-5.0.95.ebuild   | 26 ++++++++++++++++++++++++++
 kde-base/kwayland/kwayland-5.1.9999.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/kde-base/kwayland/kwayland-5.0.95.ebuild b/kde-base/kwayland/kwayland-5.0.95.ebuild
new file mode 100644
index 0000000..797197b
--- /dev/null
+++ b/kde-base/kwayland/kwayland-5.0.95.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland"
+
+LICENSE="LGPL-2.1"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-libs/wayland-1.3.0
+	dev-qt/qtgui:5
+"
+RDEPEND="${DEPEND}"
+
+# All failing, i guess we need a virtual wayland server
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" )

diff --git a/kde-base/kwayland/kwayland-5.1.9999.ebuild b/kde-base/kwayland/kwayland-5.1.9999.ebuild
new file mode 100644
index 0000000..45e16ae
--- /dev/null
+++ b/kde-base/kwayland/kwayland-5.1.9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland"
+
+LICENSE="LGPL-2.1"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	>=dev-libs/wayland-1.3.0
+	dev-qt/qtgui:5
+"
+RDEPEND="${DEPEND}"
+
+# All failing, i guess we need a virtual wayland server
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" )


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kwayland/
@ 2014-10-14 14:04 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2014-10-14 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     aeb086c04a977cd3a777167f015e5393ca10f877
Author:     Matthew Dawson <matthew <AT> mjdsystems <DOT> ca>
AuthorDate: Mon Oct 13 17:09:05 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 14 14:04:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aeb086c0

[kde-base/kwayland] Remove kwayland-wayland-1.5.patch from 9999.

The latest KWayland no longer requires the kwayland-wayland-1.5.patch,
as the latest changes in git no longer require egl.

Upstream commit: 2180655167287d94f65af9ecea766aef94489158

Package-Manager: portage-2.2.8-r2

---
 kde-base/kwayland/kwayland-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-base/kwayland/kwayland-9999.ebuild b/kde-base/kwayland/kwayland-9999.ebuild
index 45e16ae..cde57ea 100644
--- a/kde-base/kwayland/kwayland-9999.ebuild
+++ b/kde-base/kwayland/kwayland-9999.ebuild
@@ -22,5 +22,3 @@ RDEPEND="${DEPEND}"
 
 # All failing, i guess we need a virtual wayland server
 RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" )


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

end of thread, other threads:[~2014-10-14 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 14:59 [gentoo-commits] proj/kde:master commit in: kde-base/kwayland/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2014-10-14 14:04 Michael Palimaka
2014-10-02 15:01 Michael Palimaka
2014-10-02 14:55 Michael Palimaka

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