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 36490138A38 for ; Thu, 14 Feb 2013 22:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2EDA21C037; Thu, 14 Feb 2013 22:13:13 +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 588D221C037 for ; Thu, 14 Feb 2013 22:13:13 +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 5668833E473 for ; Thu, 14 Feb 2013 22:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D44A6E4073 for ; Thu, 14 Feb 2013 22:13:10 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1360879767.919717e9b5510336aca6712532d54090040713d0.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/wicd-client-kde/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild X-VCS-Directories: kde-misc/wicd-client-kde/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 919717e9b5510336aca6712532d54090040713d0 X-VCS-Branch: master Date: Thu, 14 Feb 2013 22:13:10 +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: 07bc4da6-782c-439e-927d-21c922b0ac14 X-Archives-Hash: b6d2546b9355ef9978a9d4ed03bb302f commit: 919717e9b5510336aca6712532d54090040713d0 Author: Chris Reffett gentoo org> AuthorDate: Thu Feb 14 22:09:27 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Thu Feb 14 22:09:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=919717e9 [kde-misc/wicd-client-kde] Version bump to 0.3.1 for testing Package-Manager: portage-2.2.0_alpha163 --- .../wicd-client-kde/wicd-client-kde-0.3.1.ebuild | 41 ++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild b/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild new file mode 100644 index 0000000..b6f06e3 --- /dev/null +++ b/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/wicd-client-kde/wicd-client-kde-0.3.0-r1.ebuild,v 1.3 2012/11/23 19:39:03 ago Exp $ + +EAPI=5 + +# Incompatible linguas handling +#KDE_LINGUAS="cs da de el en_GB es et fr hu it lt nb nds nl pa pl pt pt_BR ru sv +#uk zh_CN zh_TW" +EGIT_REPONAME="wicd-kde" +MY_P=${P/-client/} +KDE_SCM="git" +PYTHON_DEPEND="2" +inherit python kde4-base + +DESCRIPTION="Wicd client built on the KDE Development Platform" +HOMEPAGE="http://kde-apps.org/content/show.php/Wicd+Client+KDE?content=132366" +[[ ${PV} == *9999 ]] || \ + SRC_URI="http://kde-apps.org/CONTENT/content-files/132366-${MY_P}.tar.gz" +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-misc/wicd" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN/-client/} + +pkg_setup() { + python_pkg_setup + kde4-base_pkg_setup +} + +src_configure() { + local mycmakeargs=( + -DPYTHONBIN=/usr/bin/python2 + ) + + kde4-base_src_configure +}