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 0D79A138CDB for ; Wed, 3 Jun 2015 23:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09990E0905; Wed, 3 Jun 2015 23:04:59 +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 10360E08FF for ; Wed, 3 Jun 2015 23:04:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C199340C38 for ; Wed, 3 Jun 2015 23:04:57 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2345) id CB33CA38; Wed, 3 Jun 2015 23:04:53 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libplasmagenericshell: libplasmagenericshell-4.11.20.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libplasmagenericshell-4.11.20.ebuild ChangeLog X-VCS-Directories: kde-base/libplasmagenericshell X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150603230453.CB33CA38@oystercatcher.gentoo.org> Date: Wed, 3 Jun 2015 23:04:53 +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: 700a7c1d-5bed-4b72-8693-31d1a69db5ef X-Archives-Hash: 5e8a2e10347b1682f3c3c753913793f1 mrueg 15/06/03 23:04:53 Modified: ChangeLog Added: libplasmagenericshell-4.11.20.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.180 kde-base/libplasmagenericshell/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 15 May 2015 15:53:07 -0000 1.179 +++ ChangeLog 3 Jun 2015 23:04:53 -0000 1.180 @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libplasmagenericshell # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.179 2015/05/15 15:53:07 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/ChangeLog,v 1.180 2015/06/03 23:04:53 mrueg Exp $ + +*libplasmagenericshell-4.11.20 (03 Jun 2015) + + 03 Jun 2015; Manuel RĂ¼ger + +libplasmagenericshell-4.11.20.ebuild: + Version bump. *libplasmagenericshell-4.11.19 (15 May 2015) 1.1 kde-base/libplasmagenericshell/libplasmagenericshell-4.11.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.20.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.20.ebuild?rev=1.1&content-type=text/plain Index: libplasmagenericshell-4.11.20.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmagenericshell/libplasmagenericshell-4.11.20.ebuild,v 1.1 2015/06/03 23:04:53 mrueg Exp $ EAPI=5 DECLARATIVE_REQUIRED="always" KMNAME="kde-workspace" KMMODULE="libs/plasmagenericshell" inherit kde4-meta DESCRIPTION="Libraries for the KDE Plasma shell" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug test" DEPEND=" $(add_kdebase_dep kephal) $(add_kdebase_dep libkworkspace) x11-libs/libX11 " RDEPEND="${DEPEND}" KMSAVELIBS="true" KMEXTRACTONLY=" libs/kephal/kephal/ plasma/desktop/shell/data/ "