From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2948059CB2 for ; Thu, 14 Apr 2016 01:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93EB221C003; Thu, 14 Apr 2016 01:04:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B75B21C003 for ; Thu, 14 Apr 2016 01:04:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 411FD340DB2 for ; Thu, 14 Apr 2016 01:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE53A8F1 for ; Thu, 14 Apr 2016 01:03:58 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1460595822.3d359cc136d8b84619a7f2eec153fb9a266ba9c7.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/klaus/klaus-0.8.0.ebuild www-apps/klaus/metadata.xml X-VCS-Directories: www-apps/klaus/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 3d359cc136d8b84619a7f2eec153fb9a266ba9c7 X-VCS-Branch: master Date: Thu, 14 Apr 2016 01:03:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 46664163-2f17-4d87-8af1-26b1c9717568 X-Archives-Hash: 6f58f4970584eacac3427b1604278a21 commit: 3d359cc136d8b84619a7f2eec153fb9a266ba9c7 Author: Louis Sautier gmail com> AuthorDate: Wed Apr 13 12:47:57 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Thu Apr 14 01:03:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d359cc1 www-apps/klaus: add ctags support Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1255 Signed-off-by: Ian Delaney gentoo.org> www-apps/klaus/klaus-0.8.0.ebuild | 4 ++++ www-apps/klaus/metadata.xml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/www-apps/klaus/klaus-0.8.0.ebuild b/www-apps/klaus/klaus-0.8.0.ebuild index 08b9749..09d638b 100644 --- a/www-apps/klaus/klaus-0.8.0.ebuild +++ b/www-apps/klaus/klaus-0.8.0.ebuild @@ -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}]" diff --git a/www-apps/klaus/metadata.xml b/www-apps/klaus/metadata.xml index 5065745..10d370c 100644 --- a/www-apps/klaus/metadata.xml +++ b/www-apps/klaus/metadata.xml @@ -19,4 +19,7 @@ jonashaag/klaus https://github.com/jonashaag/klaus/issues + + Enable support for Exuberant ctags; makes all source code symbols hyperlinks to their definitions +