blob: 52781fa9ea08032ae9247465aa6f6c561bb13d4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
KMNAME="kdevelop"
KDE_SCM="git"
ESCM_REPONAME="kdev-php-docs"
inherit kde4-base
DESCRIPTION="PHP documentation plugin for KDevelop 4"
KEYWORDS=""
LICENSE="GPL-2 LGPL-2"
IUSE="debug"
RDEPEND="
!=dev-util/kdevelop-plugins-1.0.0
"
|