* [gentoo-commits] proj/kde:master commit in: gui-libs/wrapland/
@ 2020-04-16 14:09 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-04-16 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 9f69cd9650544f58ccff1df9690a1c4405f28ede
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 11:11:16 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 13:36:51 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f69cd96
gui-libs/wrapland: 0.518.0 version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-libs/wrapland/wrapland-0.518.0.ebuild | 41 +++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gui-libs/wrapland/wrapland-0.518.0.ebuild b/gui-libs/wrapland/wrapland-0.518.0.ebuild
new file mode 100644
index 0000000000..38236bab39
--- /dev/null
+++ b/gui-libs/wrapland/wrapland-0.518.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KFMIN=5.66.0
+QTMIN=5.12.3
+inherit ecm
+
+if [[ ${PV} = *9999* ]]; then
+ if [[ ${PV} != 9999 ]]; then
+ EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
+ fi
+ EGIT_REPO_URI="https://gitlab.com/kwinft/wrapland.git"
+ inherit git-r3
+else
+ SRC_URI="https://gitlab.com/kwinft/${PN}/-/archive/${P/-/@}/${PN}-${P/-/@}.tar.gz"
+ S="${WORKDIR}/${PN}-${P/-/@}"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Qt/C++ library wrapping libwayland"
+HOMEPAGE="https://gitlab.com/kwinft/wrapland"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5[egl]
+ media-libs/mesa[egl]
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.15
+"
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: gui-libs/wrapland/
@ 2020-04-16 14:09 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-04-16 14:09 UTC (permalink / raw
To: gentoo-commits
commit: e6d3a5c8230b5371c2e2d93b6d4658feb5334fae
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 11:06:41 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 13:36:50 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6d3a5c8
gui-libs/wrapland: New package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-libs/wrapland/metadata.xml | 11 +++++++
gui-libs/wrapland/wrapland-5.18.49.9999.ebuild | 41 ++++++++++++++++++++++++++
gui-libs/wrapland/wrapland-9999.ebuild | 41 ++++++++++++++++++++++++++
3 files changed, 93 insertions(+)
diff --git a/gui-libs/wrapland/metadata.xml b/gui-libs/wrapland/metadata.xml
new file mode 100644
index 0000000000..f5723086ce
--- /dev/null
+++ b/gui-libs/wrapland/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">kwinft/wrapland</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild b/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild
new file mode 100644
index 0000000000..38236bab39
--- /dev/null
+++ b/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KFMIN=5.66.0
+QTMIN=5.12.3
+inherit ecm
+
+if [[ ${PV} = *9999* ]]; then
+ if [[ ${PV} != 9999 ]]; then
+ EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
+ fi
+ EGIT_REPO_URI="https://gitlab.com/kwinft/wrapland.git"
+ inherit git-r3
+else
+ SRC_URI="https://gitlab.com/kwinft/${PN}/-/archive/${P/-/@}/${PN}-${P/-/@}.tar.gz"
+ S="${WORKDIR}/${PN}-${P/-/@}"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Qt/C++ library wrapping libwayland"
+HOMEPAGE="https://gitlab.com/kwinft/wrapland"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5[egl]
+ media-libs/mesa[egl]
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.15
+"
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT+=" test"
diff --git a/gui-libs/wrapland/wrapland-9999.ebuild b/gui-libs/wrapland/wrapland-9999.ebuild
new file mode 100644
index 0000000000..38236bab39
--- /dev/null
+++ b/gui-libs/wrapland/wrapland-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KFMIN=5.66.0
+QTMIN=5.12.3
+inherit ecm
+
+if [[ ${PV} = *9999* ]]; then
+ if [[ ${PV} != 9999 ]]; then
+ EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
+ fi
+ EGIT_REPO_URI="https://gitlab.com/kwinft/wrapland.git"
+ inherit git-r3
+else
+ SRC_URI="https://gitlab.com/kwinft/${PN}/-/archive/${P/-/@}/${PN}-${P/-/@}.tar.gz"
+ S="${WORKDIR}/${PN}-${P/-/@}"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Qt/C++ library wrapping libwayland"
+HOMEPAGE="https://gitlab.com/kwinft/wrapland"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5[egl]
+ media-libs/mesa[egl]
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.15
+"
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: gui-libs/wrapland/
@ 2020-06-15 23:03 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-06-15 23:03 UTC (permalink / raw
To: gentoo-commits
commit: a8b87fb80d1fab0ed39a5099f75fd80a5fdd3289
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 22:07:41 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 22:14:03 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8b87fb8
gui-libs/wrapland: Drop 0.518.0 and 5.18 stable branch
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-libs/wrapland/wrapland-0.518.0.ebuild | 41 --------------------------
gui-libs/wrapland/wrapland-5.18.49.9999.ebuild | 41 --------------------------
2 files changed, 82 deletions(-)
diff --git a/gui-libs/wrapland/wrapland-0.518.0.ebuild b/gui-libs/wrapland/wrapland-0.518.0.ebuild
deleted file mode 100644
index 38236bab39..0000000000
--- a/gui-libs/wrapland/wrapland-0.518.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.66.0
-QTMIN=5.12.3
-inherit ecm
-
-if [[ ${PV} = *9999* ]]; then
- if [[ ${PV} != 9999 ]]; then
- EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
- fi
- EGIT_REPO_URI="https://gitlab.com/kwinft/wrapland.git"
- inherit git-r3
-else
- SRC_URI="https://gitlab.com/kwinft/${PN}/-/archive/${P/-/@}/${PN}-${P/-/@}.tar.gz"
- S="${WORKDIR}/${PN}-${P/-/@}"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Qt/C++ library wrapping libwayland"
-HOMEPAGE="https://gitlab.com/kwinft/wrapland"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- media-libs/mesa[egl]
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.15
-"
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT+=" test"
diff --git a/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild b/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild
deleted file mode 100644
index 38236bab39..0000000000
--- a/gui-libs/wrapland/wrapland-5.18.49.9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.66.0
-QTMIN=5.12.3
-inherit ecm
-
-if [[ ${PV} = *9999* ]]; then
- if [[ ${PV} != 9999 ]]; then
- EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
- fi
- EGIT_REPO_URI="https://gitlab.com/kwinft/wrapland.git"
- inherit git-r3
-else
- SRC_URI="https://gitlab.com/kwinft/${PN}/-/archive/${P/-/@}/${PN}-${P/-/@}.tar.gz"
- S="${WORKDIR}/${PN}-${P/-/@}"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Qt/C++ library wrapping libwayland"
-HOMEPAGE="https://gitlab.com/kwinft/wrapland"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- media-libs/mesa[egl]
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.15
-"
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: gui-libs/wrapland/
@ 2021-04-11 20:03 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-04-11 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 14930cd67e8f212fa18a5ff71eec98828b856188
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 11:36:13 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 11:36:13 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14930cd6
gui-libs/wrapland: Drop package
kwinFT forked off too far.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
gui-libs/wrapland/metadata.xml | 11 ---------
gui-libs/wrapland/wrapland-9999.ebuild | 41 ----------------------------------
2 files changed, 52 deletions(-)
diff --git a/gui-libs/wrapland/metadata.xml b/gui-libs/wrapland/metadata.xml
deleted file mode 100644
index f5723086ce..0000000000
--- a/gui-libs/wrapland/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="gitlab">kwinft/wrapland</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/gui-libs/wrapland/wrapland-9999.ebuild b/gui-libs/wrapland/wrapland-9999.ebuild
deleted file mode 100644
index 7608a6b10c..0000000000
--- a/gui-libs/wrapland/wrapland-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.74.0
-QTMIN=5.15.2
-inherit ecm
-
-if [[ ${PV} = *9999* ]]; then
- if [[ ${PV} != 9999 ]]; then
- EGIT_BRANCH="Plasma/$(ver_cut 1-2)"
- fi
- EGIT_REPO_URI="https://gitlab.com/kwinft/wrapland.git"
- inherit git-r3
-else
- SRC_URI="https://gitlab.com/kwinft/${PN}/-/archive/${P/-/@}/${PN}-${P/-/@}.tar.gz"
- S="${WORKDIR}/${PN}-${P/-/@}"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Qt/C++ library wrapping libwayland"
-HOMEPAGE="https://gitlab.com/kwinft/wrapland"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- media-libs/mesa[egl]
-"
-DEPEND="${RDEPEND}
- >=dev-libs/wayland-protocols-1.15
-"
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-11 20:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15 23:03 [gentoo-commits] proj/kde:master commit in: gui-libs/wrapland/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2021-04-11 20:03 Andreas Sturmlechner
2020-04-16 14:09 Andreas Sturmlechner
2020-04-16 14:09 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox