blob: aff15ea50a4f1d1f4c24bdaf700c498bd44614ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild,v 1.4 2012/03/10 17:10:28 ranger Exp $
EAPI=4
# KDE_LINGUAS="bg cs da de el en_GB eo es et fi fr ga gl hu it km lt ms nb nds nl
# pa pt pt_BR ro ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tg th tr uk
# zh_CN zh_TW"
WEBKIT_REQUIRED="always"
inherit kde4-base
DESCRIPTION="A WebKit KPart for konqueror"
HOMEPAGE="http://opendesktop.org/content/show.php?content=127960"
# SRC_URI="http://opendesktop.org/CONTENT/content-files/127960-${P}.tar.bz2"
SRC_URI="http://dev.gentoo.org/~thev00d00/distfiles/${CATEGORY}/${P}.tar.xz"
LICENSE="LGPL-2"
KEYWORDS="amd64 ppc ~ppc64 x86"
SLOT="4"
IUSE="debug"
|