From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31A4515815E for ; Sun, 11 Feb 2024 14:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC66E2AB1; Sun, 11 Feb 2024 14:21:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62DFDE2AB1 for ; Sun, 11 Feb 2024 14:21:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69F31343061 for ; Sun, 11 Feb 2024 14:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B7514E2 for ; Sun, 11 Feb 2024 14:21:49 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1707661265.07dacc0d9d74b2213e367e3afdad51f1f69569b0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/gnome-console/Manifest gui-apps/gnome-console/gnome-console-44.4.ebuild X-VCS-Directories: gui-apps/gnome-console/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 07dacc0d9d74b2213e367e3afdad51f1f69569b0 X-VCS-Branch: master Date: Sun, 11 Feb 2024 14:21:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 022a315a-37bc-4e03-98bf-1635cd9f9c75 X-Archives-Hash: 2024be4f8c7eb9f46cad4f5b1f0c6688 commit: 07dacc0d9d74b2213e367e3afdad51f1f69569b0 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 11 14:18:25 2024 +0000 Commit: Mart Raudsepp gentoo 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 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 -}