summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-01-25 12:43:45 +0100
committerMichał Górny <mgorny@gentoo.org>2025-01-25 12:43:45 +0100
commit81294069dbe1bf74012a2ce799fb2cf113020524 (patch)
treee262f1aa65e527eb468cb7365245879ee88786e1 /x11-misc
parentmedia-gfx/ristretto: Remove old (diff)
downloadgentoo-81294069dbe1bf74012a2ce799fb2cf113020524.tar.gz
gentoo-81294069dbe1bf74012a2ce799fb2cf113020524.tar.bz2
gentoo-81294069dbe1bf74012a2ce799fb2cf113020524.zip
x11-misc/gigolo: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gigolo/Manifest1
-rw-r--r--x11-misc/gigolo/gigolo-0.5.3.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 1dbec65f8b00..7a2838bc7fae 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1 @@
-DIST gigolo-0.5.3.tar.bz2 304664 BLAKE2B 958e2cdbd043adf1e4f166ca6435462ee2621d7f7bc4918505715bc3240f5ee2a60fb5a27f23a607a1ffd862d41123dfd5977aa87f7c4fe1c7a085d05aac3b2a SHA512 46d93d4c2654a91724208f144098f0a870465823a516339c8455345b5d32be6efe2b7fb13d3e5c89daf2cd919e07e5fcbdc8c8e93bce03c78dbe1907ea5edfcd
DIST gigolo-0.5.4.tar.bz2 507720 BLAKE2B 7fafd21dc25e3654ac3e0fa71a35ddabdba24dce1b41cfa8c3bfb26a5c32c08eba360b0f9fbbb5ef00d0206d402a3e0ed2adf1847f95059dc325915777b65fe4 SHA512 39802369b53f764394914ce40477ba51f8eb00089f2fb6ffe6eb590e797de0662ff84bbcac9fdfa532c54cb293f1482d4fa8a1282aa82991b6b36d2e8a5a3b0f
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
deleted file mode 100644
index c9f487b1e13d..000000000000
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 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://www.uvena.de/gigolo/
- 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="
- dev-util/intltool
- 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
-}