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 B411815806E for ; Wed, 17 May 2023 21:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B2FE0848; Wed, 17 May 2023 21:55:14 +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 5C1D6E0848 for ; Wed, 17 May 2023 21:55:14 +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 6EE26340C54 for ; Wed, 17 May 2023 21:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC5FA7B for ; Wed, 17 May 2023 21:55:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1684360498.617a3b4056f85a192c1933f7cfdd495c5a5e4754.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baobab/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baobab/Manifest sys-apps/baobab/baobab-43.0.ebuild X-VCS-Directories: sys-apps/baobab/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 617a3b4056f85a192c1933f7cfdd495c5a5e4754 X-VCS-Branch: master Date: Wed, 17 May 2023 21:55:10 +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: edae2d6f-e04e-47a6-8aa1-21410f5a815d X-Archives-Hash: 54bf45b2d6b17c31b1c83a3d35befd6a commit: 617a3b4056f85a192c1933f7cfdd495c5a5e4754 Author: Matt Turner gentoo org> AuthorDate: Wed May 17 21:14:43 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 17 21:54:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617a3b40 sys-apps/baobab: Drop old versions Signed-off-by: Matt Turner gentoo.org> sys-apps/baobab/Manifest | 1 - sys-apps/baobab/baobab-43.0.ebuild | 44 -------------------------------------- 2 files changed, 45 deletions(-) diff --git a/sys-apps/baobab/Manifest b/sys-apps/baobab/Manifest index 905e07278a0c..50b51e39c7b3 100644 --- a/sys-apps/baobab/Manifest +++ b/sys-apps/baobab/Manifest @@ -1,2 +1 @@ -DIST baobab-43.0.tar.xz 594832 BLAKE2B 1cf42a475bf08ddf85d3fb2944f80e274eeb47d1e3f44fcfba9e53c9302a5c3f5fcbe9378dc74059199e2ed38945af16eca2456f7cede9b45228b90e14ae8b96 SHA512 d368bde1ba1fafbe908c5e8e0e5cd9d593d3f3cc551a7b1f3be68624bd7ee8b1dac6374fc9031c7d4c53240dda739974b5c71653227251bb5b8fbcd332900b91 DIST baobab-44.0.tar.xz 596552 BLAKE2B c58093dec9789a62db3f319d16010572439aba94629e82a5dc16912c08604f8d3800e08431855bd7d7cc87fcbc8643698f6a87ab3b0e5489552a601b1c7beaaf SHA512 a9b8ca9226b9464f33a06810ce5c889dcc50fa2b0c05343fcb88b0d453528fbf7de256b75f55e99a24f33b91bdd69a03f6ea3ea3e5d793033a8cce6345b3cac3 diff --git a/sys-apps/baobab/baobab-43.0.ebuild b/sys-apps/baobab/baobab-43.0.ebuild deleted file mode 100644 index a0a09922d6c7..000000000000 --- a/sys-apps/baobab/baobab-43.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -inherit gnome.org gnome2-utils meson python-any-r1 vala xdg - -DESCRIPTION="Disk usage browser for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Baobab" - -LICENSE="GPL-2+ FDL-1.1+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=dev-libs/glib-2.44:2 - >=gui-libs/gtk-4.4.0:4 - >=gui-libs/libadwaita-1.2:1= -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - $(vala_depend) - >=gui-libs/libadwaita-1.2:1=[vala] - dev-util/itstool - >=sys-devel/gettext-0.21 - virtual/pkgconfig -" - -src_prepare() { - default - vala_setup - xdg_environment_reset -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}