diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-27 20:45:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-27 22:51:40 +0200 |
commit | 8a7b3d0edaeec148f397c7f2efbf983144d4f68e (patch) | |
tree | f5d1cb55cfba9f1abef0530f44a905c0b5f112bb /kde-frameworks/kpackage | |
parent | kde-frameworks/kpackage: Fix runtime crash (diff) | |
download | gentoo-8a7b3d0edaeec148f397c7f2efbf983144d4f68e.tar.gz gentoo-8a7b3d0edaeec148f397c7f2efbf983144d4f68e.tar.bz2 gentoo-8a7b3d0edaeec148f397c7f2efbf983144d4f68e.zip |
kde-frameworks/kpackage: Drop 5.57.0 (r0)
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kpackage')
-rw-r--r-- | kde-frameworks/kpackage/kpackage-5.57.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-frameworks/kpackage/kpackage-5.57.0.ebuild b/kde-frameworks/kpackage/kpackage-5.57.0.ebuild deleted file mode 100644 index bcf035400b5a..000000000000 --- a/kde-frameworks/kpackage/kpackage-5.57.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Framework to install and load packages of non binary content" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="man" - -BDEPEND=" - man? ( $(add_frameworks_dep kdoctools) ) -" -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package man KF5DocTools) - ) - - kde5_src_configure -} - -src_test() { - #bug 650214 - local myctestargs=( -E "(plasma-plasmoidpackagetest)" ) - kde5_src_test -} |