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 C959015815E for ; Tue, 6 Feb 2024 11:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B431E29C5; Tue, 6 Feb 2024 11:02: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2109CE29C5 for ; Tue, 6 Feb 2024 11:02: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03AB534308C for ; Tue, 6 Feb 2024 11:02:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2E514C6 for ; Tue, 6 Feb 2024 11:02:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707217355.0b1326b82302b24277f5491c9495e8ea4c24407c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libavif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libavif/libavif-0.10.1.ebuild media-libs/libavif/libavif-0.11.1.ebuild media-libs/libavif/libavif-1.0.1.ebuild media-libs/libavif/libavif-1.0.3.ebuild media-libs/libavif/libavif-9999.ebuild X-VCS-Directories: media-libs/libavif/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b1326b82302b24277f5491c9495e8ea4c24407c X-VCS-Branch: master Date: Tue, 6 Feb 2024 11:02:43 +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: 7a95730d-e29f-4c90-987f-ff58c99fc291 X-Archives-Hash: 4874445b67c9602d84aeb36620bbbcbe commit: 0b1326b82302b24277f5491c9495e8ea4c24407c Author: Michał Górny gentoo org> AuthorDate: Tue Feb 6 10:13:50 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 6 11:02:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1326b8 media-libs/libavif: Remove obsolete gnome2_gdk_pixbuf_savelist call Signed-off-by: Michał Górny gentoo.org> media-libs/libavif/libavif-0.10.1.ebuild | 6 ------ media-libs/libavif/libavif-0.11.1.ebuild | 6 ------ media-libs/libavif/libavif-1.0.1.ebuild | 6 ------ media-libs/libavif/libavif-1.0.3.ebuild | 6 ------ media-libs/libavif/libavif-9999.ebuild | 6 ------ 5 files changed, 30 deletions(-) diff --git a/media-libs/libavif/libavif-0.10.1.ebuild b/media-libs/libavif/libavif-0.10.1.ebuild index 9732d265e825..7046bbe5fc0b 100644 --- a/media-libs/libavif/libavif-0.10.1.ebuild +++ b/media-libs/libavif/libavif-0.10.1.ebuild @@ -75,12 +75,6 @@ multilib_src_configure() { cmake_src_configure } -pkg_preinst() { - if use gdk-pixbuf ; then - gnome2_gdk_pixbuf_savelist - fi -} - pkg_postinst() { if ! use aom && ! use rav1e && ! use svt-av1 ; then ewarn "No AV1 encoder is set," diff --git a/media-libs/libavif/libavif-0.11.1.ebuild b/media-libs/libavif/libavif-0.11.1.ebuild index 985b09144c69..5db185050183 100644 --- a/media-libs/libavif/libavif-0.11.1.ebuild +++ b/media-libs/libavif/libavif-0.11.1.ebuild @@ -78,12 +78,6 @@ multilib_src_configure() { cmake_src_configure } -pkg_preinst() { - if use gdk-pixbuf ; then - gnome2_gdk_pixbuf_savelist - fi -} - pkg_postinst() { if ! use aom && ! use rav1e && ! use svt-av1 ; then ewarn "No AV1 encoder is set," diff --git a/media-libs/libavif/libavif-1.0.1.ebuild b/media-libs/libavif/libavif-1.0.1.ebuild index acc0c3af8103..b59f71fb5377 100644 --- a/media-libs/libavif/libavif-1.0.1.ebuild +++ b/media-libs/libavif/libavif-1.0.1.ebuild @@ -79,12 +79,6 @@ multilib_src_configure() { cmake_src_configure } -pkg_preinst() { - if use gdk-pixbuf ; then - gnome2_gdk_pixbuf_savelist - fi -} - pkg_postinst() { if ! use aom && ! use rav1e && ! use svt-av1 ; then ewarn "No AV1 encoder is set," diff --git a/media-libs/libavif/libavif-1.0.3.ebuild b/media-libs/libavif/libavif-1.0.3.ebuild index acc0c3af8103..b59f71fb5377 100644 --- a/media-libs/libavif/libavif-1.0.3.ebuild +++ b/media-libs/libavif/libavif-1.0.3.ebuild @@ -79,12 +79,6 @@ multilib_src_configure() { cmake_src_configure } -pkg_preinst() { - if use gdk-pixbuf ; then - gnome2_gdk_pixbuf_savelist - fi -} - pkg_postinst() { if ! use aom && ! use rav1e && ! use svt-av1 ; then ewarn "No AV1 encoder is set," diff --git a/media-libs/libavif/libavif-9999.ebuild b/media-libs/libavif/libavif-9999.ebuild index b93c30cb3804..968df8e917da 100644 --- a/media-libs/libavif/libavif-9999.ebuild +++ b/media-libs/libavif/libavif-9999.ebuild @@ -79,12 +79,6 @@ multilib_src_configure() { cmake_src_configure } -pkg_preinst() { - if use gdk-pixbuf ; then - gnome2_gdk_pixbuf_savelist - fi -} - pkg_postinst() { if ! use aom && ! use rav1e && ! use svt-av1 ; then ewarn "No AV1 encoder is set,"