www-apps/klaus: add ctags support
authorLouis Sautier <sautier.louis@gmail.com>
Wed, 13 Apr 2016 12:47:57 +0000 (14:47 +0200)
committerIan Delaney <idella4@gentoo.org>
Thu, 14 Apr 2016 01:03:42 +0000 (09:03 +0800)
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1255

Signed-off-by: Ian Delaney <idella4@gentoo.org>
www-apps/klaus/klaus-0.8.0.ebuild
www-apps/klaus/metadata.xml

index 08b9749f3351b667dc02bf153077ff8b55a2452c..09d638bc8a349ec3669e401731c7da3dd4d072c1 100644 (file)
@@ -15,6 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="ctags"
 
 RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
@@ -23,5 +24,8 @@ RDEPEND="
        >=dev-python/dulwich-0.12.0[${PYTHON_USEDEP}]
        dev-python/httpauth[${PYTHON_USEDEP}]
        dev-python/humanize[${PYTHON_USEDEP}]
+       ctags? (
+               dev-python/python-ctags[${PYTHON_USEDEP}]
+       )
 "
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
index 50657455b5a46b288b327daba58da872918b546b..10d370c7120412d356731b9acf5e57741ba8a2fd 100644 (file)
@@ -19,4 +19,7 @@
                <remote-id type="github">jonashaag/klaus</remote-id>
                <bugs-to>https://github.com/jonashaag/klaus/issues</bugs-to>
        </upstream>
+       <use>
+               <flag name="ctags">Enable support for Exuberant ctags; makes all source code symbols hyperlinks to their definitions</flag>
+       </use>
 </pkgmetadata>