blob: 11d8d3a538f97eb90d308cc60f7f7ca5648ae787 (
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
26
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit kde4-base git
DESCRIPTION="collaborative Editor for KDE"
HOMEPAGE="http://wiki.github.com/greghaynes/kobby"
EGIT_REPO_URI="git://github.com/greghaynes/kobby.git"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="0"
IUSE="debug"
DEPEND="
net-libs/libqinfinity
"
RDEPEND="${DEPEND}"
# Needed since git eclass provides one..
src_prepare() {
kde4-base_src_prepare
}
|