diff options
| author | Johannes Huber <johu@gentoo.org> | 2013-06-01 14:04:15 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2013-06-01 14:11:56 +0200 |
| commit | cbbc3980e215f0d11d9e4e37e5e73f3657e5156a (patch) | |
| tree | 8f6fd99f1359a6c37c226542ae0b46edd50b7224 /kde-base/krosspython | |
| parent | 9fb32076003641447747c4ef870f104a23c69a62 (diff) | |
| download | kde-cbbc3980e215f0d11d9e4e37e5e73f3657e5156a.tar.gz kde-cbbc3980e215f0d11d9e4e37e5e73f3657e5156a.tar.bz2 kde-cbbc3980e215f0d11d9e4e37e5e73f3657e5156a.zip | |
[kde-base] Add KDE SC 4.10.4.
Package-Manager: portage-2.2.0_alpha177
Diffstat (limited to 'kde-base/krosspython')
| -rw-r--r-- | kde-base/krosspython/Manifest | 1 | ||||
| -rw-r--r-- | kde-base/krosspython/krosspython-4.10.4.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-base/krosspython/Manifest b/kde-base/krosspython/Manifest new file mode 100644 index 00000000000..22635f967fb --- /dev/null +++ b/kde-base/krosspython/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-4.10.4.tar.xz 130176 SHA256 9dee5a5d2abf8919d56975fb8b3f411c126d827206534f150ffc6b9e53fdd7c7 SHA512 8db2efb64f67fdf7dba08b7f9829991be282d0831083341ef11b90562008c886b3c0e8373a484e19b1c188f215283c7833136747a1e40c27416bc1cf66934e35 WHIRLPOOL ee1250c0a13efa6d8a295c55ae0a1fdcbce78bce36aeb4a1e546fc71d5bf1899993c16422b284a6b1dc29c205696cf936d628d5cbb993907f75d9db3efe6f352 diff --git a/kde-base/krosspython/krosspython-4.10.4.ebuild b/kde-base/krosspython/krosspython-4.10.4.ebuild new file mode 100644 index 00000000000..cd2c0341b77 --- /dev/null +++ b/kde-base/krosspython/krosspython-4.10.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kross-interpreters" +KMMODULE="python" +PYTHON_COMPAT=( python{2_5,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 +} |
