From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S8NpB-0005xv-29 for garchives@archives.gentoo.org; Fri, 16 Mar 2012 03:27:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27988E09B4; Fri, 16 Mar 2012 03:27:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E6EFCE09B4 for ; Fri, 16 Mar 2012 03:27:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37A9F1B4002 for ; Fri, 16 Mar 2012 03:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C5F83E5402 for ; Fri, 16 Mar 2012 03:27:14 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1331868251.70af7252409cf09414d0de577f55a732052b3e48.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kshutdown/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild X-VCS-Directories: kde-misc/kshutdown/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 70af7252409cf09414d0de577f55a732052b3e48 X-VCS-Branch: master Date: Fri, 16 Mar 2012 03:27:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8ba26d56-38d0-4040-b7a9-29d800cf75e4 X-Archives-Hash: 44a027464bc16a15ba4ca8f95c1bf78a commit: 70af7252409cf09414d0de577f55a732052b3e48 Author: Chris Reffett gmail com> AuthorDate: Fri Mar 16 03:24:11 2012 +0000 Commit: Chris Reffett gmail com> CommitDate: Fri Mar 16 03:24:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D70af7252 [kde-misc/kshutdown] Version bump to 3.0 beta 3 to fix compiling with KDE= 4.8 (Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commi= t) --- kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild | 28 +++++++++++++++++++= ++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild b/kde-misc/ksh= utdown/kshutdown-3.0_beta3.ebuild new file mode 100644 index 0000000..51396a3 --- /dev/null +++ b/kde-misc/kshutdown/kshutdown-3.0_beta3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0.ebui= ld,v 1.1 2011/06/17 22:32:13 dilfridge Exp $ + +EAPI=3D4 + +KDE_LINGUAS=3D"ar bg cs da de el es fr hu it nb nl pl pt_BR ru sk sr@ije= kavian sr@ijekavianlatin sr@latin sr sv tr zh_CN" +inherit kde4-base + +MY_P=3D${PN}-source-${PV/_} + +DESCRIPTION=3D"A shutdown manager for KDE" +HOMEPAGE=3D"http://kshutdown.sourceforge.net" +SRC_URI=3D"mirror://sourceforge/${PN}/${MY_P}.zip" + +LICENSE=3D"GPL-2" +SLOT=3D"4" +KEYWORDS=3D"~amd64 ~ppc ~x86" +IUSE=3D"debug" + +RDEPEND=3D" + $(add_kdebase_dep libkworkspace) +" +DEPEND=3D"${RDEPEND} + app-arch/unzip +" + +S=3D${WORKDIR}/${P/_}