From 4cba78c8fcd56c326a180b231d15e11076652ab8 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 6 Feb 2014 23:21:00 +0000 Subject: Version bump KDE SC 4.12.2 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!) --- kde-base/kaddressbook/ChangeLog | 8 +++- kde-base/kaddressbook/kaddressbook-4.12.2.ebuild | 49 ++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 kde-base/kaddressbook/kaddressbook-4.12.2.ebuild (limited to 'kde-base/kaddressbook') diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog index cdd87b3dca27..2c02e56dfc4f 100644 --- a/kde-base/kaddressbook/ChangeLog +++ b/kde-base/kaddressbook/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kaddressbook # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.307 2014/01/20 15:00:15 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.308 2014/02/06 23:20:01 dilfridge Exp $ + +*kaddressbook-4.12.2 (06 Feb 2014) + + 06 Feb 2014; Andreas K. Huettel + +kaddressbook-4.12.2.ebuild: + Version bump KDE SC 4.12.2 20 Jan 2014; Michael Palimaka -kaddressbook-4.12.0.ebuild: diff --git a/kde-base/kaddressbook/kaddressbook-4.12.2.ebuild b/kde-base/kaddressbook/kaddressbook-4.12.2.ebuild new file mode 100644 index 000000000000..783cff026439 --- /dev/null +++ b/kde-base/kaddressbook/kaddressbook-4.12.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.12.2.ebuild,v 1.1 2014/02/06 23:20:01 dilfridge Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="The KDE Address Book" +HOMEPAGE="http://www.kde.org/applications/office/kaddressbook/" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=dev-libs/grantlee-0.2.0 + $(add_kdebase_dep kdelibs 'semantic-desktop') + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRA=" + plugins/kaddressbook/ + plugins/ktexteditor/ +" +KMCOMPILEONLY=" + grantleetheme/ + kaddressbookgrantlee/ +" +KMEXTRACTONLY=" + akonadi_next/ + calendarsupport/ + libkleo/ + pimcommon/ +" + +KMLOADLIBS="kdepim-common-libs" + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kdepim-kresources:${SLOT}; then + echo + elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" + echo + fi +} -- cgit v1.2.3-65-gdbad