diff options
| author | David Heidelberger <d.okias@gmail.com> | 2011-10-26 20:24:00 +0200 |
|---|---|---|
| committer | David Heidelberger <d.okias@gmail.com> | 2011-10-26 20:24:00 +0200 |
| commit | 459a7770203a6715c821469500dbd098865bd1ea (patch) | |
| tree | 06d919bc3755a650b5a771fd46561c9ad99ff1dc /dev-util/kdevelop-python/kdevelop-python-9999.ebuild | |
| parent | 62b32b959c5c95fd0f6c4fc6ad0cbb1e730d23f5 (diff) | |
| download | kde-459a7770203a6715c821469500dbd098865bd1ea.tar.gz kde-459a7770203a6715c821469500dbd098865bd1ea.tar.bz2 kde-459a7770203a6715c821469500dbd098865bd1ea.zip | |
[dev-util/kdevelop-python-9999] new ebuild
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-9999.ebuild')
| -rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild new file mode 100644 index 00000000000..4579850ead7 --- /dev/null +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +PYTHON_DEPEND="2" +KMNAME="kdevelop" +KDE_SCM="git" +EGIT_REPONAME="kdev-python" +inherit kde4-base python + +DESCRIPTION="Python plugin for KDevelop 4" +SLOT="4" +KEYWORDS="" +LICENSE="GPL-2" +IUSE="debug" + +DEPEND=" + >=dev-util/kdevelop-pg-qt-0.9.0 + dev-util/kdevelop +" +RDEPEND="${DEPEND}" + +RESTRICT="test" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_configure() { + mycmakeargs=( -DCMAKE_INSTALL_PREFIX=/usr/ ) + cmake-utils_src_configure +} + +src_compile() { + pushd ${WORKDIR}/kdevelop-python-9999_build + emake parser + popd + +} |
