mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kpackage: Drop 5.74.0 (r0) and 5.75.0 (r0)
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
inherit ecm kde.org
|
||||
|
||||
DESCRIPTION="Framework to install and load packages of non binary content"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
|
||||
IUSE="man"
|
||||
|
||||
BDEPEND="
|
||||
man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
|
||||
"
|
||||
DEPEND="
|
||||
=kde-frameworks/karchive-${PVCUT}*:5
|
||||
=kde-frameworks/kcoreaddons-${PVCUT}*:5
|
||||
=kde-frameworks/ki18n-${PVCUT}*:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package man KF5DocTools)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
#bug 650214
|
||||
local myctestargs=( -E "(plasma-plasmoidpackagetest)" )
|
||||
ecm_src_test
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
inherit ecm kde.org
|
||||
|
||||
DESCRIPTION="Framework to install and load packages of non binary content"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
|
||||
IUSE="man"
|
||||
|
||||
BDEPEND="
|
||||
man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
|
||||
"
|
||||
DEPEND="
|
||||
=kde-frameworks/karchive-${PVCUT}*:5
|
||||
=kde-frameworks/kcoreaddons-${PVCUT}*:5
|
||||
=kde-frameworks/ki18n-${PVCUT}*:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package man KF5DocTools)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
#bug 650214
|
||||
local myctestargs=( -E "(plasma-plasmoidpackagetest)" )
|
||||
ecm_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user