blob: 2e4c11596a34b70891a774465eb85a729e88083f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.0.0.ebuild,v 1.3 2010/07/15 10:46:21 hwoarang Exp $
EAPI="2"
KMNAME="kdevelop"
KMMODULE="php-docs"
inherit kde4-base
DESCRIPTION="PHP documentation plugin for KDevelop 4"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="amd64 x86"
IUSE="debug"
|