summaryrefslogtreecommitdiff
path: root/kde-frameworks/prison
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-09 11:07:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-09 11:12:29 +0200
commit092539e355fb644518fed7a1bd34e659a90b0445 (patch)
tree54bc994010276d973c0da95c7033bc09398d30ca /kde-frameworks/prison
parent12ddd8175fdc6abc5e15ada62ea608dd77d5be74 (diff)
downloadkde-092539e355fb644518fed7a1bd34e659a90b0445.tar.gz
kde-092539e355fb644518fed7a1bd34e659a90b0445.tar.bz2
kde-092539e355fb644518fed7a1bd34e659a90b0445.zip
kde-frameworks/prison: drop 5.82.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.82.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 aface2dc774..00000000000
--- a/kde-frameworks/prison/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prison-5.82.0.tar.xz 41044 BLAKE2B 869d41631f1c41260144cf43d043bb868f3c9cf1443e544ad2a084852fa58d2a2b08a1abcd8182ba1bc2cadec229fd870ff10f483f3a9a92bc3e8b49c4138d87 SHA512 bfed4293bc3bc0c39d8cecf37a33693af59831ccb9aefc32ea717d363cfe6e0769f0f90296dd09ce5ea24016e25f352c0be400e9eacb80f813221ffce02bbb82
diff --git a/kde-frameworks/prison/prison-5.82.0.ebuild b/kde-frameworks/prison/prison-5.82.0.ebuild
deleted file mode 100644
index 6e96700d651..00000000000
--- a/kde-frameworks/prison/prison-5.82.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
-}