summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-08 15:35:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-08 15:35:13 +0100
commitf5b5d1ee9160c6db53d8c25b3a44dfe467c3b761 (patch)
treeef79fae0b90dc722258b7b6de7e73f4c8f7ca361 /kde-frameworks
parent1e3f827ce283db3813711cd8b6d2d95767730895 (diff)
downloadkde-f5b5d1ee9160c6db53d8c25b3a44dfe467c3b761.tar.gz
kde-f5b5d1ee9160c6db53d8c25b3a44dfe467c3b761.tar.bz2
kde-f5b5d1ee9160c6db53d8c25b3a44dfe467c3b761.zip
kde-frameworks/prison: drop 6.8.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-6.8.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
deleted file mode 100644
index 9b636bfa91e..00000000000
--- a/kde-frameworks/prison/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prison-6.8.0.tar.xz 56552 BLAKE2B 93f3e538003531af7f685ff645d8ecb76a10afdad3210e81ad1c560cd2c253b73919a139cd7b3b96ec24871b5b6891227f6d2bd65d9abb692af048b04451e7cd SHA512 9cec6ea2b8a29ff640be3198e810549662126530f3aefd5599df769ea07620b5d002115ab9c8d6bdb3ef40902935c53ff80314fd58cbb398e2facfb79daac5b1
diff --git a/kde-frameworks/prison/prison-6.8.0.ebuild b/kde-frameworks/prison/prison-6.8.0.ebuild
deleted file mode 100644
index 8881ba97af1..00000000000
--- a/kde-frameworks/prison/prison-6.8.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="QRCode and data matrix barcode library"
-HOMEPAGE="https://invent.kde.org/frameworks/prison"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="qml"
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=dev-qt/qtmultimedia-${QTMIN}:6
- media-gfx/qrencode:=
- media-libs/libdmtx
- media-libs/zxing-cpp:=
- qml? ( >=dev-qt/qtdeclarative-${QTMIN}:6 )
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtbase-${QTMIN}:6[concurrent,widgets] )
-"
-
-src_configure() {
- local mycmakeargs=(
- # TODO: WITH_MULTIMEDIA?
- -DWITH_QUICK=$(usex qml)
- )
-
- ecm_src_configure
-}