blob: a25ad565777c2198e3777e34328813ad5c3f0fa7 (
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
27
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
KDE_LINGUAS="fr"
inherit kde4-base
DESCRIPTION="Collaborative Editor for KDE"
HOMEPAGE="http://kobby.greghaynes.net/"
SRC_URI="http://kobby.greghaynes.net/file-cabinet/${P/_beta/b}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
DEPEND="
dev-libs/glib:2
dev-libs/libxml2
>=net-libs/libqinfinity-${PV}
>=virtual/gsasl-1.4.0
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${P/_beta/b}
|