summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-24 13:44:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 10:45:09 +0100
commit08f39e1563fe4ea08b13d412c860232d799e7f7f (patch)
tree7750bfce885543a7d0bb1b50c0e82407a3fa9c11 /kde-frameworks
parentkde-frameworks/oxygen-icons: drop 5.110.0 (diff)
downloadgentoo-08f39e1563fe4ea08b13d412c860232d799e7f7f.tar.gz
gentoo-08f39e1563fe4ea08b13d412c860232d799e7f7f.tar.bz2
gentoo-08f39e1563fe4ea08b13d412c860232d799e7f7f.zip
kde-frameworks/prison: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.110.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
index a371ec0d98c8..650e83c3433a 100644
--- a/kde-frameworks/prison/Manifest
+++ b/kde-frameworks/prison/Manifest
@@ -1,2 +1 @@
-DIST prison-5.110.0.tar.xz 55248 BLAKE2B b6c20e62cf5d8b27451a494e0a0ba77ca10cd307f0501f7a81e244cb3a162c84175a836c093bc8a16136e4bda45c8cdb446b45c698507056c938f4b714b90176 SHA512 20e1571352924e99b81458bed204dce9aa2e954bdca011f3ce0253e60c8914339226aacba63c9df979696c00074a9801b19be1f94eb6b98000fb7780bcf7a6f7
DIST prison-5.112.0.tar.xz 55284 BLAKE2B c2039140b77af23e0b8d0d7fef4e41e8fc1a0fb0f10bd6162ba562129aef7c7942d67b432c6fdbbb015bb8256b2525821793202619d1756cea3f0bd8a09ef967 SHA512 ada3f82ea4dd3b8c3bc9a0c4c6768c4d40a60844da4ce1ca9e0c58ae72a11a39b93902b7372384b919e5bc8f0c274c4e21bc2eaf2f56a1e31a845e62bb2ef558
diff --git a/kde-frameworks/prison/prison-5.110.0.ebuild b/kde-frameworks/prison/prison-5.110.0.ebuild
deleted file mode 100644
index 04a8af6bef48..000000000000
--- a/kde-frameworks/prison/prison-5.110.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=5.15.9
-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
-}