commit:     402f99a42c5d75a18d3145910a2b8ac2ff6778a9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 11:35:51 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 19:01:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402f99a4

dev-cpp/waylandpp: Cleanup old, cmake-utils--, EAPI6--

All versions obsolete by latest stable.

Closes: https://bugs.gentoo.org/770691
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-cpp/waylandpp/Manifest                         |  5 ---
 .../waylandpp-0.2.7-fix-std-runtime_error.patch    | 25 ------------
 dev-cpp/waylandpp/waylandpp-0.2.3.ebuild           | 41 --------------------
 dev-cpp/waylandpp/waylandpp-0.2.4.ebuild           | 41 --------------------
 dev-cpp/waylandpp/waylandpp-0.2.5.ebuild           | 41 --------------------
 dev-cpp/waylandpp/waylandpp-0.2.6.ebuild           | 41 --------------------
 dev-cpp/waylandpp/waylandpp-0.2.7.ebuild           | 45 ----------------------
 7 files changed, 239 deletions(-)

diff --git a/dev-cpp/waylandpp/Manifest b/dev-cpp/waylandpp/Manifest
index 63640cd1a9f..7663d46aab0 100644
--- a/dev-cpp/waylandpp/Manifest
+++ b/dev-cpp/waylandpp/Manifest
@@ -1,6 +1 @@
-DIST waylandpp-0.2.3.tar.gz 180539 BLAKE2B 
8941200b46235c8b65926065a3a758871581fe21ffbcc17dc33a00c546c920247739d3137b528fe8971b7c1c2240b5a056387dcbaa1437047709e079cb2e58c2
 SHA512 
424ccef67e1faedfb03aa7465917e4dfc0eae578a1eb42bcdbe71df02955fef00fc1b480acb4828e168f051a82a13f923e0c9be93d3ede221e791a7af88647a5
-DIST waylandpp-0.2.4.tar.gz 240718 BLAKE2B 
4493f3e19dd546412f110227c44440a422d0e1156eb24ed8bc3e58e5ebda22c0aee16e5f2a2efc1328a697c5436f81c11c67d7c46855f32f7531783a1d514ae1
 SHA512 
74855ea86926692a9f6ccb5645a7ed30000bab0f01a2f37a30f2c0a341d67d511ae217b8f69adc52fa2c25ac65afa182a6dbf2318360435a02b6ff428b4c9d51
-DIST waylandpp-0.2.5.tar.gz 177735 BLAKE2B 
9add6147b7694d275f2f15f03476aef5bddebdca029f012743a0c0c388c7ef7394536b4401c78830487bb1c36a0b29ea348bc2acf60617af7bcbf917a5b691dd
 SHA512 
a8c80282022b2ede3c3d0f5516e236aedaf3ef685565da8c61214fe37eda139bf152093eb29960be1889798eef5631b9d68a5e832c10cf1160c4a90f45eccb6e
-DIST waylandpp-0.2.6.tar.gz 178969 BLAKE2B 
aff9108691dfb2f27ac829865d3367a7f72de0a838b64f6265183a36a9ed5efbfcc9abcf724c784f5bda08c1a312cc7077fa55756b10520114dc8a23aa30f7a3
 SHA512 
b2d2f22864db830ec6a78282552a3e677f109c49381f21e80efec3cc65cad1820b1e10ad76d960e9d470f84060bb7f3edf0dcdd94025ae80a4a93ffcecfb8c5f
-DIST waylandpp-0.2.7.tar.gz 179121 BLAKE2B 
6a8e77817962b8bd6ea93c059cd8cee9c655821bca0dc996b014d6085de1f88fe9a9f2b7c80a8b8fa405e898f7d96dc5d01f78288033d18184b5f0504c78c276
 SHA512 
67ec76d9bc0146472d70364c98b6b5af957c757a95d55c224ef2d9bf8b3ab15dc4f6333dca1ad803d94403be11abe7055db54d9fc708c6f5c0196f6a328a5ed2
 DIST waylandpp-0.2.8.tar.gz 181950 BLAKE2B 
186515308d2e17e39e61f953fcf43df6bcff45a965d6425ffb71f0314fc091d241a975d0e7a61e988091ae7491cab56e163b6bccc0a2584b79b5bd5a7f8573fd
 SHA512 
bf1b8a9e69b87547fc65989b9eaff88a442d8b2f01f5446cef960000b093390b1e557536837fbf38bb6d9a4f93e3985ea34c3253f94925b0f571b4606c980832

