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 9D314138CDB for ; Wed, 3 Jun 2015 23:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50239E0901; Wed, 3 Jun 2015 23:04:58 +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 F0FDFE08F2 for ; Wed, 3 Jun 2015 23:04:56 +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 133C3340C50 for ; Wed, 3 Jun 2015 23:04:56 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2345) id 7CFB8A33; 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/kcminit: kcminit-4.11.20.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: kcminit-4.11.20.ebuild ChangeLog X-VCS-Directories: kde-base/kcminit X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150603230453.7CFB8A33@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: 81555a58-ffcc-4126-bf86-1966c6573929 X-Archives-Hash: fee80d5226ba33d899d49d4f3d665c62 mrueg 15/06/03 23:04:53 Modified: ChangeLog Added: kcminit-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.311 kde-base/kcminit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcminit/ChangeLog?rev=1.311&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcminit/ChangeLog?rev=1.311&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcminit/ChangeLog?r1=1.310&r2=1.311 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v retrieving revision 1.310 retrieving revision 1.311 diff -u -r1.310 -r1.311 --- ChangeLog 15 May 2015 15:53:07 -0000 1.310 +++ ChangeLog 3 Jun 2015 23:04:53 -0000 1.311 @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcminit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.310 2015/05/15 15:53:07 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.311 2015/06/03 23:04:53 mrueg Exp $ + +*kcminit-4.11.20 (03 Jun 2015) + + 03 Jun 2015; Manuel RĂ¼ger +kcminit-4.11.20.ebuild: + Version bump. *kcminit-4.11.19 (15 May 2015) 1.1 kde-base/kcminit/kcminit-4.11.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcminit/kcminit-4.11.20.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcminit/kcminit-4.11.20.ebuild?rev=1.1&content-type=text/plain Index: kcminit-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/kcminit/kcminit-4.11.20.ebuild,v 1.1 2015/06/03 23:04:53 mrueg Exp $ EAPI=5 KMNAME="kde-workspace" inherit kde4-meta DESCRIPTION="KCMInit - runs startups initialization for Control Modules" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" x11-libs/libX11 " RDEPEND="${DEPEND}"