commit: 5482c33804386648f4a8103f45c301817e57920f Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 19:41:38 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 22:10:01 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5482c338
[kde-misc/kaccounts-integration] QA issues Drop SLOT handled by eclass. Rely on eclass tests handling. Update DESCRIPTION. Sort dependencies. Package-Manager: portage-2.2.17 --- .../kaccounts-integration-9999.ebuild | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild index 7fac4b3..f28eddf 100644 --- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -4,14 +4,13 @@ EAPI=5 +KDE_TEST=true inherit kde5 -DESCRIPTION="KDE KAccount integration" +DESCRIPTION="Administer web accounts for the sites and services across the KDE desktop" HOMEPAGE="https://community.kde.org/KTp" - LICENSE="LGPL-2.1" -SLOT="5" -IUSE="test" +IUSE="" DEPEND=" $(add_frameworks_dep kconfig) @@ -23,17 +22,9 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) - net-libs/accounts-qt - net-libs/signond dev-qt/qtgui:5 dev-qt/qtwidgets:5 + net-libs/accounts-qt + net-libs/signond " RDEPEND="${DEPEND}" - -src_prepare() { - if ! use test; then - sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die "couldn't disable tests" - fi - - kde5_src_prepare -}
