johu 15/07/11 11:49:27 Modified: ChangeLog Added: korganizer-4.14.10.ebuild Log: Version bump KDE PIM 4.14.10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Revision Changes Path 1.359 kde-base/korganizer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/ChangeLog?rev=1.359&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/ChangeLog?rev=1.359&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/ChangeLog?r1=1.358&r2=1.359 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v retrieving revision 1.358 retrieving revision 1.359 diff -u -r1.358 -r1.359 --- ChangeLog 13 Jun 2015 08:34:12 -0000 1.358 +++ ChangeLog 11 Jul 2015 11:49:27 -0000 1.359 @@ -1,6 +1,12 @@ # ChangeLog for kde-base/korganizer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.358 2015/06/13 08:34:12 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/ChangeLog,v 1.359 2015/07/11 11:49:27 johu Exp $ + +*korganizer-4.14.10 (11 Jul 2015) + + 11 Jul 2015; Johannes Huber <[email protected]> +korganizer-4.14.10.ebuild, + +files/korganizer-4.14.10-handbook.patch: + Version bump KDE PIM 4.14.10 13 Jun 2015; Mikle Kolyada <[email protected]> korganizer-4.14.8.ebuild: x86 stable wrt bug #550740 1.1 kde-base/korganizer/korganizer-4.14.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/korganizer-4.14.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korganizer/korganizer-4.14.10.ebuild?rev=1.1&content-type=text/plain Index: korganizer-4.14.10.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.14.10.ebuild,v 1.1 2015/07/11 11:49:27 johu Exp $ EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" EGIT_BRANCH="KDE/4.14" inherit kde4-meta DESCRIPTION="A Personal Organizer for KDE" HOMEPAGE="http://www.kde.org/applications/office/korganizer/" KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" $(add_kdebase_dep kdepimlibs 'akonadi(+)') $(add_kdebase_dep kdepim-common-libs) sys-libs/zlib " RDEPEND="${DEPEND} $(add_kdeapps_dep ktimezoned '' 4.14.3) " RESTRICT="test" # bug 393135 KMLOADLIBS="kdepim-common-libs" KMEXTRA=" korgac/ " KMEXTRACTONLY=" agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml akonadi_next/ calendarviews/ kdgantt2/ kmail/ knode/org.kde.knode.xml libkdepimdbusinterfaces/ libkleo/ libkpgp/ mailimporter/ messagecomposer/ " KMCOMPILEONLY=" calendarsupport/ grantleetheme/ incidenceeditor-ng/ kaddressbookgrantlee/ mailcommon/ messagecore/ messageviewer/ pimcommon/ templateparser/ " src_unpack() { if use kontact; then KMEXTRA="${KMEXTRA} kontact/plugins/planner/ kontact/plugins/specialdates/ " fi kde4-meta_src_unpack } src_prepare() { use handbook && epatch "${FILESDIR}/${PN}-4.14.10-handbook.patch" kde4-meta_src_prepare } src_install() { kde4-meta_src_install # colliding with kdepim-common-libs rm -rf "${ED}"/usr/share/kde4/servicetypes/calendarplugin.desktop rm -rf "${ED}"/usr/share/kde4/servicetypes/calendardecoration.desktop } 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 }
