From d502244bb8c06c3e606eb7a3779121d9a4725dcd Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Wed, 17 Dec 2014 21:24:22 +0000 Subject: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) --- kde-frameworks/knotifyconfig/ChangeLog | 7 +++++- .../knotifyconfig/knotifyconfig-5.5.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 kde-frameworks/knotifyconfig/knotifyconfig-5.5.0.ebuild (limited to 'kde-frameworks/knotifyconfig') diff --git a/kde-frameworks/knotifyconfig/ChangeLog b/kde-frameworks/knotifyconfig/ChangeLog index 783b96922e77..cca4a0d8fd89 100644 --- a/kde-frameworks/knotifyconfig/ChangeLog +++ b/kde-frameworks/knotifyconfig/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-frameworks/knotifyconfig # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/knotifyconfig/ChangeLog,v 1.3 2014/11/14 18:55:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/knotifyconfig/ChangeLog,v 1.4 2014/12/17 21:24:20 mrueg Exp $ + +*knotifyconfig-5.5.0 (17 Dec 2014) + + 17 Dec 2014; Manuel Rüger +knotifyconfig-5.5.0.ebuild: + Version bump. 14 Nov 2014; Manuel Rüger -knotifyconfig-5.3.0.ebuild: Cleanup old. diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.5.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.5.0.ebuild new file mode 100644 index 000000000000..7479c7abfefe --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/knotifyconfig/knotifyconfig-5.5.0.ebuild,v 1.1 2014/12/17 21:24:20 mrueg Exp $ + +EAPI=5 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework for configuring desktop notifications" +LICENSE="LGPL-2+" +KEYWORDS=" ~amd64" +IUSE="phonon" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + phonon? ( media-libs/phonon[qt5] ) +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad