diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-03 22:36:09 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-03 22:36:09 +0000 |
commit | 318092ea225b3d6ad7192e8ae024a631e482b266 (patch) | |
tree | 91df8808be8c8389bc73293ff837135ae83c78e3 /kde-base/krosspython/krosspython-4.11.4.ebuild | |
parent | Update init file /var/run/apcupsd directory > /run/apcupsd (diff) | |
download | gentoo-2-318092ea225b3d6ad7192e8ae024a631e482b266.tar.gz gentoo-2-318092ea225b3d6ad7192e8ae024a631e482b266.tar.bz2 gentoo-2-318092ea225b3d6ad7192e8ae024a631e482b266.zip |
Version bump KDE SC 4.11.4
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/krosspython/krosspython-4.11.4.ebuild')
-rw-r--r-- | kde-base/krosspython/krosspython-4.11.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-base/krosspython/krosspython-4.11.4.ebuild b/kde-base/krosspython/krosspython-4.11.4.ebuild new file mode 100644 index 000000000000..54e75c853586 --- /dev/null +++ b/kde-base/krosspython/krosspython-4.11.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.11.4.ebuild,v 1.1 2013/12/03 22:35:37 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 +} |