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 1S2L9R-0006Aj-RY for garchives@archives.gentoo.org; Tue, 28 Feb 2012 11:23:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF4CDE07B9; Tue, 28 Feb 2012 11:23:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA3C9E07B9 for ; Tue, 28 Feb 2012 11:23:17 +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 21C131B4002 for ; Tue, 28 Feb 2012 11:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D48DBE53FE for ; Tue, 28 Feb 2012 11:23:15 +0000 (UTC) From: "Theo Chatzimichos" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Chatzimichos" Message-ID: <1330428154.e3fe3ba6ec3b177dbd67cc4d1b82e2986cdf3700.tampakrap@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: tampakrap X-VCS-Committer-Name: Theo Chatzimichos X-VCS-Revision: e3fe3ba6ec3b177dbd67cc4d1b82e2986cdf3700 X-VCS-Branch: master Date: Tue, 28 Feb 2012 11:23:15 +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: a3ef2c67-f619-4d4d-bd8a-0b84f1053149 X-Archives-Hash: 3ca4b0295c16c980f712ac29c44486b0 commit: e3fe3ba6ec3b177dbd67cc4d1b82e2986cdf3700 Author: Theo Chatzimichos gentoo org> AuthorDate: Tue Feb 28 11:22:34 2012 +0000 Commit: Theo Chatzimichos gentoo org> CommitDate: Tue Feb 28 11:22:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3De3fe3ba6 [dev-util/kdevelop-python] Add 1.3 branch live ebuild, since master needs kdevplatform master as well now --- .../kdevelop-python-1.3.9999.ebuild | 40 ++++++++++++++= ++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild b/d= ev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild new file mode 100644 index 0000000..7ec8add --- /dev/null +++ b/dev-util/kdevelop-python/kdevelop-python-1.3.9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +PYTHON_DEPEND=3D"2" +KMNAME=3D"kdevelop" +KDE_SCM=3D"git" +EGIT_REPONAME=3D"kdev-python" +EGIT_BRANCH=3D"1.3" +KDEVPLATFORM_VERSION=3D"1.2.82" +inherit kde4-base python + +DESCRIPTION=3D"Python plugin for KDevelop 4" +SLOT=3D"4" +KEYWORDS=3D"" +LICENSE=3D"GPL-2" +IUSE=3D"debug" + +DEPEND=3D" + >=3Ddev-util/kdevelop-pg-qt-0.9.0 + dev-util/kdevelop +" +RDEPEND=3D"${DEPEND}" + +RESTRICT=3D"test" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_compile() { + pushd ${WORKDIR}/${P}_build + emake parser + popd + + kde4-base_src_compile +}