summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.73.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
deleted file mode 100644
index 02d8ff6fb67..00000000000
--- a/kde-frameworks/prison/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prison-5.73.0.tar.xz 41192 BLAKE2B 1315144234df758165c3a876a495ddf0c6fb3f7ceea0c52b93a46042881d7bf73d01ecbb7262dc9e90173b4140cb00a19fb709b75abcc6496a9dabcad822a881 SHA512 e2bfa12c6346234cb48293864e99c4f5654a69f64cc197cdced83438907ab8d345daf985483fe0b23b3f33e7ab14ea121fe2488ed60962d7d039eed1019b917a
diff --git a/kde-frameworks/prison/prison-5.73.0.ebuild b/kde-frameworks/prison/prison-5.73.0.ebuild
deleted file mode 100644
index 9a2b0ebc07d..00000000000
--- a/kde-frameworks/prison/prison-5.73.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-QTMIN=5.14.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"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- media-gfx/qrencode:=
- media-libs/libdmtx
- qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package qml Qt5Quick)
- )
-
- ecm_src_configure
-}