commit: 57e80962d7069a06529f9a0c68d62822c335e0ba Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Wed Oct 8 20:03:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 9 07:00:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e80962
media-gfx/frogr: drop 1.7-r1 Closes: https://bugs.gentoo.org/963922 Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/44102 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/frogr/Manifest | 1 - media-gfx/frogr/frogr-1.7-r1.ebuild | 45 ------------------------------------- 2 files changed, 46 deletions(-) diff --git a/media-gfx/frogr/Manifest b/media-gfx/frogr/Manifest index fb9aee1f39a6..26a5b771b4ae 100644 --- a/media-gfx/frogr/Manifest +++ b/media-gfx/frogr/Manifest @@ -1,2 +1 @@ -DIST frogr-1.7.tar.xz 2247476 BLAKE2B 16b5c546b61234310390f4dadee0094e671f141121023833123e57de7f90666a38a117dedece0cba53a1500e8bce20e79dd690c598e010327a32aee7b11afe1a SHA512 73531186dbe3fdb4b937d54c02b471b444bac059de4ea02913b5fef255816af0b0ef89bbb449e443ee5b50f0d156960efe190f5988a1a50f8ecfe2eb1e10b89f DIST frogr-1.8.1.tar.xz 2250676 BLAKE2B 812927e509ee40c004c31cffb5fa028dc5f654d82380666c87a9be861775df8e74ffd188420ffadd8de0a5ee339248ef2a7a0da692a6323ac3ab1ec42c8bbec9 SHA512 24c15f81e3a97cff16001353a311d2ca2be5e3ca94730075db52fdf91e85c093962f3963e7f5dde387bb64e860985d1a7ca7a303533d4898263312e67e518796 diff --git a/media-gfx/frogr/frogr-1.7-r1.ebuild b/media-gfx/frogr/frogr-1.7-r1.ebuild deleted file mode 100644 index 934167635045..000000000000 --- a/media-gfx/frogr/frogr-1.7-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg - -DESCRIPTION="flickr applications for GNOME" -HOMEPAGE="https://live.gnome.org/Frogr" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-libs/glib-2.44:2 - >=dev-libs/json-glib-1.2 - >=dev-libs/libgcrypt-1.5:= - >=dev-libs/libxml2-2.6.8:2= - media-libs/gstreamer:1.0 - >=media-libs/libexif-0.6.14 - >=net-libs/libsoup-2.34:2.4 - >=x11-libs/gtk+-3.16:3[introspection] - x11-libs/gdk-pixbuf:2 -" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND=" - dev-util/itstool - >=sys-devel/gettext-0.19.7 - virtual/pkgconfig -" -# TODO add a useflag for enable-video or header-bar??? - -pkg_postinst() { - xdg_pkg_postinst - xdg_icon_cache_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - xdg_icon_cache_update - gnome2_schemas_update -}
