summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-14 10:23:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-14 11:27:39 +0200
commit69b1208535489520dcd8907b59d5b771abc33e3e (patch)
tree9b4995eeb9abc4524b8ddf5692d6b0cbe5efeb35 /kde-frameworks/prison
parentkde-frameworks/prison: Slot op, build w/ media-libs/zxing-cpp-1.4.0 (diff)
downloadgentoo-69b1208535489520dcd8907b59d5b771abc33e3e.tar.gz
gentoo-69b1208535489520dcd8907b59d5b771abc33e3e.tar.bz2
gentoo-69b1208535489520dcd8907b59d5b771abc33e3e.zip
kde-frameworks/prison: Drop 5.96.0 (r0)
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r--kde-frameworks/prison/prison-5.96.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/prison/prison-5.96.0.ebuild b/kde-frameworks/prison/prison-5.96.0.ebuild
deleted file mode 100644
index 31bf1b57480b..000000000000
--- a/kde-frameworks/prison/prison-5.96.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.4
-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
-}