From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF8BC138247 for ; Wed, 18 Dec 2013 20:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E4DE0B50; Wed, 18 Dec 2013 20:07:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9E49E0B50 for ; Wed, 18 Dec 2013 20:07:01 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5784F33F5F2 for ; Wed, 18 Dec 2013 20:07:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2313) id 0D37B2004E; Wed, 18 Dec 2013 20:06:58 +0000 (UTC) From: "Johannes Huber (johu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, johu@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime: kdepim-runtime-4.4.11.1-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: kdepim-runtime-4.4.11.1-r2.ebuild ChangeLog X-VCS-Directories: kde-base/kdepim-runtime X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131218200659.0D37B2004E@flycatcher.gentoo.org> Date: Wed, 18 Dec 2013 20:06:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97e9b82d-3d13-4c4e-94c0-c88af6513d99 X-Archives-Hash: c6639c15c0151feca724e724c7f24af6 johu 13/12/18 20:06:58 Modified: ChangeLog Added: kdepim-runtime-4.4.11.1-r2.ebuild Log: Oldpim revision bump adds compat patches for KDE SC 4.12. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD) Revision Changes Path 1.177 kde-base/kdepim-runtime/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?rev=1.177&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?rev=1.177&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?r1=1.176&r2=1.177 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- ChangeLog 18 Dec 2013 19:57:56 -0000 1.176 +++ ChangeLog 18 Dec 2013 20:06:58 -0000 1.177 @@ -1,6 +1,17 @@ # ChangeLog for kde-base/kdepim-runtime # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.176 2013/12/18 19:57:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.177 2013/12/18 20:06:58 johu Exp $ + +*kdepim-runtime-4.4.11.1-r2 (18 Dec 2013) + + 18 Dec 2013; Johannes Huber + +files/4.4/9996-no-knut-anymore.patch, + +files/4.4/9997-the-future-is-here.patch, + +files/4.4/9998-external-akonadi-xml.patch, + +files/4.4/9999-no-akonadi-xml.patch, +kdepim-runtime-4.4.11.1-r2.ebuild, + files/4.4/0001-Less-warnings-when-building-against-a-new-kdepimlibs.patch, + files/4.4/0002-Implement-readOnly-for-Akonadi-kresources.patch: + Oldpim revision bump adds compat patches for KDE SC 4.12. *kdepim-runtime-4.12.0 (18 Dec 2013) 1.1 kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r2.ebuild?rev=1.1&content-type=text/plain Index: kdepim-runtime-4.4.11.1-r2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r2.ebuild,v 1.1 2013/12/18 20:06:58 johu Exp $ EAPI=5 if [[ ${PV} = *9999* ]]; then KMNAME="kdepim" KMMODULE="runtime" inherit kde4-meta else inherit kde4-base fi DESCRIPTION="KDE PIM runtime plugin collection" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" RESTRICT="test" # Would need test programs _testrunner and akonaditest from kdepimlibs COMMON_DEPEND=" app-misc/strigi >=app-office/akonadi-server-1.3.1 dev-libs/libxml2:2 dev-libs/libxslt $(add_kdebase_dep kdelibs 'semantic-desktop' 4.12) $(add_kdebase_dep kdepimlibs '' 4.12) $(add_kdebase_dep libkdepim) x11-misc/shared-mime-info " DEPEND="${COMMON_DEPEND} dev-libs/boost " RDEPEND="${COMMON_DEPEND} $(add_kdebase_dep kdepim-icons) " add_blocker akonadi '<4.3.90' PATCHES=( "${FILESDIR}/4.4/"000[1-2]-*.patch "${FILESDIR}/4.4/"999[6-9]-*.patch )