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 18518138334 for ; Thu, 31 Jan 2019 02:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC28E0957; Thu, 31 Jan 2019 02:43:32 +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 C0A44E0957 for ; Thu, 31 Jan 2019 02:43:31 +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 6B73C335D0E for ; Thu, 31 Jan 2019 02:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3DF44D9 for ; Thu, 31 Jan 2019 02:43:27 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1548902589.7d96f540a6eca0c564016199908f15d0c0a21eea.jsbronder@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-1.5.2-r1.ebuild www-client/qutebrowser/qutebrowser-1.5.2.ebuild www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 7d96f540a6eca0c564016199908f15d0c0a21eea X-VCS-Branch: master Date: Thu, 31 Jan 2019 02:43:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5e716e9-b254-4e84-a9d9-9de75d71a6fe X-Archives-Hash: daa9595da7708526477e6b8be98e0b05 commit: 7d96f540a6eca0c564016199908f15d0c0a21eea Author: Jay Kamat gmail com> AuthorDate: Wed Jan 30 07:14:06 2019 +0000 Commit: Justin Bronder gentoo org> CommitDate: Thu Jan 31 02:43:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d96f540 www-client/qutebrowser: Force libyaml use flag on for pyyaml dependency Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jay Kamat gmail.com> Signed-off-by: Justin Bronder gentoo.org> .../{qutebrowser-1.5.2.ebuild => qutebrowser-1.5.2-r1.ebuild} | 8 ++------ www-client/qutebrowser/qutebrowser-9999.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-1.5.2.ebuild b/www-client/qutebrowser/qutebrowser-1.5.2-r1.ebuild similarity index 93% rename from www-client/qutebrowser/qutebrowser-1.5.2.ebuild rename to www-client/qutebrowser/qutebrowser-1.5.2-r1.ebuild index 2ac3df7f628..9870584a71b 100644 --- a/www-client/qutebrowser/qutebrowser-1.5.2.ebuild +++ b/www-client/qutebrowser/qutebrowser-1.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ RDEPEND="${COMMON_DEPEND} >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}] >=dev-python/pypeg2-2.15.2[${PYTHON_USEDEP}] >=dev-python/PyQt5-5.7.1[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,webengine,widgets] - >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.12[${PYTHON_USEDEP},libyaml] " # Tests restricted as the deplist (misc/requirements/requirements-tests.txt) @@ -58,10 +58,6 @@ python_install_all() { distutils-r1_python_install_all } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { optfeature "PDF display support" www-plugins/pdfjs xdg_desktop_database_update diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 2ac3df7f628..9870584a71b 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ RDEPEND="${COMMON_DEPEND} >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}] >=dev-python/pypeg2-2.15.2[${PYTHON_USEDEP}] >=dev-python/PyQt5-5.7.1[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,webengine,widgets] - >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.12[${PYTHON_USEDEP},libyaml] " # Tests restricted as the deplist (misc/requirements/requirements-tests.txt) @@ -58,10 +58,6 @@ python_install_all() { distutils-r1_python_install_all } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { optfeature "PDF display support" www-plugins/pdfjs xdg_desktop_database_update