blob: bec6d7675adaf5e7b9bf2ae50ca10355e8de5284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
KMNAME="kdevelop"
KDEVPLATFORM_VERSION="1.0.2"
inherit kde4-base
DESCRIPTION="Mercurial plugin for KDevelop 4"
HOMEPAGE="http://websvn.kde.org/trunk/playground/devtools/kdevelop4-extra-plugins/mercurial/"
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/devtools/kdevelop4-extra-plugins/mercurial/"
LICENSE="GPL-3"
KEYWORDS=""
IUSE="debug"
RDEPEND="
dev-vcs/mercurial
"
|