-DIST purpose-1.1.tar.xz 84980 BLAKE2B e47ff6316d2288fa41392933d9f243889a573a277cdf1bb6648e740209ec8c807b1ea25178a55c9d0cdbfca943079362c90da39e5717df3d74679babff7f0640 SHA512 681a081e8737a610343ce6ebefaf0bb8b148f88eac20f08ec4138d824f525cae9daacdb41dc71a28edabca2245a62fe11501d6ca9d7c7277e9dd132af62cfff9
DIST purpose-1.2.1.tar.xz 114408 BLAKE2B 99d5eff18fd66b0823c36381281229705c54d4266926ce02cdcff4899c2431b8c3aa97667dab19824676b72c456cea2bf56a032d6137f2c9c207d724196fb262 SHA512 39747f5043e09f198bbec25d011a45c54cb681fd564ade25016f1b898a3fa4d545f29dc96ca421c266414d375d6b95259f59292255dfb73af777ff62a96ba249
+++ /dev/null
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.6.0
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui '' '' '5=')
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- net-libs/accounts-qt
-"
-RDEPEND="${DEPEND}"
-
-# requires running environment
-RESTRICT="test"