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 79C4A138B43 for ; Thu, 6 Feb 2014 23:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1862FE0F66; Thu, 6 Feb 2014 23:21:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27E6BE0F5D for ; Thu, 6 Feb 2014 23:21:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B75233F8C4 for ; Thu, 6 Feb 2014 23:20:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2276) id 101D720054; Thu, 6 Feb 2014 23:20:57 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ksmserver: ksmserver-4.11.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ksmserver-4.11.6.ebuild ChangeLog X-VCS-Directories: kde-base/ksmserver X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140206232058.101D720054@flycatcher.gentoo.org> Date: Thu, 6 Feb 2014 23:20:57 +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: b2e16720-5e0d-4a79-8bac-2e3e5afaeead X-Archives-Hash: 92d20be9abcf3b8156294b6f644837dd dilfridge 14/02/06 23:20:57 Modified: ChangeLog Added: ksmserver-4.11.6.ebuild Log: 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!) Revision Changes Path 1.294 kde-base/ksmserver/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksmserver/ChangeLog?rev=1.294&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksmserver/ChangeLog?rev=1.294&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksmserver/ChangeLog?r1=1.293&r2=1.294 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ChangeLog,v retrieving revision 1.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- ChangeLog 20 Jan 2014 08:00:03 -0000 1.293 +++ ChangeLog 6 Feb 2014 23:20:57 -0000 1.294 @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ksmserver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ChangeLog,v 1.293 2014/01/20 08:00:03 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ChangeLog,v 1.294 2014/02/06 23:20:57 dilfridge Exp $ + +*ksmserver-4.11.6 (06 Feb 2014) + + 06 Feb 2014; Andreas K. Huettel + +ksmserver-4.11.6.ebuild: + Version bump KDE SC 4.11.6 20 Jan 2014; Michael Palimaka ksmserver-4.11.5.ebuild: Restore keywords that were accidentally omitted. 1.1 kde-base/ksmserver/ksmserver-4.11.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksmserver/ksmserver-4.11.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksmserver/ksmserver-4.11.6.ebuild?rev=1.1&content-type=text/plain Index: ksmserver-4.11.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ksmserver-4.11.6.ebuild,v 1.1 2014/02/06 23:20:57 dilfridge Exp $ EAPI=5 DECLARATIVE_REQUIRED="always" KMNAME="kde-workspace" inherit kde4-meta DESCRIPTION="The reliable KDE session manager that talks the standard X11R6" KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" $(add_kdebase_dep kcminit) $(add_kdebase_dep libkworkspace) media-libs/qimageblitz x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXrender " RDEPEND="${DEPEND}" KMEXTRACTONLY=" kcminit/main.h libs/kdm/kgreeterplugin.h kcheckpass/ libs/kephal/ libs/kworkspace/ " KMLOADLIBS="libkworkspace" PATCHES=( "${FILESDIR}/${PN}-4.11.97-noplasmalock.patch" )