diff options
Diffstat (limited to 'kde-apps/akregator/akregator-4.14.10.ebuild')
-rw-r--r-- | kde-apps/akregator/akregator-4.14.10.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/akregator/akregator-4.14.10.ebuild b/kde-apps/akregator/akregator-4.14.10.ebuild new file mode 100644 index 000000000000..cd35b0a1475a --- /dev/null +++ b/kde-apps/akregator/akregator-4.14.10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +EGIT_BRANCH="KDE/4.14" +inherit kde4-meta + +DESCRIPTION="KDE news feed aggregator" +HOMEPAGE="https://www.kde.org/applications/internet/akregator" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdeapps_dep kdepimlibs 'akonadi(+)') + $(add_kdeapps_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="kdepim-common-libs" |