aboutsummaryrefslogtreecommitdiff
blob: d7cffcf46f7a03810e73ccbcdb23de61bcc9d96e (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
28
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

if [[ ${PV} = *9999* ]]; then
	EGIT_REPO_URI="git://gitorious.org/rekonq/mainline.git"
	GIT_ECLASS="git"
	KEYWORDS=""
else
	SRC_URI="mirror://sourceforge/rekonq/rekonq-${S}.tar.bz2"
	KEYWORDS="~amd64 ~x86"
fi

WEBKIT_REQUIRED="always"
inherit kde4-base ${GIT_ECLASS}

unset GIT_ECLASS

DESCRIPTION="Konqueror replacement using webkit as backend."
HOMEPAGE="http://rekonq.sourceforge.net/"

LICENSE="GPL-2"
SLOT="4"
IUSE="debug"

DEPEND=">=x11-libs/qt-xmlpatterns-4.5.0:4"