From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/
Date: Wed, 16 Aug 2023 22:32:14 +0000 (UTC) [thread overview]
Message-ID: <1692225120.51c8613a602f6abaefe6d5277f937ac049b5f101.mattst88@gentoo> (raw)
commit: 51c8613a602f6abaefe6d5277f937ac049b5f101
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 22:25:03 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 22:32:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c8613a
media-gfx/eog: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-gfx/eog/Manifest | 1 -
media-gfx/eog/eog-44.1.ebuild | 77 -------------------------------------------
2 files changed, 78 deletions(-)
diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 189edc61b0c2..c4e30af3b4a2 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,4 +1,3 @@
-DIST eog-44.1.tar.xz 4655216 BLAKE2B 1d4f2fafa84f7fc854c5a76d253926541f11dbe145046f13d777ec6062c6c4c6afa4ed603532c5071ada13c12e27fc86335e16d4d596567f352b878dc4f16f86 SHA512 2791466d186bb9ae8a6822e7a9e93d4b76ab1030a5bc0dc61858030622ec3cb74a6b674d65f6fb6e16b9c1eda9d320ac50479e04822209865f004ac1a729b02e
DIST eog-44.2.tar.xz 4654888 BLAKE2B 3618614e54107d4681cb6f029158023da45f587af20b81f046bf3db84c53b6468a5d0c988331ba4d4f8f8ed4a99fe5e92cd7b3c136ddb143d6058723eab4d6ca SHA512 30695401355c94b4b516a3832c61b761efeb5288f0264c7d3b243f9fa028d6daa4f6ec4761041cff78821d080b4ff3826fc31a08b95e095251d278eddd1f8433
DIST eog-44.3.tar.xz 4654864 BLAKE2B 1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1 SHA512 088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
DIST eog-45.alpha.tar.xz 4656468 BLAKE2B d2d0e34fffc8fede8af4b93baf0302dd3e184805fc155338422654323f059b96c2bd61b86b39db635e5fd9e87cc164ee544f21b5907cb9cd9bc19c7b24e341f2 SHA512 2a690850e5e79fa54c4c8514a1fa2805b62430f8e0df97262aa2c29dabe4d9a0167bd852c1f6830ef3021f1df3ee593de599f82078439db6b33598d61b219983
diff --git a/media-gfx/eog/eog-44.1.ebuild b/media-gfx/eog/eog-44.1.ebuild
deleted file mode 100644
index c9c7375b023b..000000000000
--- a/media-gfx/eog/eog-44.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome https://gitlab.gnome.org/GNOME/eog"
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="
- exif? ( jpeg )
- gtk-doc? ( introspection )
-"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=dev-libs/glib-2.53.4:2
- >=dev-libs/libpeas-0.7.4[gtk]
- >=gnome-base/gnome-desktop-2.91.2:3=
- >=gnome-base/gsettings-desktop-schemas-42_beta
- >=x11-misc/shared-mime-info-0.20
- >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
- >=x11-libs/gtk+-3.24.15:3[introspection,X]
- >=gui-libs/libhandy-1.5.0:1
- sys-libs/zlib
-
- exif? ( >=media-libs/libexif-0.6.14 )
- lcms? ( media-libs/lcms:2 )
- xmp? ( media-libs/exempi:2= )
- jpeg? ( media-libs/libjpeg-turbo:= )
- introspection? ( >=dev-libs/gobject-introspection-1.54:= )
- svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- gtk-doc? (
- dev-util/gi-docgen
- app-text/docbook-xml-dtd:4.1.2
- )
- dev-util/glib-utils
- dev-util/itstool
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use exif libexif)
- $(meson_use lcms cms)
- $(meson_use xmp)
- $(meson_use jpeg libjpeg)
- $(meson_use svg librsvg)
- $(meson_use gtk-doc gtk_doc)
- $(meson_use introspection)
- -Dinstalled_tests=false
- -Dlibportal=false # As of 40.3, all libportal usages are flatpak-specific
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
next reply other threads:[~2023-08-16 22:32 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-16 22:32 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 17:34 [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/ Pacho Ramos
2025-01-15 17:34 Pacho Ramos
2024-12-20 20:37 Arthur Zamarin
2024-08-06 9:21 Pacho Ramos
2024-08-06 9:21 Pacho Ramos
2024-04-07 6:51 Arthur Zamarin
2024-03-16 22:47 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-11 8:09 Arthur Zamarin
2024-02-11 8:09 Arthur Zamarin
2024-01-06 23:37 Mart Raudsepp
2023-10-29 22:23 Mart Raudsepp
2023-10-29 22:23 Mart Raudsepp
2023-09-22 2:33 Matt Turner
2023-09-17 22:27 Matt Turner
2023-09-04 16:13 Matt Turner
2023-08-30 7:57 Arthur Zamarin
2023-07-27 8:29 WANG Xuerui
2023-07-07 22:03 Matt Turner
2023-07-02 11:18 Sam James
2023-07-02 11:18 Sam James
2023-07-02 11:18 Sam James
2023-05-28 2:35 Matt Turner
2023-05-02 20:02 Arthur Zamarin
2023-05-02 17:36 Arthur Zamarin
2023-05-02 17:28 Arthur Zamarin
2023-04-23 1:41 Matt Turner
2023-03-19 3:51 Matt Turner
2023-02-20 17:32 Matt Turner
2023-02-17 8:23 Arthur Zamarin
2023-01-08 17:56 Matt Turner
2023-01-03 14:08 Matt Turner
2022-12-16 20:37 Arthur Zamarin
2022-10-30 23:21 Matt Turner
2022-10-29 20:29 Sam James
2022-10-25 15:25 Matt Turner
2022-10-14 14:29 Matt Turner
2022-09-24 15:34 Matt Turner
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-08-07 2:24 Matt Turner
2022-07-18 23:41 Sam James
2022-07-06 1:24 Sam James
2022-07-02 20:47 Sam James
2022-05-29 1:17 Matt Turner
2022-05-28 5:45 Sam James
2022-04-24 20:46 Matt Turner
2022-03-24 2:29 Matt Turner
2021-12-19 4:53 Matt Turner
2021-11-23 1:25 Yixun Lan
2021-11-06 4:09 Sam James
2021-10-04 1:25 Sam James
2021-09-22 12:17 Mart Raudsepp
2021-08-16 21:53 Matt Turner
2021-07-26 7:15 Matt Turner
2021-07-10 15:40 Sam James
2021-06-06 21:49 Matt Turner
2021-05-01 20:15 Matt Turner
2021-04-16 2:16 Matt Turner
2021-04-15 15:36 Matt Turner
2021-04-15 5:25 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-04-13 16:12 Matt Turner
2021-04-01 16:44 Thomas Deutschmann
2021-03-13 3:51 Matt Turner
2021-03-12 8:01 Mikle Kolyada
2021-01-05 18:30 Matt Turner
2020-12-19 15:14 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-19 18:16 Mart Raudsepp
2019-08-04 15:05 Aaron Bauman
2019-05-18 22:08 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-02-23 14:53 Mart Raudsepp
2019-01-18 21:37 Mart Raudsepp
2018-12-17 12:15 Gilles Dartiguelongue
2018-08-04 11:30 Mart Raudsepp
2018-02-03 22:46 Mart Raudsepp
2018-01-18 2:44 Mikle Kolyada
2017-05-21 13:59 Mart Raudsepp
2017-03-08 12:11 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2016-10-12 7:28 Gilles Dartiguelongue
2016-09-26 19:13 Mart Raudsepp
2016-09-26 16:23 Agostino Sarubbo
2016-09-26 16:22 Agostino Sarubbo
2016-09-06 23:15 Gilles Dartiguelongue
2016-09-06 23:15 Gilles Dartiguelongue
2016-03-06 17:23 Mikle Kolyada
2015-11-26 10:51 Gilles Dartiguelongue
2015-08-23 14:56 Gilles Dartiguelongue
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=1692225120.51c8613a602f6abaefe6d5277f937ac049b5f101.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