diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-04 19:16:40 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-04 19:16:40 +0000 |
commit | fdef7e0b7fe8bb22765470a224defca23611a9cf (patch) | |
tree | bcf6a81185aca79ffda5bfd4517da480c9ae6216 /kde-base/krosspython/krosspython-4.12.3.ebuild | |
parent | Fix bug #501544 - Honor multilib dir in pkgconfig file (diff) | |
download | historical-fdef7e0b7fe8bb22765470a224defca23611a9cf.tar.gz historical-fdef7e0b7fe8bb22765470a224defca23611a9cf.tar.bz2 historical-fdef7e0b7fe8bb22765470a224defca23611a9cf.zip |
Version bump KDE SC 4.12.3
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF3CFD2BD
Diffstat (limited to 'kde-base/krosspython/krosspython-4.12.3.ebuild')
-rw-r--r-- | kde-base/krosspython/krosspython-4.12.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-base/krosspython/krosspython-4.12.3.ebuild b/kde-base/krosspython/krosspython-4.12.3.ebuild new file mode 100644 index 000000000000..78c95d228406 --- /dev/null +++ b/kde-base/krosspython/krosspython-4.12.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.12.3.ebuild,v 1.1 2014/03/04 19:13:18 johu Exp $ + +EAPI=5 + +KMNAME="kross-interpreters" +KMMODULE="python" +PYTHON_COMPAT=( python{2_6,2_7} ) +inherit python-single-r1 kde4-meta + +DESCRIPTION="Kross scripting framework: Python interpreter" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND}" + +pkg_setup() { + python-single-r1_pkg_setup + kde4-meta_pkg_setup +} |