commit:     07dacc0d9d74b2213e367e3afdad51f1f69569b0
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 14:18:25 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 14:21:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dacc0d

gui-apps/gnome-console: drop 44.4

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

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

diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index 16dd059bb3a6..4166a1dd6083 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,2 +1 @@
-DIST gnome-console-44.4.tar.xz 160504 BLAKE2B 
d139108cabe647bf3cda5e30141187f7f579364b26c057f538299b87c08e370ca8f2f5739e8f5abc43a0bdb751751a9576b0165d1099c850772d664643f2dae0
 SHA512 
3fbd7c16638e829103e2dc517df6d68c7acbaca24f7f2af4a4bfeb79ec79944a98432dbdc778ecefd74fded0a701be179c09af95d099dbad79484d907ab923c6
 DIST gnome-console-45.0.tar.xz 178444 BLAKE2B 
ca04c31657b19ab1651899c56ff64ffa6d3913935fa5564ba115d83ba6dec50d2b816a47064ab7538aaa07347ebcb1890cc7dcb6e29164f7a36a6e18985e874a
 SHA512 
940f02b8e1b02a680d9c25de59f655243a033883b9e21a183bd40ebe09c1803d6fbbfb45223e9a4ae20401d65e80a2bf0ba28bc7971fe84889176be64062b8d0

diff --git a/gui-apps/gnome-console/gnome-console-44.4.ebuild 
b/gui-apps/gnome-console/gnome-console-44.4.ebuild
deleted file mode 100644
index 057838f198a9..000000000000
--- a/gui-apps/gnome-console/gnome-console-44.4.ebuild
+++ /dev/null
@@ -1,53 +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="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/console";
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.72:2
-       >=gui-libs/gtk-4.6:4
-       >=gui-libs/libadwaita-1.3_rc:1
-       >=gui-libs/vte-0.70.0: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