From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5771E1396D9 for ; Fri, 20 Oct 2017 17:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A09352BC011; Fri, 20 Oct 2017 17:50:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F8E42BC011 for ; Fri, 20 Oct 2017 17:50:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDF7833BF3C for ; Fri, 20 Oct 2017 17:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EDFB324 for ; Fri, 20 Oct 2017 17:50:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1508521819.a0ad3be9232134f04b2e45d6e8989ba43a4420ea.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a0ad3be9232134f04b2e45d6e8989ba43a4420ea X-VCS-Branch: master Date: Fri, 20 Oct 2017 17:50:29 +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: ad5ccdde-a124-4591-8446-a13c894333db X-Archives-Hash: 950b9f0fbc880c8c6997897316c95918 commit: a0ad3be9232134f04b2e45d6e8989ba43a4420ea Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 20 17:50:19 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 20 17:50:19 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a0ad3be9 www-client/falkon: Drop QUPZILLA_PLUGINS They are not on kde resources and not meant for falkon. Package-Manager: Portage-2.3.12, Repoman-2.3.3 www-client/falkon/falkon-9999.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 4f40dc5a2d..28efdd3e34 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -3,9 +3,6 @@ EAPI=6 -PLUGINS_HASH="80fea7df7765fdf9c9c64fdb667052b25f1c0a22" -PLUGINS_VERSION="2017.03.26" # if there are no updates, we can use the older archive - KDE_TEST="forceoptional-recursive" KDE_TESTPATTERN="tests\/autotests" QT_MINIMAL="5.9.2" @@ -13,7 +10,6 @@ inherit kde5 DESCRIPTION="Cross-platform web browser using QtWebEngine" HOMEPAGE="https://www.qupzilla.com/" -SRC_URI+=" https://github.com/QupZilla/qupzilla-plugins/archive/${PLUGINS_HASH}.tar.gz -> qupzilla-plugins-${PLUGINS_VERSION}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -50,17 +46,6 @@ RDEPEND="${COMMON_RDEPEND} DOCS=( BUILDING.md CHANGELOG README.md ) -src_unpack() { - kde5_src_unpack - [[ ${KDE_BUILD_TYPE} = live && -n ${A} ]] && default -} - -src_prepare() { - kde5_src_prepare - # get extra plugins into qupzilla build tree - mv "${WORKDIR}"/qupzilla-plugins-${PLUGINS_HASH}/plugins/* "${S}"/src/plugins/ || die -} - src_configure() { local mycmakeargs=( -DDISABLE_DBUS=$(usex !dbus)