aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/krosspython/krosspython-4.12.0-r1.ebuild')
-rw-r--r--kde-base/krosspython/krosspython-4.12.0-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-base/krosspython/krosspython-4.12.0-r1.ebuild b/kde-base/krosspython/krosspython-4.12.0-r1.ebuild
deleted file mode 100644
index 248f9d9..0000000
--- a/kde-base/krosspython/krosspython-4.12.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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_6,2_7} )
-inherit python-single-r1 kde4-meta flag-o-matic
-
-DESCRIPTION="Kross scripting framework: Python interpreter"
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- python-single-r1_pkg_setup
- append-flags "$(python_get_CFLAGS)"
- kde4-meta_pkg_setup
-}