blob: e01b436444e3122fcb6b315db154a5aad8bab1f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
KMNAME="kdevelop"
KDEVPLATFORM_VERSION="1.0.2"
inherit subversion 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
"
src_unpack() {
subversion_src_unpack
}
|