summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 18:11:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 18:20:41 +0200
commit899f4eb6a9eeb0a825802b877b2ad28843bd76c9 (patch)
treead2123a3ab41f9d8610193e01e4d5e80f86d32d3 /kde-frameworks
parentkde-frameworks/oxygen-icons: drop 5.102.0 (diff)
downloadgentoo-899f4eb6a9eeb0a825802b877b2ad28843bd76c9.tar.gz
gentoo-899f4eb6a9eeb0a825802b877b2ad28843bd76c9.tar.bz2
gentoo-899f4eb6a9eeb0a825802b877b2ad28843bd76c9.zip
kde-frameworks/prison: drop 5.102.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.102.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
index e9785bdb74cb..fecd62738fac 100644
--- a/kde-frameworks/prison/Manifest
+++ b/kde-frameworks/prison/Manifest
@@ -1,3 +1,2 @@
-DIST prison-5.102.0.tar.xz 54944 BLAKE2B 75faee6c3d35b425bd06248d31aa67b3b03e4b1ef8028847ae4dd36e606b9a962f917c0d6ae9684aa93bbed62f379552e160d8593cfe003ac1b48b05d37714d5 SHA512 76e09dd1cc4966cea52c6a3bd9c99c20701b67420249d9f54d455264888020266f7630ea8bfb0bfa75145205672ea67a58d4a5d2891daaa47fac1fbb6bd5c048
DIST prison-5.104.0.tar.xz 54960 BLAKE2B 54c5c43ea89ee62e3a835d7fe8f1e9c303ad5de2c5d1af9bf63ea5b0b2c36b9e714b485eda79255b036651a960fa376861ed7e3d64de855de8768f33283377af SHA512 a632adf7b731a79cb8b7b9f984509e3bc29ef4358a4bf475c4f74f4da009a8609fdc6c291d66d2ab0bceb88ca73b053d715225e7ead92e518ddc535523ecb9d3
DIST prison-5.105.0.tar.xz 54984 BLAKE2B f004c3a40475f0f0f55c3a54736650f84585c472400103cc169a8872367e89327ced43b63f13ca724c698fe281018c373e163b6ec0bd7aa24660dd6ae4e8a6c7 SHA512 2b07a544bc757410d7dfabd86795b71e4310d27561dcb8f27b417f5337eedf38beda9c03ab7c8aad471c2f648ae15b1dbecf8469ac638915dd9ec4b5334919e6
diff --git a/kde-frameworks/prison/prison-5.102.0.ebuild b/kde-frameworks/prison/prison-5.102.0.ebuild
deleted file mode 100644
index 69254522109d..000000000000
--- a/kde-frameworks/prison/prison-5.102.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="QRCode and data matrix barcode library"
-HOMEPAGE="https://invent.kde.org/frameworks/prison"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="qml"
-
-RDEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5
- media-gfx/qrencode:=
- media-libs/libdmtx
- media-libs/zxing-cpp:=
- qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package qml Qt5Quick)
- )
-
- ecm_src_configure
-}