commit:     841a68fbf52e241d92e5146d2af146ab1140fccb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 09:59:32 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 10:56:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841a68fb

media-gfx/fotema: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-gfx/fotema/Manifest                |  3 --
 media-gfx/fotema/fotema-1.14.4-r1.ebuild | 89 -------------------------------
 media-gfx/fotema/fotema-1.18.3.ebuild    | 91 --------------------------------
 3 files changed, 183 deletions(-)

diff --git a/media-gfx/fotema/Manifest b/media-gfx/fotema/Manifest
index 3cfbef6d681d..62c69440eb4c 100644
--- a/media-gfx/fotema/Manifest
+++ b/media-gfx/fotema/Manifest
@@ -1,6 +1,3 @@
-DIST fotema-1.14.4.tar.xz 78458268 BLAKE2B 
4f8cc8f1ba3df27eca16b41e11ae947fe15b83321bc2da23f01a16012d862999a0cf6572353bc74cf2868a91404b199712b4f4d9df63ed87970469d57bb5be16
 SHA512 
189638c8d7e4466b1318ec06324cd1bfb3eaa36b9b7116b7e44a654d4cd09fb38961c0a5fa02469180f66844614555773e2306becd590eb7b8ba8fb074e9c3cc
-DIST fotema-1.18.3-crates.tar.xz 62354556 BLAKE2B 
6b8af1e6edf5efb751f60803b27e8001d916854bd7cdcf4e9a06bc21cfdd856e80ee58cc59fbd7750da5f159f3b231c597f4660534b65cb38dcc7421cd24213f
 SHA512 
811df7a370b500c1e1cb8e9218026bb30b17da3860a88d8972601459c9c54101c18a59885040a2306ccc7c18081a1c3e7148ebb8b9bd48d3dfdba86157345192
-DIST fotema-1.18.3.gh.tar.gz 8947271 BLAKE2B 
7e1ba24aa38b1bd8b1e8291fa0bfcb7aad5d36f366bb5a0cc7114c5d72cef3083918f6a28cfcee713bf8e079822ee61146e1ee508dd0740f53591878078534aa
 SHA512 
fa8bee36328b5a261eef7e1ef123dab724fb7521e77c5b8e3e4104d0693d4a16b486cc9f19149b6e4aeae8c598f910214a72c3d5ddb93cc1f74848f2100f66ec
 DIST fotema-1.19.0-crates.tar.xz 62327412 BLAKE2B 
099677191ca1634288d9f4e6055ddfaa3e6562d96fcd06dcc51aa1cb49fed648a61f60f2d47ac51c4fd97a8a238a8f064a8f9990768e2160fd9e002b4ffb978a
 SHA512 
11b7510aae15359e0b2bb95a7e5b4b973f1438328f8fea075264bfb16da50876c4bec5bd82c0af965c8fc9bb5c2d1126c03c077ebd0d1cda704e6b89daf504c2
 DIST fotema-1.19.0.gh.tar.gz 8950038 BLAKE2B 
131c013515b11ac068944e9d3c7e4ae1809ed75bf6d7d1eebdf10c09498d519363ab2b0d35b07a6f11c3e221d8665adf289ce9ff3f820585dd97b2065a5c1322
 SHA512 
4750028bd30a46f37a6ca85ff9d005dd99c4d4a0d1c0df60baadc094d9630bafeff21e898543c9ef41c612237fdfbe642f7abbbcb1fbd4c8c6d3dbed369f420f
 DIST fotema-rust-faces-43c0d5acd6f3f4d90c6487708f2e511a73bf7c9e.gh.tar.gz 
839519 BLAKE2B 
7ba344d55c5d108e63556dda32aaf60cfbd2b14a05e2965ca69e54e2aab578f6ba49f7a7b89d6c32cb5ace4b80f7a84247dcbb43a98d5d709895810798966b0b
 SHA512 
aac99659e2d82d342f52b5860d9f1e284e1658fa9e0986b1c54a81cc33f6391535a2773d79defc6a7bf1e52591dc91d91a1ef3742c38e599baed79975b42de51

