diff --git a/x11-misc/alacarte/Manifest b/x11-misc/alacarte/Manifest index f875fa658d430..0a973464923a2 100644 --- a/x11-misc/alacarte/Manifest +++ b/x11-misc/alacarte/Manifest @@ -1,3 +1,2 @@ -DIST alacarte-3.52.0.tar.xz 255700 BLAKE2B 8a59c5ccd1ba8ee892aee39625ecd56c4cf9500b104f943775bef613a4d8f6ef50cdce1d436a1f2c95268864ab43a72f8e182a2e15f47b3980193c887e91f8c2 SHA512 711166b1d772483be1ca3044f9402ec62dd6bb9c09b71b09944886bac91a72fe9838a60a4cf24649dce33148844b586446c17954129c6bc7aaa3096ba01e1463 DIST alacarte-3.56.0.tar.xz 261904 BLAKE2B b75394e677b884ad7178474894ef80b7a1883ce3ffc41d8a38f6c18267011c2bc7ef21cb54ee1f867dd2c2422c18307a07a607bb6e73086d46b513adcce3c917 SHA512 cfc316222a679b39e58376f12a725ecbf54c92dd422c54469facff367b41b2fa2d1777d5c4741d983ff18b0b39a556a214a00126c5983a8ba7909f1bc19a768d DIST alacarte-3.58.0.tar.xz 263796 BLAKE2B 2655445f4263814a9dd137fc031e387df04feafc5d469d7b1964c1ba6babd57c8c4fbbd359997948beb7b28b9984e4664332e374ab7de42449b6c1e514522bbd SHA512 04de7e44217e638ca2de0c2acc8f6df53f181ee7fc1218d6a91211b01f82462a4c0dffb968b88977cd6f81c12e6aec27d497d2407a073a91dc52c2d7b910ef96 diff --git a/x11-misc/alacarte/alacarte-3.52.0.ebuild b/x11-misc/alacarte/alacarte-3.52.0.ebuild deleted file mode 100644 index ffa75b1879602..0000000000000 --- a/x11-misc/alacarte/alacarte-3.52.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) -PYTHON_REQ_USE="xml(+)" - -inherit gnome2 python-single-r1 - -DESCRIPTION="Simple GNOME menu editor" -HOMEPAGE="https://gitlab.gnome.org/GNOME/alacarte" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') - >=gnome-base/gnome-menus-3.5.3:3[introspection] -" -RDEPEND="${DEPEND} - x11-libs/gdk-pixbuf:2[introspection] - x11-libs/gtk+:3[introspection] -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_install() { - gnome2_src_install - python_optimize -}