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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3928E158041 for ; Mon, 11 Mar 2024 23:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC3E2E2A23; Mon, 11 Mar 2024 23:02:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1F9EE2A23 for ; Mon, 11 Mar 2024 23:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D370833BF3C for ; Mon, 11 Mar 2024 23:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6087B1515 for ; Mon, 11 Mar 2024 23:02:09 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1710198082.428f7f0c8f19ad11a0344426b001890073022435.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-news/gfeeds/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-news/gfeeds/gfeeds-2.2.0.ebuild X-VCS-Directories: net-news/gfeeds/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 428f7f0c8f19ad11a0344426b001890073022435 X-VCS-Branch: dev Date: Mon, 11 Mar 2024 23:02:09 +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: 7148f871-430e-4fdf-96ed-3ff0ebfe9ea4 X-Archives-Hash: 84957d7f98fed2d8ed97783df46e5e09 commit: 428f7f0c8f19ad11a0344426b001890073022435 Author: Julien Roy jroy ca> AuthorDate: Mon Mar 11 22:59:00 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Mar 11 23:01:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=428f7f0c net-news/gfeeds: drop debug USE flag Caused compilation failure Signed-off-by: Julien Roy jroy.ca> net-news/gfeeds/gfeeds-2.2.0.ebuild | 66 ++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/net-news/gfeeds/gfeeds-2.2.0.ebuild b/net-news/gfeeds/gfeeds-2.2.0.ebuild index da62fc5498..77182f7617 100644 --- a/net-news/gfeeds/gfeeds-2.2.0.ebuild +++ b/net-news/gfeeds/gfeeds-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,57 +17,55 @@ PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/humanize[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/python-magic[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/readability-lxml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ') - dev-util/blueprint-compiler - gui-libs/gtk:4 - gui-libs/libadwaita - net-libs/syndication-domination[python] - net-libs/webkit-gtk:6 + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/html5lib[${PYTHON_USEDEP}] + dev-python/humanize[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/python-magic[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/readability-lxml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ') + dev-util/blueprint-compiler + gui-libs/gtk:4 + gui-libs/libadwaita + net-libs/syndication-domination[python] + net-libs/webkit-gtk:6 " RDEPEND="${DEPEND}" BDEPEND=">=dev-build/meson-0.58" src_configure() { - local emesonargs=( - --buildtype $(usex debug debug release) - --prefix=/usr - ) - meson_src_configure + local emesonargs=( + --prefix=/usr + ) + meson_src_configure } src_compile() { - meson_src_compile + meson_src_compile } src_install() { - meson_src_install - python_fix_shebang "${D}"/usr/bin/gfeeds + meson_src_install + python_fix_shebang "${D}"/usr/bin/gfeeds } pkg_postinst() { - gnome2_schemas_update - xdg_icon_cache_update - xdg_desktop_database_update + gnome2_schemas_update + xdg_icon_cache_update + xdg_desktop_database_update } pkg_postrm() { - gnome2_schemas_update - xdg_icon_cache_update - xdg_desktop_database_update + gnome2_schemas_update + xdg_icon_cache_update + xdg_desktop_database_update } 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A5F6158041 for ; Tue, 12 Mar 2024 00:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B449B2BC013; Tue, 12 Mar 2024 00:18:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E0C5E2A48 for ; Tue, 12 Mar 2024 00:18:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89C4D341B52 for ; Tue, 12 Mar 2024 00:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D005A1521 for ; Tue, 12 Mar 2024 00:18:41 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1710198082.428f7f0c8f19ad11a0344426b001890073022435.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-news/gfeeds/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-news/gfeeds/gfeeds-2.2.0.ebuild X-VCS-Directories: net-news/gfeeds/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 428f7f0c8f19ad11a0344426b001890073022435 X-VCS-Branch: master Date: Tue, 12 Mar 2024 00:18:41 +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: 4e2fcb42-c15b-4264-aaf4-4ba7162fd483 X-Archives-Hash: 3df6dc642bb3c2d16e2222263847d30e Message-ID: <20240312001841.tsqFtWIHUH9VX7wBJQsUWFBkx6qN5RKFObDA434ReR0@z> commit: 428f7f0c8f19ad11a0344426b001890073022435 Author: Julien Roy jroy ca> AuthorDate: Mon Mar 11 22:59:00 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Mar 11 23:01:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=428f7f0c net-news/gfeeds: drop debug USE flag Caused compilation failure Signed-off-by: Julien Roy jroy.ca> net-news/gfeeds/gfeeds-2.2.0.ebuild | 66 ++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/net-news/gfeeds/gfeeds-2.2.0.ebuild b/net-news/gfeeds/gfeeds-2.2.0.ebuild index da62fc5498..77182f7617 100644 --- a/net-news/gfeeds/gfeeds-2.2.0.ebuild +++ b/net-news/gfeeds/gfeeds-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,57 +17,55 @@ PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/humanize[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/python-magic[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/readability-lxml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ') - dev-util/blueprint-compiler - gui-libs/gtk:4 - gui-libs/libadwaita - net-libs/syndication-domination[python] - net-libs/webkit-gtk:6 + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/html5lib[${PYTHON_USEDEP}] + dev-python/humanize[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/python-magic[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/readability-lxml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ') + dev-util/blueprint-compiler + gui-libs/gtk:4 + gui-libs/libadwaita + net-libs/syndication-domination[python] + net-libs/webkit-gtk:6 " RDEPEND="${DEPEND}" BDEPEND=">=dev-build/meson-0.58" src_configure() { - local emesonargs=( - --buildtype $(usex debug debug release) - --prefix=/usr - ) - meson_src_configure + local emesonargs=( + --prefix=/usr + ) + meson_src_configure } src_compile() { - meson_src_compile + meson_src_compile } src_install() { - meson_src_install - python_fix_shebang "${D}"/usr/bin/gfeeds + meson_src_install + python_fix_shebang "${D}"/usr/bin/gfeeds } pkg_postinst() { - gnome2_schemas_update - xdg_icon_cache_update - xdg_desktop_database_update + gnome2_schemas_update + xdg_icon_cache_update + xdg_desktop_database_update } pkg_postrm() { - gnome2_schemas_update - xdg_icon_cache_update - xdg_desktop_database_update + gnome2_schemas_update + xdg_icon_cache_update + xdg_desktop_database_update }