commit: 93f88c1eb0d7d09717be24585e88ddb7947e2f39 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sun Nov 29 23:54:25 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Nov 29 23:59:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=93f88c1e
kde-misc/akonadi-phabricator-resource: New package Package-Manager: portage-2.2.20.1 .../akonadi-phabricator-resource-9999.ebuild | 28 ++++++++++++++++++++++ kde-misc/akonadi-phabricator-resource/metadata.xml | 5 ++++ 2 files changed, 33 insertions(+) diff --git a/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-9999.ebuild b/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-9999.ebuild new file mode 100644 index 0000000..b60d4d5 --- /dev/null +++ b/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Phabricator integration in Akonadi/KOrganizer" +HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-phabricator-resource" +LICENSE="GPL-2+" + +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kio) + $(add_kdeapps_dep kasync) + $(add_kdeapps_dep kcalcore) + || ( $(add_kdeapps_dep kdepimlibs) $(add_kdeapps_dep libakonadi) ) + dev-libs/libxslt + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 +" +RDEPEND="${DEPEND}" diff --git a/kde-misc/akonadi-phabricator-resource/metadata.xml b/kde-misc/akonadi-phabricator-resource/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-misc/akonadi-phabricator-resource/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata>
