summaryrefslogtreecommitdiff
path: root/kde-frameworks/prison
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:30:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:36:50 +0100
commit584d2b68ab91c0cedd2da371d55abd1f63c81806 (patch)
treea904c5b813f1c2adfae2c174c466a32e60c0500c /kde-frameworks/prison
parent0d2d704f9551b3409dd8b58fdeba3b7d6787d7ad (diff)
downloadkde-584d2b68ab91c0cedd2da371d55abd1f63c81806.tar.gz
kde-584d2b68ab91c0cedd2da371d55abd1f63c81806.tar.bz2
kde-584d2b68ab91c0cedd2da371d55abd1f63c81806.zip
kde-frameworks/prison: drop 5.114.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.114.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
deleted file mode 100644
index 51c2c31d850..00000000000
--- a/kde-frameworks/prison/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prison-5.114.0.tar.xz 55280 BLAKE2B 3906ba0fb4d5049a57efd0fe46827022b9c98210eb415b026cd9f27362577cba543f90cb4ee85aa9bf2c146ffcf1f5287689211d66fba0888cca9375f923bd46 SHA512 3bca4edfcf0e488091d006f1b192b602c837c1024dbb238d7818ac902ee0eb243a8c591b8e35f093cf6153a5baf7c7c1c7abe17325c61b34296bedf6dd34d689
diff --git a/kde-frameworks/prison/prison-5.114.0.ebuild b/kde-frameworks/prison/prison-5.114.0.ebuild
deleted file mode 100644
index 1d691c831b5..00000000000
--- a/kde-frameworks/prison/prison-5.114.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=5.15.9
-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
-}