summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.98.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 31b5ed86426..00000000000
--- a/kde-frameworks/prison/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prison-5.98.0.tar.xz 55752 BLAKE2B 0b7ca899b9148ea9fe57d5189a27af2569be36c8a6ad681a5e0a0885a0708ec4a6e0ca8722085180df674e82887887e63c708090c28cd574be38f8c2cc153137 SHA512 71c800693292a98888f8dad3317613464bd7c07c20ea882e871f1103270619a0a59021405207f30bad4360c81649ae2701d7237c9e9d5948a4d37b4d148b067b
diff --git a/kde-frameworks/prison/prison-5.98.0.ebuild b/kde-frameworks/prison/prison-5.98.0.ebuild
deleted file mode 100644
index 2972465702e..00000000000
--- a/kde-frameworks/prison/prison-5.98.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 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
-}