diff options
| -rw-r--r-- | kde-frameworks/prison/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/prison/prison-5.81.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest deleted file mode 100644 index 0e359ac492a..00000000000 --- a/kde-frameworks/prison/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST prison-5.81.0.tar.xz 41052 BLAKE2B 2a0723e259aec93bce9c49f7988e69ec04eca6cb675ef6ab35586aac6a9bbef7c65eabc6a153f59a5c07ae366c94e5c76782f75f1aabdca18c990cb52e7064d9 SHA512 557ebcfcf31bc658e70332b6e2fe73b3c8d481055980744907a774c77d9cc7555db6e9c9cabc0dcc8a947ec49effd7ac7b496e527d706bbba72d8b9de8f06bcd diff --git a/kde-frameworks/prison/prison-5.81.0.ebuild b/kde-frameworks/prison/prison-5.81.0.ebuild deleted file mode 100644 index 6e96700d651..00000000000 --- a/kde-frameworks/prison/prison-5.81.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 -} |
