From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8872313821A for ; Sat, 21 Jul 2012 20:01:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5DC2E073C; Sat, 21 Jul 2012 15:24:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9868BE073C for ; Sat, 21 Jul 2012 15:24:14 +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 08F7A1B4111 for ; Sat, 21 Jul 2012 15:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BA723E5434 for ; Sat, 21 Jul 2012 15:24:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1342883729.0b2bc7c0988af861a2d6abaf054fddcf0b6347ec.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: 0b2bc7c0988af861a2d6abaf054fddcf0b6347ec X-VCS-Branch: master Date: Sat, 21 Jul 2012 15:24:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: af5111c9-ff3c-4ad7-aafb-a49abc7873a0 X-Archives-Hash: 713a4640c5b82aafbbfc9132879e9f64 commit: 0b2bc7c0988af861a2d6abaf054fddcf0b6347ec Author: Johannes Huber gentoo org> AuthorDate: Sat Jul 21 15:15:14 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jul 21 15:15:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0b2bc7c0 [www-client/rekonq] Removed, newer version in tree. (Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit) --- www-client/rekonq/rekonq-0.9.90.ebuild | 42 -------------------------------- 1 files changed, 0 insertions(+), 42 deletions(-) diff --git a/www-client/rekonq/rekonq-0.9.90.ebuild b/www-client/rekonq/rekonq-0.9.90.ebuild deleted file mode 100644 index 2cc5c42..0000000 --- a/www-client/rekonq/rekonq-0.9.90.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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=4 - -WEBKIT_REQUIRED="always" -QT_MINIMAL="4.8" -KDE_MINIMAL="4.7" -KDE_SCM="git" -KDE_LINGUAS="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="optional" -VIRTUALX_REQUIRED=test -inherit kde4-base - -DESCRIPTION="A browser based on qt-webkit" -HOMEPAGE="http://rekonq.kde.org/" -[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - >=x11-libs/qt-dbus-${QT_MINIMAL}:4 -" -RDEPEND="${DEPEND}" - -# Almost all test fails -RESTRICT="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 -}