commit:     c75f9bb070a8f63ba794ecb2c71ca0d528444582
Author:     Lukas Schmelting <lschmelting <AT> posteo <DOT> com>
AuthorDate: Sat Sep 20 13:07:26 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 28 11:01:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75f9bb0

gui-apps/gnome-console: drop 46.0

Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/43863
Closes: https://github.com/gentoo/gentoo/pull/43863
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gui-apps/gnome-console/Manifest                  |  1 -
 gui-apps/gnome-console/gnome-console-46.0.ebuild | 53 ------------------------
 2 files changed, 54 deletions(-)

diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 1823c5439022..69b0777c188c 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,4 +1,3 @@
-DIST gnome-console-46.0.tar.xz 185424 BLAKE2B 
8a30519df47da40578a9cb493ce981518432377bce95f55f41326502d260dd8fdb1302fb1edc38847c51c4a8fb266fb87561a61eb9ebf21711d87ddfc654eafb
 SHA512 
de885b23979278774d0211103b3b15d58c1d0224d59baa2dc8f9ab369b95f5d5fe659b3d2fddd1e10c5406c11b3c56e4c7ec41bb369cb149a5f975404ab98147
 DIST gnome-console-47.1.tar.xz 198180 BLAKE2B 
4a16c6566d937cca1efcb5426a666734a4ecfccb9943c49889d0e4ee25f5083f785345c3ec4d8d7a64e741c74a1a228a952363c2c91c2af29f6278c57bded183
 SHA512 
ad3f7dbd5b84ed61ff9441337148f5fe0cf7948b78de1230b13d47f97e2c7bf5f39bc60953e9ef2e2e341f0b052598ba865711c924cfbeae9e6cee983a953bc8
 DIST gnome-console-47.2.1.tar.xz 199548 BLAKE2B 
2eec3706361f0b7390632fe6d97a6892b398bef081095fc822efe21a839a542ccaf81a9b764b776865b521eb280608f2e6aac1435d715afe860c502c0627471c
 SHA512 
640622b9c934d927e59e88051ad7ba8938d1a492b755a122f1944d015ce876ee57cbe241db48cb7c8d9571d82547ac141e8c16c527d8968a4a8bf80dbd5de1a4
 DIST gnome-console-48.0.1.tar.xz 205100 BLAKE2B 
5f521a5591eb95f4cca9a5002b6319f7989bed1df8e539d869261b3be2c2e2c6da640516f33c1c45b2fb02d74ab99690c18f70862a5e3eef6d54788e1ea61a4f
 SHA512 
69fe38398efe6bbcbf3f399ea156432345bfd1f2bec331bc155b1feb9e37c0f5f4762c565f7b5126610359463b550e7c918bffd2838623798c814a7c3dbadafb

diff --git a/gui-apps/gnome-console/gnome-console-46.0.ebuild 
b/gui-apps/gnome-console/gnome-console-46.0.ebuild
deleted file mode 100644
index 7726386b496a..000000000000
--- a/gui-apps/gnome-console/gnome-console-46.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://apps.gnome.org/Console/ 
https://gitlab.gnome.org/GNOME/console";
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.76:2
-       >=gui-libs/gtk-4.12.2:4
-       >=gui-libs/libadwaita-1.4_alpha:1
-       >=gui-libs/vte-0.75.1:2.91-gtk4
-       gnome-base/libgtop:2=
-       >=dev-libs/libpcre2-10.32:0=
-       gnome-base/gsettings-desktop-schemas
-
-       x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/pkgconfig
-       test? (
-               dev-util/desktop-file-utils
-               dev-libs/appstream-glib
-       )
-"
-
-src_configure() {
-       local emesonargs=(
-               -Ddevel=false
-               $(meson_use test tests)
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to