diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-29 21:36:34 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-29 21:36:34 +0000 |
commit | dfb9ae3fcea3cb38b995bdf29045ab0737721193 (patch) | |
tree | c26347dbe9e99bf39c10182b959f028c3df2b6f6 /kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-dfb9ae3fcea3cb38b995bdf29045ab0737721193.tar.gz gentoo-2-dfb9ae3fcea3cb38b995bdf29045ab0737721193.tar.bz2 gentoo-2-dfb9ae3fcea3cb38b995bdf29045ab0737721193.zip |
Version bump by Ian, moved here from KDE overlay
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild')
-rw-r--r-- | kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild b/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild new file mode 100644 index 000000000000..ff871fbc5227 --- /dev/null +++ b/kde-misc/kwebkitpart/kwebkitpart-1.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.1 2011/10/29 21:36:34 dilfridge 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" |