blob: e658763c28db8ddd057d59f86dc7a40e80000220 (
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
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-0.5.0.ebuild,v 1.3 2010/08/09 17:01:17 reavertm Exp $
EAPI=2
WEBKIT_REQUIRED=always
KDE_DOC_DIRS="docs"
inherit kde4-base
DESCRIPTION="A browser based on qt-webkit"
HOMEPAGE="http://rekonq.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug +handbook"
DEPEND="
x11-libs/gtk+:2
"
RDEPEND="${DEPEND}"
RESTRICT="test"
|