diff --git 
a/dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch 
b/dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch
deleted file mode 100644
index 41e71eb237b..00000000000
--- a/dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001
-From: Rechi <re...@users.noreply.github.com>
-Date: Sat, 18 Jan 2020 23:37:46 +0100
-Subject: [PATCH] [fix] add missing stdexcept include after 2d834a6
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-fixes error: ‘runtime_error’ is not a member of ‘std’
----
- include/wayland-util.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/wayland-util.hpp b/include/wayland-util.hpp
-index 9cf5d04..1609651 100644
---- a/include/wayland-util.hpp
-+++ b/include/wayland-util.hpp
-@@ -28,6 +28,7 @@
- 
- #include <algorithm>
- #include <memory>
-+#include <stdexcept>
- #include <string>
- #include <typeinfo>
- #include <utility>

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.3.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.2.3.ebuild
deleted file mode 100644
index 953c92f45fc..00000000000
--- a/dev-cpp/waylandpp/waylandpp-0.2.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils versionator
-
-DESCRIPTION="Wayland C++ bindings"
-HOMEPAGE="https://github.com/NilsBrause/waylandpp";
-
-LICENSE="MIT"
-IUSE="doc"
-SLOT="0/$(get_version_component_range 1-2)"
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="amd64 x86"
-fi
-
-RDEPEND="
-       >=dev-libs/wayland-1.11.0
-       media-libs/mesa[wayland]
-"
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-       )
-       "
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_DOCUMENTATION=$(usex doc)
-               -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-       )
-
-       cmake-utils_src_configure
-}

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.4.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.2.4.ebuild
deleted file mode 100644
index c80260e3db6..00000000000
--- a/dev-cpp/waylandpp/waylandpp-0.2.4.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
-
-inherit cmake
-
-DESCRIPTION="Wayland C++ bindings"
-HOMEPAGE="https://github.com/NilsBrause/waylandpp";
-
-LICENSE="MIT"
-IUSE="doc"
-SLOT="0/$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-       >=dev-libs/wayland-1.11.0
-       media-libs/mesa[wayland]
-       >=dev-libs/pugixml-1.4
-"
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-       )
-       "
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_DOCUMENTATION=$(usex doc)
-       )
-
-       cmake_src_configure
-}

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.5.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.2.5.ebuild
deleted file mode 100644
index 6fda559666c..00000000000
--- a/dev-cpp/waylandpp/waylandpp-0.2.5.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
-
-inherit cmake
-
-DESCRIPTION="Wayland C++ bindings"
-HOMEPAGE="https://github.com/NilsBrause/waylandpp";
-
-LICENSE="MIT"
-IUSE="doc"
-SLOT="0/$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-       >=dev-libs/wayland-1.11.0
-       media-libs/mesa[wayland]
-       >=dev-libs/pugixml-1.9-r1
-"
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-       )
-       "
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_DOCUMENTATION=$(usex doc)
-       )
-
-       cmake_src_configure
-}

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.6.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.2.6.ebuild
deleted file mode 100644
index 6fda559666c..00000000000
--- a/dev-cpp/waylandpp/waylandpp-0.2.6.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
-
-inherit cmake
-
-DESCRIPTION="Wayland C++ bindings"
-HOMEPAGE="https://github.com/NilsBrause/waylandpp";
-
-LICENSE="MIT"
-IUSE="doc"
-SLOT="0/$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-       >=dev-libs/wayland-1.11.0
-       media-libs/mesa[wayland]
-       >=dev-libs/pugixml-1.9-r1
-"
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-       )
-       "
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_DOCUMENTATION=$(usex doc)
-       )
-
-       cmake_src_configure
-}

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild
deleted file mode 100644
index 58a4949eaaf..00000000000
--- a/dev-cpp/waylandpp/waylandpp-0.2.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Wayland C++ bindings"
-HOMEPAGE="https://github.com/NilsBrause/waylandpp";
-
-LICENSE="MIT"
-IUSE="doc"
-SLOT="0/$(ver_cut 1-2)"
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-RDEPEND="
-       >=dev-libs/wayland-1.11.0
-       media-libs/mesa[wayland]
-       >=dev-libs/pugixml-1.9-r1
-"
-DEPEND="${RDEPEND}
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-       )
-       "
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-std-runtime_error.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_DOCUMENTATION=$(usex doc)
-       )
-
-       cmake_src_configure
-}

Reply via email to