commit: 18c5ac8ca3f2262dc67908d24f91574b3a43c86b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 5 17:43:18 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 17:43:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c5ac8c
x11-misc/gigolo: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-misc/gigolo/Manifest | 1 - x11-misc/gigolo/gigolo-0.5.4.ebuild | 44 ------------------------------------- 2 files changed, 45 deletions(-) diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest index fbb84324dc56..2b5d5f5bd3d5 100644 --- a/x11-misc/gigolo/Manifest +++ b/x11-misc/gigolo/Manifest @@ -1,2 +1 @@ -DIST gigolo-0.5.4.tar.bz2 507720 BLAKE2B 7fafd21dc25e3654ac3e0fa71a35ddabdba24dce1b41cfa8c3bfb26a5c32c08eba360b0f9fbbb5ef00d0206d402a3e0ed2adf1847f95059dc325915777b65fe4 SHA512 39802369b53f764394914ce40477ba51f8eb00089f2fb6ffe6eb590e797de0662ff84bbcac9fdfa532c54cb293f1482d4fa8a1282aa82991b6b36d2e8a5a3b0f DIST gigolo-0.6.0.tar.xz 198948 BLAKE2B 5737984e15c96b8959b16ff526b659bf1f219e8a98861d23100a64d5ae2ed3994784702fd5c910aaef5864718600be1433fb04a1985355651b0528038857c032 SHA512 08501cfa19ce83bd865477b9acf305c3a5cf99307c6fb48b50228c3c4d833dcc0ad07ea659d3c3e6978bf4cab965f3f1b021bcdfe09c1c1ad1b6d8eee214c9c0 diff --git a/x11-misc/gigolo/gigolo-0.5.4.ebuild b/x11-misc/gigolo/gigolo-0.5.4.ebuild deleted file mode 100644 index f6578f1c1fcc..000000000000 --- a/x11-misc/gigolo/gigolo-0.5.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="A frontend to easily manage connections to remote filesystems using GIO/GVfs" -HOMEPAGE=" - https://docs.xfce.org/apps/gigolo/start - https://gitlab.xfce.org/apps/gigolo/ -" -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" - -DEPEND=" - >=dev-libs/glib-2.38.0 - >=x11-libs/gtk+-3.14.0:3 -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -src_prepare() { - rm COPYING || die - default -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}