commit: d893e02874164221656072ac8d161b0e0c64b7d1 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Mon Apr 18 09:30:43 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun May 8 20:37:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d893e028
kde-apps/accountwizard: Add split ebuild Package-Manager: portage-2.2.27 kde-apps/accountwizard/accountwizard-9999.ebuild | 61 ++++++++++++++++++++++++ kde-apps/accountwizard/metadata.xml | 8 ++++ 2 files changed, 69 insertions(+) diff --git a/kde-apps/accountwizard/accountwizard-9999.ebuild b/kde-apps/accountwizard/accountwizard-9999.ebuild new file mode 100644 index 0000000..cf0a29f --- /dev/null +++ b/kde-apps/accountwizard/accountwizard-9999.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +KDE_TEST="forceoptional" +KMNAME="kdepim" +QT_MINIMAL="5.6.0" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Editor for Sieve scripts used for email filtering on a mail server" +HOMEPAGE+=" https://userbase.kde.org/Kmail/Account_Wizard" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kross) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contact) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kldap) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim:5 + !kde-apps/kdepim-common-libs:4 +" + +if [[ ${KDE_BUILD_TYPE} = live ]] ; then + S="${WORKDIR}/${P}/${PN}" +else + S="${WORKDIR}/${KMNAME}-${PV}/${PN}" +fi diff --git a/kde-apps/accountwizard/metadata.xml b/kde-apps/accountwizard/metadata.xml new file mode 100644 index 0000000..2fdbf33 --- /dev/null +++ b/kde-apps/accountwizard/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata>
