summaryrefslogtreecommitdiff
path: root/kde-misc/pate/pate-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/pate/pate-9999.ebuild')
-rw-r--r--kde-misc/pate/pate-9999.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-misc/pate/pate-9999.ebuild b/kde-misc/pate/pate-9999.ebuild
deleted file mode 100644
index 6bcc38f34cf..00000000000
--- a/kde-misc/pate/pate-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-inherit python kde4-base
-
-DESCRIPTION="Tasty Python plugins for Kate"
-HOMEPAGE="http://github.com/pag/pate"
-EGIT_REPO_URI="git://github.com/pag/${PN}.git"
-
-LICENSE="GPL-2"
-KEYWORDS=""
-SLOT="4"
-IUSE=""
-
-DEPEND="
- $(add_kdebase_dep kate)
- $(add_kdebase_dep pykde4 '' 4.9.2-r1)
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-pyqt.patch" )
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
- kde4-base_pkg_setup
-}