summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:14:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:06 +0100
commit697ee44dcb59db19f9949754a1fc6c22edfecb59 (patch)
tree2cb4c32bcf0cf9166ba6f30c97c0578824269b54 /kde-frameworks/prison
parentkde-frameworks/extra-cmake-modules: ALLARCHES stable (diff)
downloadgentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.gz
gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.bz2
gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.zip
kde-frameworks: Drop KDE Frameworks 5.60.0
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.60.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
index 1f74caee43d5..646f9fd1539a 100644
--- a/kde-frameworks/prison/Manifest
+++ b/kde-frameworks/prison/Manifest
@@ -1,2 +1 @@
-DIST prison-5.60.0.tar.xz 42048 BLAKE2B 9ea870feef2ae881475bada48d255e01bd136936a8dcd4f2c4b798575d598d767b3f0570140ef7eebda40394ac24d3dd9f547507ff480d095f41d5a7397b270f SHA512 d098f676bc432d42355a1ccb6728c42d0d60047b84358a65baa6c3db8eaa101bcd8f4a18320110e41e1e22c39268d588da6b369d492fc44c5540dbb47df8c793
DIST prison-5.64.0.tar.xz 42116 BLAKE2B 4e70cdfef7f7e44566d842a533094978e68bba7b658fe57da818ed84b90ceec97e601d525af96989b171c45453bec45a0bab20daee12bde18dc55c41349c7513 SHA512 d8d19d9756d1b46a3fd1d94676730054c79fe01c6990f4ff059154d5ff6cbf20e357ae79784e4f1cc621352017dc3f3b56f309f9b5363bf6d0dab39912c6e930
diff --git a/kde-frameworks/prison/prison-5.60.0.ebuild b/kde-frameworks/prison/prison-5.60.0.ebuild
deleted file mode 100644
index 620237a3e293..000000000000
--- a/kde-frameworks/prison/prison-5.60.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-}