summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-02 13:56:43 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-02 13:58:18 +0100
commitca5b48c59568bd11e527713f05d6e61f7968ad96 (patch)
treedc04b67251834d68e60e15f8bc4c27dbd13a6f81 /x11-misc/gigolo
parentxfce-extra/xfce4-pulseaudio-plugin: Remove old (diff)
downloadgentoo-ca5b48c59568bd11e527713f05d6e61f7968ad96.tar.gz
gentoo-ca5b48c59568bd11e527713f05d6e61f7968ad96.tar.bz2
gentoo-ca5b48c59568bd11e527713f05d6e61f7968ad96.zip
x11-misc/gigolo: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/gigolo')
-rw-r--r--x11-misc/gigolo/Manifest1
-rw-r--r--x11-misc/gigolo/gigolo-0.5.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index fefa3edeb7f9..1d05e1f5d05d 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1 @@
-DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab SHA512 2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7
DIST gigolo-0.5.3.tar.bz2 304664 BLAKE2B 958e2cdbd043adf1e4f166ca6435462ee2621d7f7bc4918505715bc3240f5ee2a60fb5a27f23a607a1ffd862d41123dfd5977aa87f7c4fe1c7a085d05aac3b2a SHA512 46d93d4c2654a91724208f144098f0a870465823a516339c8455345b5d32be6efe2b7fb13d3e5c89daf2cd919e07e5fcbdc8c8e93bce03c78dbe1907ea5edfcd
diff --git a/x11-misc/gigolo/gigolo-0.5.2.ebuild b/x11-misc/gigolo/gigolo-0.5.2.ebuild
deleted file mode 100644
index 30cc8c819935..000000000000
--- a/x11-misc/gigolo/gigolo-0.5.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-3.14:3"
-DEPEND="${RDEPEND}
- 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
-}