]> Netolish git repositories - gentoo-repo.git/commitdiff
Removed old versions.
authorJiří Netolický <netolish@netolish.cz>
Thu, 25 Jun 2026 09:32:08 +0000 (11:32 +0200)
committerJiří Netolický <netolish@netolish.cz>
Thu, 25 Jun 2026 09:32:33 +0000 (11:32 +0200)
gui-apps/swayimg/swayimg-5.0.ebuild [deleted file]
gui-apps/swayimg/swayimg-5.1.ebuild [deleted file]

diff --git a/gui-apps/swayimg/swayimg-5.0.ebuild b/gui-apps/swayimg/swayimg-5.0.ebuild
deleted file mode 100644 (file)
index 2d4a7fd..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-
-EAPI=8
-
-inherit meson xdg-utils
-#
-DESCRIPTION="Image viewer for Sway/Wayland"
-
-HOMEPAGE="https://github.com/artemsen/swayimg"
-
-SRC_URI="https://github.com/artemsen/swayimg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE="wayland gif heif jpeg jpegxl openexr png raw sixel svg tiff webp"
-
-RDEPEND="
-       heif? ( media-libs/libheif:= )
-       jpeg? ( media-libs/libjpeg-turbo:= )
-       jpegxl? ( media-libs/libjxl:= )
-       openexr? ( media-libs/openexr:= )
-       raw? ( media-libs/libraw:= )
-       png? ( media-libs/libpng:= )
-       sixel? ( media-libs/libsixel:= )
-       svg? ( gnome-base/librsvg:= )
-       tiff? ( media-libs/tiff:= )
-       webp? ( media-libs/libwebp:= )
-"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature heif)
-               $(meson_feature jpeg)
-               $(meson_feature png)
-               $(meson_feature raw)
-               $(meson_feature svg)
-               $(meson_feature tiff)
-               $(meson_feature webp)
-               $(meson_feature sixel)
-       )
-       meson_src_configure
-}
-
-src_compile() {
-       meson_src_compile
-}
-
-src_install() {
-       meson_install
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
diff --git a/gui-apps/swayimg/swayimg-5.1.ebuild b/gui-apps/swayimg/swayimg-5.1.ebuild
deleted file mode 100644 (file)
index 2d4a7fd..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-
-EAPI=8
-
-inherit meson xdg-utils
-#
-DESCRIPTION="Image viewer for Sway/Wayland"
-
-HOMEPAGE="https://github.com/artemsen/swayimg"
-
-SRC_URI="https://github.com/artemsen/swayimg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE="wayland gif heif jpeg jpegxl openexr png raw sixel svg tiff webp"
-
-RDEPEND="
-       heif? ( media-libs/libheif:= )
-       jpeg? ( media-libs/libjpeg-turbo:= )
-       jpegxl? ( media-libs/libjxl:= )
-       openexr? ( media-libs/openexr:= )
-       raw? ( media-libs/libraw:= )
-       png? ( media-libs/libpng:= )
-       sixel? ( media-libs/libsixel:= )
-       svg? ( gnome-base/librsvg:= )
-       tiff? ( media-libs/tiff:= )
-       webp? ( media-libs/libwebp:= )
-"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature heif)
-               $(meson_feature jpeg)
-               $(meson_feature png)
-               $(meson_feature raw)
-               $(meson_feature svg)
-               $(meson_feature tiff)
-               $(meson_feature webp)
-               $(meson_feature sixel)
-       )
-       meson_src_configure
-}
-
-src_compile() {
-       meson_src_compile
-}
-
-src_install() {
-       meson_install
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}