public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/
Date: Fri, 14 Oct 2022 14:29:14 +0000 (UTC)	[thread overview]
Message-ID: <1665757743.75e6ef46e0a47d9dafb0155f1dff37387eee02d0.mattst88@gentoo> (raw)

commit:     75e6ef46e0a47d9dafb0155f1dff37387eee02d0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 04:41:21 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 14:29:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e6ef46

gui-libs/gdk-pixbuf-loader-webp: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gui-libs/gdk-pixbuf-loader-webp/Manifest           |  1 -
 .../gdk-pixbuf-loader-webp-0.0.4.ebuild            | 45 ----------------------
 2 files changed, 46 deletions(-)

diff --git a/gui-libs/gdk-pixbuf-loader-webp/Manifest b/gui-libs/gdk-pixbuf-loader-webp/Manifest
index 6e9224ea3d0f..bd5bf805aa0a 100644
--- a/gui-libs/gdk-pixbuf-loader-webp/Manifest
+++ b/gui-libs/gdk-pixbuf-loader-webp/Manifest
@@ -1,2 +1 @@
-DIST gdk-pixbuf-loader-webp-0.0.4.tar.gz 23252 BLAKE2B d57aec7af7a5077caab054399a7b69b828680d16adc043ad420ea24648ae07c4879063479e5317cc35929f0b1f31fabc97a2ec32cda9d80f5ad64f07ad99c987 SHA512 2d67a0d56f248ae48b3f3500859cccf8fd358d0377c3a65e17018f849d77d28ac9ecc471709a84502baf26284e4dd5d9ef3045270de60de6be8e276eb4e54780
 DIST gdk-pixbuf-loader-webp-0.0.6.tar.gz 23691 BLAKE2B 0d9ca0898bfd7f1df79883825f0e4f37c3fca578b8424f80a7024c4906567492d1c1dbf5165bd8864ac56a3d6babeb6c8cadd9557e158f355549f70b76c44666 SHA512 983adca9d7b8542e7f657cbd6194275775aa330e8f7de1575cd68f666a2f17db6065434b5e595daba986986d4b276a349937d7dc2f662d82a27ae1d9f6fbb70d

diff --git a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
deleted file mode 100644
index eae0116ac185..000000000000
--- a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson-multilib
-
-DESCRIPTION="WebP GDK Pixbuf Loader library"
-HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader"
-SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/webp-pixbuf-loader-${PV}"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
-	>x11-libs/gdk-pixbuf-2.22.0:2[${MULTILIB_USEDEP}]
-	>media-libs/libwebp-0.4.3:=[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	default
-	# Drop handling of pixbuf cache update by upstream
-	sed -e '/query_loaders/d' -i meson.build || die
-}
-
-pkg_preinst() {
-	gnome2_gdk_pixbuf_savelist
-}
-
-pkg_postinst() {
-	# causes segfault if set, see bug 375615
-	unset __GL_NO_DSO_FINALIZER
-	multilib_foreach_abi gnome2_gdk_pixbuf_update
-}
-
-pkg_postrm() {
-	# causes segfault if set, see bug 375615
-	unset __GL_NO_DSO_FINALIZER
-	multilib_foreach_abi gnome2_gdk_pixbuf_update
-}


             reply	other threads:[~2022-10-14 14:29 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14 14:29 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/ Arthur Zamarin
2024-05-18  9:26 Pacho Ramos
2024-05-18  9:26 Pacho Ramos
2024-03-13 22:55 Mart Raudsepp
2024-03-12 21:50 Arthur Zamarin
2024-03-12 21:49 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-10 18:53 Arthur Zamarin
2024-02-10 18:53 Arthur Zamarin
2024-02-06 11:02 Michał Górny
2023-10-08 13:52 Pacho Ramos
2023-07-27 10:22 WANG Xuerui
2022-12-22 11:13 Arthur Zamarin
2022-12-17  6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-16 20:37 Arthur Zamarin
2022-12-02 15:44 Matt Turner
2022-11-14  6:53 Arthur Zamarin
2022-11-10  0:33 Yixun Lan
2022-11-09 14:11 Matt Turner
2022-10-28 15:15 Pacho Ramos
2022-09-28 16:29 Arthur Zamarin
2022-09-19  1:38 Sam James
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-07-20 14:29 Pacho Ramos
2022-06-10 11:08 Pacho Ramos
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:45 Sam James
2022-05-28  5:05 Sam James
2022-05-04 16:02 Pacho Ramos
2021-11-06  4:09 Sam James
2021-11-06  3:58 Sam James
2021-10-04  1:25 Sam James
2021-10-04  1:24 Sam James
2021-09-07  2:57 Sam James
2021-09-07  2:57 Sam James
2021-09-07  2:57 Sam James
2021-09-07  2:56 Sam James
2021-09-07  2:56 Sam James
2021-09-07  2:56 Sam James
2021-09-07  2:50 Sam James
2021-09-07  2:48 Sam James
2021-09-06 13:05 Pacho Ramos
2021-08-10  6:43 Agostino Sarubbo
2021-08-10  6:42 Agostino Sarubbo
2021-08-09  1:18 Sam James
2021-08-09  1:18 Sam James
2021-06-08 23:25 Sam James
2021-03-06 21:39 Mart Raudsepp
2021-03-06 21:32 Mart Raudsepp
2021-03-06 21:32 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665757743.75e6ef46e0a47d9dafb0155f1dff37387eee02d0.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox