summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-18 11:20:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-18 16:53:07 +0200
commitd4e1d83caa549220ccf0942bc9190006960f3b80 (patch)
tree828893af1b5bdca3faab8cbffcd03904f3f5a2e1
parentdev-libs/libqtxdg: drop 3.9.1, 3.10.0 (diff)
downloadgentoo-d4e1d83caa549220ccf0942bc9190006960f3b80.tar.gz
gentoo-d4e1d83caa549220ccf0942bc9190006960f3b80.tar.bz2
gentoo-d4e1d83caa549220ccf0942bc9190006960f3b80.zip
dev-util/lxqt-build-tools: drop 0.12.0, 0.12.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-util/lxqt-build-tools/Manifest1
-rw-r--r--dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch30
-rw-r--r--dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild30
-rw-r--r--dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0.ebuild26
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest
index 4c9cab7e1ce5..53a00dc01519 100644
--- a/dev-util/lxqt-build-tools/Manifest
+++ b/dev-util/lxqt-build-tools/Manifest
@@ -1,2 +1 @@
-DIST lxqt-build-tools-0.12.0.tar.xz 25444 BLAKE2B a3e2d942467d1c2affb957052731f4e4edfa03ed7d84e4ff354b4d501a7f79999ff678538f1c90cff55b6f2f80c172820ed93f036f05cd80c6f982c4bf8bbe54 SHA512 6c8f0d8f04a2ba06c1cff935580a88312f18f87b5da99e53f46c053b842f179bf474b3637ddcb0e9a0007f1d03b9e7cfd92a6552e53082ce34348fcfb6436add
DIST lxqt-build-tools-0.13.0.tar.xz 25480 BLAKE2B aebbcb55851b0acc00bf4d34e3846e12a3d503e4f7238ba57d7d6b3df44ccd8e6dbe5fc1986ed722dfd4384ad17f22be14fa0c6270b3ed385ae7cd4ff5711e3e SHA512 ffb300159d6bbbdbe9d43d261a5028342f24057c943cf8dab5093d53b72bf5700de8f545914d454993e949d64aba77e3d01cbe68e8a4b4f6ca9f9f9693de3e0b
diff --git a/dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch b/dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch
deleted file mode 100644
index 21009b89c6f4..000000000000
--- a/dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Gentoo Bug: https://bugs.gentoo.org/894468
-Upstream: https://github.com/lxqt/lxqt-build-tools/pull/83
-
-From 4a3a7038b1927dc43942a930db103023efdcbe2c Mon Sep 17 00:00:00 2001
-From: Simon Quigley <simon@tsimonq2.net>
-Date: Wed, 25 Jan 2023 09:39:41 -0600
-Subject: [PATCH] Bump the minimum compatibility level to C++17.
-
----
- cmake/modules/LXQtCompilerSettings.cmake | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/cmake/modules/LXQtCompilerSettings.cmake b/cmake/modules/LXQtCompilerSettings.cmake
-index a8cb16d..acba891 100644
---- a/cmake/modules/LXQtCompilerSettings.cmake
-+++ b/cmake/modules/LXQtCompilerSettings.cmake
-@@ -181,11 +181,11 @@ endif()
-
-
- #-----------------------------------------------------------------------------
--# CXX14 requirements - no checks, we just set it
-+# CXX17 requirements - no checks, we just set it
- #-----------------------------------------------------------------------------
- set(CMAKE_CXX_STANDARD_REQUIRED True)
- set(CMAKE_CXX_EXTENSIONS OFF)
--set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ ISO Standard")
-+set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")
-
-
- #-----------------------------------------------------------------------------
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild
deleted file mode 100644
index bf52bbabe666..000000000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
- >=dev-libs/glib-2.50.0
- >=dev-qt/qtcore-5.15:5
-"
-RDEPEND="${DEPEND}"
-
-# https://bugs.gentoo.org/894468
-# https://github.com/lxqt/lxqt-build-tools/pull/83
-PATCHES=( "${FILESDIR}"/"${PN}"-cpp17-standard.patch )
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0.ebuild
deleted file mode 100644
index e038fb966a72..000000000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.12.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="
- >=dev-libs/glib-2.50.0
- >=dev-qt/qtcore-5.15:5
-"
-RDEPEND="${DEPEND}"