diff options
author | 2011-08-22 17:51:37 +0000 | |
---|---|---|
committer | 2011-08-22 17:51:37 +0000 | |
commit | 7f5bb168b9a7d01a5133a86ddac4701ee1169277 (patch) | |
tree | 07b4f79be1f77dfa59f104f0c234844fa360a703 /dev-libs/qrosspython/qrosspython-9999.ebuild | |
parent | Add dev-libs/qrosscore (diff) | |
download | historical-7f5bb168b9a7d01a5133a86ddac4701ee1169277.tar.gz historical-7f5bb168b9a7d01a5133a86ddac4701ee1169277.tar.bz2 historical-7f5bb168b9a7d01a5133a86ddac4701ee1169277.zip |
Add dev-libs/qrosspython
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/qrosspython/qrosspython-9999.ebuild')
-rw-r--r-- | dev-libs/qrosspython/qrosspython-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-libs/qrosspython/qrosspython-9999.ebuild b/dev-libs/qrosspython/qrosspython-9999.ebuild new file mode 100644 index 000000000000..4d1ee31ac98d --- /dev/null +++ b/dev-libs/qrosspython/qrosspython-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosspython/qrosspython-9999.ebuild,v 1.1 2011/08/22 17:51:37 maksbotan Exp $ + +EAPI=3 + +EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git" +EGIT_PROJECT="qross-${PV}" +PYTHON_DEPEND="2" + +inherit python cmake-utils git-2 + +DESCRIPTION="Python scripting backend for Qross." +HOMEPAGE="http://github.com/0xd34df00d/Qross" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="=dev-libs/qrosscore-${PV}" +RDEPEND="${DEPEND}" + +CMAKE_USE_DIR="${S}/src/bindings/python/qrosspython" |