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 3E91A1382C5 for ; Mon, 30 Apr 2018 17:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54181E09C4; Mon, 30 Apr 2018 17:35:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2DECDE09C4 for ; Mon, 30 Apr 2018 17:35:40 +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 7AA05335C8A for ; Mon, 30 Apr 2018 17:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B993E29B for ; Mon, 30 Apr 2018 17:35:34 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525109724.e86aea9aeb7bea3d95dd2522bf8e6808543a39c1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/midori/metadata.xml www-client/midori/midori-0.5.11-r2.ebuild X-VCS-Directories: www-client/midori/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e86aea9aeb7bea3d95dd2522bf8e6808543a39c1 X-VCS-Branch: master Date: Mon, 30 Apr 2018 17:35:34 +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: 7c636cfa-d884-4696-96e6-63eec67127f2 X-Archives-Hash: 3f7a70f0a799f8cde6746567772182b7 commit: e86aea9aeb7bea3d95dd2522bf8e6808543a39c1 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Apr 30 17:34:54 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Apr 30 17:35:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86aea9a www-client/midori: Drop optional zeitgeist support Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-client/midori/metadata.xml | 1 - www-client/midori/midori-0.5.11-r2.ebuild | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/www-client/midori/metadata.xml b/www-client/midori/metadata.xml index de077023012..eedc283b9c4 100644 --- a/www-client/midori/metadata.xml +++ b/www-client/midori/metadata.xml @@ -7,6 +7,5 @@ Enable support for the elementary library dev-libs/granite - Add support for Zeitgeist event tracking system diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild index ae79ce8aacf..84149ddb07e 100644 --- a/www-client/midori/midori-0.5.11-r2.ebuild +++ b/www-client/midori/midori-0.5.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~mips x86 ~x86-fbsd" LICENSE="LGPL-2.1 MIT" SLOT="0" -IUSE="doc granite xscreensaver +jit zeitgeist" +IUSE="doc granite xscreensaver +jit" RDEPEND=" >=app-crypt/gcr-3:=[gtk] @@ -29,7 +29,6 @@ RDEPEND=" >=x11-libs/gtk+-3.10.0:3 >=net-libs/webkit-gtk-2.3.91:4[jit=] granite? ( >=dev-libs/granite-0.2 ) - zeitgeist? ( >=dev-libs/libzeitgeist-0.3.14 ) " DEPEND="${RDEPEND} ${PYTHON_DEPS} @@ -60,7 +59,6 @@ src_configure() { -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DUSE_APIDOCS="$(usex doc)" -DUSE_GRANITE="$(usex granite)" - -DUSE_ZEITGEIST="$(usex zeitgeist)" -DUSE_XSCREENSAVER="$(usex xscreensaver)" -DVALA_EXECUTABLE="${VALAC}" -DUSE_GTK3=ON