blob: 1120b28165d150389d784966c70a2d511c7a4e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2012 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/"
EGIT_REPO_URI="git://anongit.kde.org/kdev-mercurial"
#svn://anonsvn.kde.org/home/kde/trunk/playground/devtools/kdevelop4-extra-plugins/mercurial/"
LICENSE="GPL-3"
KEYWORDS=""
IUSE="debug"
RDEPEND="
dev-vcs/mercurial
"
|