]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
x11-libs/gdk-pixbuf-loader-webp: Remove package.
authorNick Bowler <nbowler@draconx.ca>
Tue, 16 Nov 2021 02:38:44 +0000 (21:38 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 16 Nov 2021 02:38:44 +0000 (21:38 -0500)
This is in the main tree now as gui-libs/gdk-pixbuf-loader-webp.

x11-libs/gdk-pixbuf-loader-webp/Manifest [deleted file]
x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild [deleted file]
x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild [deleted file]

diff --git a/x11-libs/gdk-pixbuf-loader-webp/Manifest b/x11-libs/gdk-pixbuf-loader-webp/Manifest
deleted file mode 100644 (file)
index 5754b3f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST webp-pixbuf-loader-0.0.1.tar.gz 8212 BLAKE2B 20b2f32ca0885069e185c415e10119f6f65b73131b4928e6db95fa9f92f9ec53bd3fd5fbc4708370dfaee68df4c8052d2df76c6e0c0a6267240f7804db8e33f8 SHA512 f3fa859221fdc5277c951e09448dea6078ca4825de06b319e33e86b59db1201616ca4a706d5114e431719584d5a0766a7706c4192dbc384441efb1799d9e40ec
-DIST webp-pixbuf-loader-0.0.2.tar.gz 8556 BLAKE2B ef7b316465a374b13bb6304721437e0469b4efa02bc5df92cac8c25681b92aa8211f189e2151acb771aea6885008b0e5721467d7b0219c93894ecbbe10142dfe SHA512 6a838173f535687e0701b761cc4118f0648f3696177b473bdc9a9a36f9137cef35752239f190569f6168ec6180c5e023953271a0db226ed269a8b8a85d400907
-EBUILD gdk-pixbuf-loader-webp-0.0.1.ebuild 1141 BLAKE2B 71e460699affdc52c6b36ccb2579556bbc615586e142bcf67a2a22d1b93000ca7c8d5c66797acac5ec515321f90deef559740187c045f339c5e44828fae0cf61 SHA512 6f25615a382bc99c06ee1ce044441f4a60bfe36923bc543a3b90a370ae6d2f81a16ed144c90cf09d0d007e7dad74ed759dab3eff6c93a7907ba295ad56f6a017
-EBUILD gdk-pixbuf-loader-webp-0.0.2.ebuild 1245 BLAKE2B 0da80337375d83fd7165ea38217ad17278749918a39856740512d9fa1d02e66018733db6d51aa95b7a7ca020aeec417311e26308b1031fee4dba4a880fc69019 SHA512 1bd4e6c71fae646b2e1f6206e36758b44379890c4fd8ccd6ce309bb476fcab5b5a32044ce9455c90f6c8b1f1a9896ceb980a4570e5a61404c55800927f0a02ee
diff --git a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.1.ebuild
deleted file mode 100644 (file)
index 22c245d..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright © 2020-2021 Nick Bowler
-# License GPLv3+: GNU General Public License version 3 or any later version.
-# This is free software: you are free to change and redistribute it.
-# There is NO WARRANTY, to the extent permitted by law.
-
-EAPI=7
-
-inherit meson toolchain-funcs gnome2-utils multilib-minimal
-
-MY_PN=webp-pixbuf-loader
-MY_P=$MY_PN-$PV
-
-DESCRIPTION="WebP loader for GdkPixbuf"
-HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader/"
-SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/$PV.tar.gz -> $MY_P.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="media-libs/libwebp:=[$MULTILIB_USEDEP]
-       x11-libs/gdk-pixbuf[$MULTILIB_USEDEP]"
-DEPEND=$RDEPEND
-
-S=$WORKDIR/$MY_P
-
-multilib_src_configure () {
-       meson_src_configure
-}
-
-multilib_src_compile () {
-       meson_src_compile
-}
-
-multilib_src_install () {
-       local pkgconf=`tc-getPKG_CONFIG`
-       local moduledir=`$pkgconf --variable=gdk_pixbuf_moduledir gdk-pixbuf-2.0`
-
-       exeinto "$moduledir"
-       doexe libpixbufloader-webp.so
-}
-
-pkg_preinst () {
-       gnome2_gdk_pixbuf_savelist
-}
-
-pkg_postrm () {
-       gnome2_gdk_pixbuf_update
-}
-
-pkg_postinst () {
-       gnome2_gdk_pixbuf_update
-}
diff --git a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild b/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
deleted file mode 100644 (file)
index 15df74e..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright © 2020-2021 Nick Bowler
-# License GPLv3+: GNU General Public License version 3 or any later version.
-# This is free software: you are free to change and redistribute it.
-# There is NO WARRANTY, to the extent permitted by law.
-
-EAPI=7
-
-inherit meson toolchain-funcs gnome2-utils multilib-minimal
-
-MY_PN=webp-pixbuf-loader
-MY_P=$MY_PN-$PV
-
-DESCRIPTION="WebP loader for GdkPixbuf"
-HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader/"
-SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/$PV.tar.gz -> $MY_P.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="media-libs/libwebp:=[$MULTILIB_USEDEP]
-       x11-libs/gdk-pixbuf[$MULTILIB_USEDEP]"
-DEPEND=$RDEPEND
-
-S=$WORKDIR/$MY_P
-
-multilib_src_configure () {
-       meson_src_configure
-}
-
-multilib_src_compile () {
-       meson_src_compile
-}
-
-multilib_src_install () {
-       local pkgconf=`tc-getPKG_CONFIG`
-       local moduledir=`$pkgconf --variable=gdk_pixbuf_moduledir gdk-pixbuf-2.0`
-
-       exeinto "$moduledir"
-       doexe libpixbufloader-webp.so
-
-       if multilib_is_native_abi; then
-               insinto /usr/share/thumbnailers
-               doins webp-pixbuf.thumbnailer
-       fi
-}
-
-pkg_preinst () {
-       gnome2_gdk_pixbuf_savelist
-}
-
-pkg_postrm () {
-       gnome2_gdk_pixbuf_update
-}
-
-pkg_postinst () {
-       gnome2_gdk_pixbuf_update
-}