summaryrefslogtreecommitdiff
path: root/kde-frameworks/kapidox/kapidox-5.3.0.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-10-25 17:16:00 +0200
committerManuel Rüger <mrueg@gentoo.org>2014-10-25 17:16:00 +0200
commita820bb7b51350b3aec9512c7ee1411f1866d924c (patch)
tree2be23a707c54d649e1462e973e1173a8986375b8 /kde-frameworks/kapidox/kapidox-5.3.0.ebuild
parent67957deadb186de2d24a2dce6ca932985bbc4f28 (diff)
downloadkde-a820bb7b51350b3aec9512c7ee1411f1866d924c.tar.gz
kde-a820bb7b51350b3aec9512c7ee1411f1866d924c.tar.bz2
kde-a820bb7b51350b3aec9512c7ee1411f1866d924c.zip
[frameworks] 5.3 was moved to the tree.
Diffstat (limited to 'kde-frameworks/kapidox/kapidox-5.3.0.ebuild')
-rw-r--r--kde-frameworks/kapidox/kapidox-5.3.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kapidox/kapidox-5.3.0.ebuild b/kde-frameworks/kapidox/kapidox-5.3.0.ebuild
deleted file mode 100644
index 58f3cefbc52..00000000000
--- a/kde-frameworks/kapidox/kapidox-5.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_DEBUG="false"
-KDE_DOXYGEN="false"
-KDE_TEST="false"
-PYTHON_COMPAT=( python{2_7,3_3} )
-inherit kde5 distutils-r1
-
-DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
-LICENSE="BSD-2"
-KEYWORDS=" ~amd64"
-IUSE=""
-
-RDEPEND="
- app-doc/doxygen
- dev-python/pystache[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- media-gfx/graphviz[python]
-"
-# graphviz is currently python-single-r1 so we can't enforce a USE dep yet
-# and things will break if you try to generate a dependency diagram with a
-# different python version