johu 14/05/13 22:37:51 Modified: ChangeLog Added: akonadi-4.4.11.1-r1.ebuild Log: Revision bump adapts USE flag changes made in KDE SC 4.13.1, bug #508350. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.101 kde-base/akonadi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 21 Apr 2014 13:26:06 -0000 1.100 +++ ChangeLog 13 May 2014 22:37:50 -0000 1.101 @@ -1,6 +1,11 @@ # ChangeLog for kde-base/akonadi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.100 2014/04/21 13:26:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.101 2014/05/13 22:37:50 johu Exp $ + +*akonadi-4.4.11.1-r1 (13 May 2014) + + 13 May 2014; Johannes Huber <[email protected]> +akonadi-4.4.11.1-r1.ebuild: + Revision bump adapts USE flag changes made in KDE SC 4.13.1, bug #508350. 21 Apr 2014; Johannes Huber <[email protected]> akonadi-4.4.11.1.ebuild: Add use dep on app-office/akonadi-server[soprano]. 1.1 kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild?rev=1.1&content-type=text/plain Index: akonadi-4.4.11.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.11.1-r1.ebuild,v 1.1 2014/05/13 22:37:50 johu Exp $ EAPI=5 KMNAME="kdepim" inherit kde4-meta DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" HOMEPAGE="http://pim.kde.org/akonadi" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" >=app-office/akonadi-server-1.3.1[soprano(+)] $(add_kdebase_dep kdelibs 'nepomuk' 4.13.1) $(add_kdebase_dep kdepimlibs '' 4.13.1) $(add_kdebase_dep libkdepim) !kde-base/akonadiconsole " RDEPEND="${DEPEND} $(add_kdebase_dep kdepim-runtime) " KMEXTRA=" akonadiconsole/ " src_configure() { mycmakeargs=( # Set the dbus dirs, otherwise it searches in KDEDIR -DAKONADI_DBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces" -DAKONADI_DBUS_SERVICES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/services" ) kde4-meta_src_configure }
