summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 23:29:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 23:49:15 +0100
commit9a35d0523fe1a1fdef481add9ff6c346a052408e (patch)
tree5612de4fddc3becaf77bd0d2584c5b54dd35f5cb /kde-frameworks/purpose
parentgames-roguelike/angband: Drop old 4.0.5 (diff)
downloadgentoo-9a35d0523fe1a1fdef481add9ff6c346a052408e.tar.gz
gentoo-9a35d0523fe1a1fdef481add9ff6c346a052408e.tar.bz2
gentoo-9a35d0523fe1a1fdef481add9ff6c346a052408e.zip
kde-frameworks: Drop KDE Frameworks 5.55.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/purpose')
-rw-r--r--kde-frameworks/purpose/Manifest1
-rw-r--r--kde-frameworks/purpose/purpose-5.55.0.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index a864bf8d0904..bbe049b4cdad 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
DIST purpose-5.54.0.tar.xz 142684 BLAKE2B 51dd914668d05513bc325305ac6c23e083b3a18f070681db04149732362a81199fdae89f9e5b00d711a68465ba32fd0c0e41e75f2c175db266a1b07ef2be749d SHA512 548b42fee675f112dfa1d6fd8ab1c8944190417f3d27d7ebbce6826bb50bdc9c560b02c665a51d0ac5e37fcbf0778318a03bad31cae076dc6c53f2139786edbb
-DIST purpose-5.55.0.tar.xz 143084 BLAKE2B f76c82872049bfbf96211470bd44d3fe6e950869d663145b5d40a820c32a3d2ea47888c6ba3360392e98541bf4848db9c973eacc4d422b6fa4013dd9607ce24d SHA512 3efcf196970751dd83a362e52ffbbcc48e21ebb029fef1c88041123772122e74157ff9c9a1550c8ab7fd95055efa0b584cfe3cb3a4ea53c221ec740f26ab17e1
DIST purpose-5.56.0.tar.xz 143832 BLAKE2B 1e04d9b0f5ac6e822625ec28949ce71bf3396014315c7da5b2d506ab664980b1b25ff5dbc1afc8125beffbea302be56f9d91c864a2905b175c3bc6cc7614b956 SHA512 afdcb9ed4867f71e1beb6e98159c3be198f6a1ae870595dade0cc767c780adcb5c6d62f64b53757ad50f86f401d01b6a0f18383c2c6329978ee4440ee2a8135f
diff --git a/kde-frameworks/purpose/purpose-5.55.0.ebuild b/kde-frameworks/purpose/purpose-5.55.0.ebuild
deleted file mode 100644
index 37030099e575..000000000000
--- a/kde-frameworks/purpose/purpose-5.55.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_QTHELP="false"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+kaccounts"
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- kaccounts? (
- $(add_kdeapps_dep kaccounts-integration)
- net-libs/accounts-qt
- )
-"
-RDEPEND="${DEPEND}"
-
-# requires running environment
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package kaccounts KAccounts)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- if ! has_version "kde-misc/kdeconnect[app]" ; then
- elog "Optional runtime dependency:"
- elog "kde-misc/kdeconnect[app] (send through KDE Connect)"
- fi
-}