diff options
| -rw-r--r-- | kde-frameworks/prison/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/prison/prison-6.4.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest deleted file mode 100644 index 01e7132dbf2..00000000000 --- a/kde-frameworks/prison/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST prison-6.4.0.tar.xz 56560 BLAKE2B 66992c80b27efba129aedbb578269698108713287b0b89bf9cb50a0a620432ca72b3fb98de371bc4080c7e062b37078c4cbcd9db0f5b62d7b7f08cee683ef14e SHA512 127909ab9fae3c586a09fb3df564c1d24a113c2646bed1cd913b75527fe924c0480620f6725f6a8f993135ba804d6e178ef99a4b999f67b4687e2544553c3ca3 diff --git a/kde-frameworks/prison/prison-6.4.0.ebuild b/kde-frameworks/prison/prison-6.4.0.ebuild deleted file mode 100644 index eb5c024ef2d..00000000000 --- a/kde-frameworks/prison/prison-6.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="QRCode and data matrix barcode library" -HOMEPAGE="https://invent.kde.org/frameworks/prison" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm64 ~riscv" -IUSE="qml" - -RDEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtmultimedia-${QTMIN}:6 - media-gfx/qrencode:= - media-libs/libdmtx - media-libs/zxing-cpp:= - qml? ( >=dev-qt/qtdeclarative-${QTMIN}:6 ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qtbase-${QTMIN}:6[concurrent,widgets] ) -" - -src_configure() { - local mycmakeargs=( - # TODO: WITH_MULTIMEDIA? - -DWITH_QUICK=$(usex qml) - ) - - ecm_src_configure -} |
