aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kajongg/kajongg-4.13.97.ebuild')
-rw-r--r--kde-base/kajongg/kajongg-4.13.97.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/kde-base/kajongg/kajongg-4.13.97.ebuild b/kde-base/kajongg/kajongg-4.13.97.ebuild
deleted file mode 100644
index d99289780a..0000000000
--- a/kde-base/kajongg/kajongg-4.13.97.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
-
-DESCRIPTION="The classical Mah Jongg for four players"
-HOMEPAGE="http://www.kde.org/applications/games/kajongg/"
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
- ${PYTHON_DEPS}
- dev-db/sqlite:3
- $(add_kdebase_dep libkdegames)
- $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep libkmahjongg)
- >=dev-python/twisted-core-8.2.0
-"
-
-pkg_setup() {
- python-single-r1_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_prepare() {
- python_fix_shebang src
- kde4-base_src_prepare
-}