diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:45:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:21:49 +0100 |
commit | b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch) | |
tree | 86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/prison | |
parent | kde-apps: Drop KDE Applications 18.04.3 (diff) | |
download | gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2 gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip |
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r-- | kde-frameworks/prison/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/prison/prison-5.50.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest index 679176395d5f..98d9af9dfb0f 100644 --- a/kde-frameworks/prison/Manifest +++ b/kde-frameworks/prison/Manifest @@ -1,2 +1 @@ -DIST prison-5.50.0.tar.xz 39024 BLAKE2B ca32f63a4cc8d90a111fb2f8152cf4c2edad2d98636bacee51b38ab79ec713dba564481d35f2bacc1e4b02a5a5501187102abbb25c03213717a0f25f954a7468 SHA512 69baa1f0fb3859d7c32e53463e4c81d4f394ddf61ed6b11bd907a9edc98098b1895b01990bfe787359b9f5eae5b214a1c514b4bdacdbd0f7de2a10dfe90163d9 DIST prison-5.52.0.tar.xz 41756 BLAKE2B d2aedf3cbe591d435218836b191579b6df00ece15e5f4526e13128e63531f83cb43ffc21248ee2b06d4e169525d77bee5031a073094a49f5843d94b626203186 SHA512 5592e99865d491fef36aa10552245f555aaf12a9bc0b17e2df44efb091ac1d06fb1ada647c63c33a1df32737f34943202db6a286b714a1bfb63fa0180a433797 diff --git a/kde-frameworks/prison/prison-5.50.0.ebuild b/kde-frameworks/prison/prison-5.50.0.ebuild deleted file mode 100644 index b54051e8da45..000000000000 --- a/kde-frameworks/prison/prison-5.50.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="QRCode and data matrix barcode library" -HOMEPAGE="https://cgit.kde.org/prison.git" - -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="qml" - -DEPEND=" - $(add_qt_dep qtgui) - media-gfx/qrencode:= - media-libs/libdmtx - qml? ( $(add_qt_dep qtdeclarative) ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package qml Qt5Quick) - ) - - kde5_src_configure -} |