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 E4C8B198005 for ; Wed, 6 Mar 2013 13:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6DE7E0952; Wed, 6 Mar 2013 13:42:11 +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 78251E05F9 for ; Wed, 6 Mar 2013 13:42:10 +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 91F3033DE11 for ; Wed, 6 Mar 2013 13:42:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2276) id 5673721723; Wed, 6 Mar 2013 13:42:03 +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/kdesu: kdesu-4.10.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: kdesu-4.10.1.ebuild ChangeLog X-VCS-Directories: kde-base/kdesu X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130306134203.5673721723@flycatcher.gentoo.org> Date: Wed, 6 Mar 2013 13:42:03 +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: d6c76a0a-bf14-4365-b2f9-d11aed526889 X-Archives-Hash: bd45edbf9d5e2ca4324be64ff4c5ed16 dilfridge 13/03/06 13:42:03 Modified: ChangeLog Added: kdesu-4.10.1.ebuild Log: Bump KDE SC 4.10.1 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7887F787) Revision Changes Path 1.249 kde-base/kdesu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.249&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.249&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesu/ChangeLog?r1=1.248&r2=1.249 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v retrieving revision 1.248 retrieving revision 1.249 diff -u -r1.248 -r1.249 --- ChangeLog 23 Feb 2013 16:26:46 -0000 1.248 +++ ChangeLog 6 Mar 2013 13:42:03 -0000 1.249 @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdesu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.248 2013/02/23 16:26:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.249 2013/03/06 13:42:03 dilfridge Exp $ + +*kdesu-4.10.1 (06 Mar 2013) + + 06 Mar 2013; Andreas K. Huettel +kdesu-4.10.1.ebuild: + Version bump KDE SC 4.10.1 23 Feb 2013; Agostino Sarubbo kdesu-4.10.0.ebuild, kdesu-4.9.5.ebuild: 1.1 kde-base/kdesu/kdesu-4.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild?rev=1.1&content-type=text/plain Index: kdesu-4.10.1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v 1.1 2013/03/06 13:42:03 dilfridge Exp $ EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-runtime" inherit kde4-meta # FIXME: Is default command ( su/sudo ) still configurable, # if not, USE-flag ? DESCRIPTION="KDE: gui for su(1)" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" src_configure() { # Upstream moved kdesu to libexec first, then decided to move it back # to /${PREFIX}/bin/ , so I'm doing that now already. sed -e '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \ -i "${S}"/kdesu/kdesu/CMakeLists.txt || \ die "Moving kdesu from libexec to bin failed." kde4-meta_src_configure }