From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Spowy-0005wg-8W for garchives@archives.gentoo.org; Fri, 13 Jul 2012 23:07:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05345E0508; Fri, 13 Jul 2012 23:06:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C677EE0508 for ; Fri, 13 Jul 2012 23:06:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 067AA1B4132 for ; Fri, 13 Jul 2012 23:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BCAFAE5433 for ; Fri, 13 Jul 2012 23:06:49 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1342220784.5939465af2fb23674b9513ad1f973949f9f30204.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/rekonq/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/rekonq/rekonq-0.9.90.ebuild X-VCS-Directories: www-client/rekonq/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5939465af2fb23674b9513ad1f973949f9f30204 X-VCS-Branch: master Date: Fri, 13 Jul 2012 23:06:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3c603f88-43d1-43c3-b0cb-2ed228c28f5d X-Archives-Hash: 385bf12106c1273b441cab7758cd53ce commit: 5939465af2fb23674b9513ad1f973949f9f30204 Author: Johannes Huber gentoo org> AuthorDate: Fri Jul 13 23:06:24 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Jul 13 23:06:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D5939465a [www-client/rekonq] Version bump. (Portage version: 2.2.0_alpha117/git/Linux x86_64, unsigned Manifest comm= it) --- www-client/rekonq/rekonq-0.9.90.ebuild | 42 ++++++++++++++++++++++++++= ++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/www-client/rekonq/rekonq-0.9.90.ebuild b/www-client/rekonq/r= ekonq-0.9.90.ebuild new file mode 100644 index 0000000..2cc5c42 --- /dev/null +++ b/www-client/rekonq/rekonq-0.9.90.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-0.9.2.ebuild= ,v 1.3 2012/05/24 10:53:47 ago Exp $ + +EAPI=3D4 + +WEBKIT_REQUIRED=3D"always" +QT_MINIMAL=3D"4.8" +KDE_MINIMAL=3D"4.7" +KDE_SCM=3D"git" +KDE_LINGUAS=3D"bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi = fr ga gl +hu is it ja km ko lt nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian +sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW" +KDE_HANDBOOK=3D"optional" +VIRTUALX_REQUIRED=3Dtest +inherit kde4-base + +DESCRIPTION=3D"A browser based on qt-webkit" +HOMEPAGE=3D"http://rekonq.kde.org/" +[[ ${PV} !=3D *9999* ]] && SRC_URI=3D"mirror://sourceforge/${PN}/${P}.ta= r.bz2" + +LICENSE=3D"GPL-3" +SLOT=3D"4" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"debug" + +DEPEND=3D" + >=3Dx11-libs/qt-dbus-${QT_MINIMAL}:4 +" +RDEPEND=3D"${DEPEND}" + +# Almost all test fails +RESTRICT=3D"test" + +src_prepare() { + # KDE_LINGUAS is also used to install appropriate handbooks + # since there is no en_US 'translation', it cannot be added + # hence making this impossible to install + mv doc/en_US doc/en || die "doc move failed" + sed -i -e 's/en_US/en/' doc/CMakeLists.txt || die "sed failed" + kde4-base_src_prepare +}