commit: f0e93f5b870eb814228571638ed64c3762e4753a Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Tue Aug 30 13:06:52 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 14:33:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0e93f5b
kde-apps/kmail: Moved to its own repository Fix DESCRIPTION. Package-Manager: portage-2.2.28 kde-apps/kmail/kmail-16.08.0.ebuild | 2 +- kde-apps/kmail/kmail-16.08.49.9999.ebuild | 2 +- kde-apps/kmail/kmail-9999.ebuild | 23 +---------------------- 3 files changed, 3 insertions(+), 24 deletions(-) diff --git a/kde-apps/kmail/kmail-16.08.0.ebuild b/kde-apps/kmail/kmail-16.08.0.ebuild index ac69a40..f99dfaf 100644 --- a/kde-apps/kmail/kmail-16.08.0.ebuild +++ b/kde-apps/kmail/kmail-16.08.0.ebuild @@ -10,7 +10,7 @@ KMNAME="kdepim" VIRTUALX_REQUIRED="test" inherit kde5 -DESCRIPTION="Email component of Kontact, the integrated personal information manager by KDE" +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." HOMEPAGE="https://www.kde.org/applications/internet/kmail/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/kde-apps/kmail/kmail-16.08.49.9999.ebuild b/kde-apps/kmail/kmail-16.08.49.9999.ebuild index 447a4b0..5dba7cb 100644 --- a/kde-apps/kmail/kmail-16.08.49.9999.ebuild +++ b/kde-apps/kmail/kmail-16.08.49.9999.ebuild @@ -10,7 +10,7 @@ KMNAME="kdepim" VIRTUALX_REQUIRED="test" inherit kde5 -DESCRIPTION="Email component of Kontact, the integrated personal information manager by KDE" +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." HOMEPAGE="https://www.kde.org/applications/internet/kmail/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" KEYWORDS="" diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 447a4b0..b048106 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -6,11 +6,10 @@ EAPI=6 KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" -KMNAME="kdepim" VIRTUALX_REQUIRED="test" inherit kde5 -DESCRIPTION="Email component of Kontact, the integrated personal information manager by KDE" +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." HOMEPAGE="https://www.kde.org/applications/internet/kmail/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" KEYWORDS="" @@ -80,26 +79,6 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 " -src_prepare() { - # kmail subproject does not contain doc - # at least until properly split upstream - echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir" - - mkdir doc || die "Failed to create doc dir" - mv ../doc/${PN} doc || die "Failed to move handbook" - mv ../doc/akonadi_archivemail_agent doc || die "Failed to move handbook" - mv ../doc/akonadi_followupreminder_agent doc || die "Failed to move handbook" - mv ../doc/akonadi_sendlater_agent doc || die "Failed to move handbook" - cat <<-EOF > doc/CMakeLists.txt -add_subdirectory(${PN}) -add_subdirectory(akonadi_archivemail_agent) -add_subdirectory(akonadi_followupreminder_agent) -add_subdirectory(akonadi_sendlater_agent) -EOF - - kde5_src_prepare -} - pkg_postinst() { kde5_pkg_postinst