summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.80.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
deleted file mode 100644
index 51f10ed02fe..00000000000
--- a/kde-frameworks/prison/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prison-5.80.0.tar.xz 41088 BLAKE2B 210b52cc49cb218d5cf76fd5b50622a100eb3b05eb0025468abf5e473a64393514a50c84f397ef08a32c2e069eedd062af0e7432be3817a6c46828190c5c379e SHA512 2b82dda139612f7db56219b3798528ed1a9a85ce9d459d979f5b2e8e5367c8d52f913e2f806ccdc7188f70dc8b2d07d235c81e950e648c4d371f0bba40fb74ae
diff --git a/kde-frameworks/prison/prison-5.80.0.ebuild b/kde-frameworks/prison/prison-5.80.0.ebuild
deleted file mode 100644
index 6e96700d651..00000000000
--- a/kde-frameworks/prison/prison-5.80.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="QRCode and data matrix barcode library"
-HOMEPAGE="https://invent.kde.org/frameworks/prison"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="qml"
-
-RDEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- media-gfx/qrencode:=
- media-libs/libdmtx
- 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
-}