blob: f69c9d3ead28f3a8f7af28182e0a73ea37527db8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit kde
DESCRIPTION="WebIssues Client application."
HOMEPAGE="http://webissues.mimec.org"
SRC_URI="http://webissues.mimec.org/files/${P}.tar.bz2"
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE="kdeenablefinal"
DEPEND=""
RDEPEND="${DEPEND}"
need-kde 3.5
|