diff --git a/media-gfx/fotema/fotema-1.14.4-r1.ebuild 
b/media-gfx/fotema/fotema-1.14.4-r1.ebuild
deleted file mode 100644
index 34219ad68ea2..000000000000
--- a/media-gfx/fotema/fotema-1.14.4-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo gnome2-utils meson xdg-utils
-
-DESCRIPTION="Photo gallery for Linux"
-HOMEPAGE="https://github.com/blissd/fotema";
-SRC_URI="
-       https://github.com/blissd/fotema/releases/download/v${PV}/${P}.tar.xz
-"
-
-# see LICENSES/
-LICENSE="
-       CC-BY-2.0 CC-BY-4.0 CC-BY-NC-SA-4.0 CC-BY-SA-4.0 CC0-1.0
-       FDL-1.3+ GPL-3+ MIT
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       >=dev-libs/glib-2.66:2
-       >=gui-libs/gtk-4.0.0:4
-"
-# indirect deps via crates
-DEPEND+="
-       dev-libs/openssl:=
-       gui-libs/libadwaita
-       media-libs/fontconfig
-       media-libs/graphene
-       media-libs/lcms:2
-       media-libs/libshumate:=
-       media-libs/opencv:=[contribdnn]
-       media-video/ffmpeg:=
-       sci-libs/onnx
-       sys-libs/libseccomp
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       x11-libs/pango
-"
-RDEPEND="
-       ${DEPEND}
-       media-libs/glycin-loaders
-"
-BDEPEND="
-       dev-libs/glib:2
-"
-
-ECARGO_VENDOR=${S}/vendor
-
-QA_FLAGS_IGNORED="/usr/bin/fotema"
-
-src_prepare() {
-       default
-
-       # patch the dependency on flatpak-spawn out (sigh)
-       find "${S}"/{core,src} -name '*.rs' \
-               -exec sed -i -e '/FlatpakSpawn/d' {} + || die
-}
-
-src_configure() {
-       cat >> "${ECARGO_HOME}/config.toml" <<-EOF || die
-
-               
[source."git+https://github.com/blissd/rust-faces.git?branch=patch";]
-               git = "https://github.com/blissd/rust-faces.git";
-               branch = "patch"
-               replace-with = "gentoo"
-       EOF
-
-       local emesonargs=(
-               -Dprofile=$(usex debug development default)
-       )
-
-       meson_src_configure
-       ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die
-
-       export ORT_STRATEGY=system
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-       xdg_icon_cache_update
-}

diff --git a/media-gfx/fotema/fotema-1.18.3.ebuild 
b/media-gfx/fotema/fotema-1.18.3.ebuild
deleted file mode 100644
index 33bdf6a09676..000000000000
--- a/media-gfx/fotema/fotema-1.18.3.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-"
-
-declare -A GIT_CRATES=(
-       
[rust-faces]='https://github.com/blissd/fotema-rust-faces;43c0d5acd6f3f4d90c6487708f2e511a73bf7c9e;fotema-rust-faces-%commit%'
-)
-
-inherit cargo gnome2-utils meson xdg-utils
-
-CRATE_P=${P}
-DESCRIPTION="Photo gallery for Linux"
-HOMEPAGE="https://github.com/blissd/fotema";
-SRC_URI="
-       https://github.com/blissd/fotema/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-       ${CARGO_CRATE_URIS}
-"
-if [[ ${PKGBUMPING} != ${PVR} ]]; then
-       SRC_URI+="
-               https://dev.gentoo.org/~mgorny/dist/${CRATE_P}-crates.tar.xz
-       "
-fi
-
-# see LICENSES/
-LICENSE="
-       CC-BY-2.0 CC-BY-4.0 CC-BY-NC-SA-4.0 CC-BY-SA-4.0 CC0-1.0
-       FDL-1.3+ GPL-3+ MIT
-"
-# Dependent crate licenses
-LICENSE+="
-       Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 ISC MIT
-       MPL-2.0 Unicode-3.0 WTFPL-2 ZLIB
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       >=dev-libs/glib-2.66:2
-       >=gui-libs/gtk-4.16:4
-"
-# indirect deps via crates
-DEPEND+="
-       dev-libs/openssl:=
-       gui-libs/libadwaita
-       media-libs/fontconfig
-       media-libs/graphene
-       media-libs/lcms:2
-       media-libs/libshumate:=
-       media-libs/opencv:=[contribdnn]
-       media-video/ffmpeg:=
-       sci-libs/onnx
-       sys-libs/libseccomp
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       x11-libs/pango
-"
-RDEPEND="
-       ${DEPEND}
-       media-libs/glycin-loaders
-"
-BDEPEND="
-       dev-libs/glib:2
-"
-
-QA_FLAGS_IGNORED="/usr/bin/fotema"
-
-src_configure() {
-       local emesonargs=(
-               -Dprofile=$(usex debug development default)
-       )
-
-       meson_src_configure
-       ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die
-
-       export ORT_STRATEGY=system
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-       xdg_icon_cache_update
-}

Reply via email to