mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/catfish: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST catfish-4.18.0.tar.bz2 295952 BLAKE2B bf05a8f272217936b8f010157c585ab90a9b5858c06a72c6145da62999221725a990d544c67a8469b08d3accbcf28af59bc59a6585e3c8781fb88dc48fb026c0 SHA512 57a3cc5043281bd9527e4faa6a3afcba2e8948fb6dc9e8d93d26ceb0358a84850b3e892105f81b4f2a30bb2964d65b2083fd07b55f145f3ae6ea653acd098539
|
||||
DIST catfish-4.20.0.tar.bz2 230923 BLAKE2B 2d2224c7d6cdc4bfa91fb7e2f89162eff3d67b53be06693e1b55cbeccca65b061981cb88768c7fb0d5555ae8ccc65911980a590513d2607745e143ffcea8246b SHA512 982676e9f3a11f0faba25e3e238c51bdbc6f172effc368e747627e87c2bf362fae631d23c10cd99fae3449256b3911240691df304d7415ec925a138688b4c913
|
||||
DIST catfish-4.20.1.tar.xz 215824 BLAKE2B 301617ce7f975587ed4b41d6c0382ffc9cde27a0ab9569437520bf35b660b7f9861f60310790f6c83aeb1021b33d0d43e336ca3b95705594defa06ba939f381c SHA512 7ace7be1a3fb5f3903005a975a8c195be6695eb97dd3c2c0eac29d8d40ab39212f4b597de98be91e42301645c74000aaa400d7faa1ff0a8a98d170b401029e8a
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 xdg-utils
|
||||
|
||||
DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot"
|
||||
HOMEPAGE="https://docs.xfce.org/apps/catfish/start"
|
||||
SRC_URI="https://archive.xfce.org/src/apps/catfish/${PV%.*}/${P}.tar.bz2"
|
||||
|
||||
# yep, GPL-2 only
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.42
|
||||
dev-libs/gobject-introspection
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
dev-python/pexpect[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
x11-libs/gdk-pixbuf[introspection]
|
||||
>=x11-libs/gtk+-3.22:3[introspection]
|
||||
x11-libs/pango[introspection]
|
||||
>=xfce-base/xfconf-4.14[introspection]
|
||||
virtual/freedesktop-icon-theme
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/python-distutils-extra[${PYTHON_USEDEP}]
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
rm -r "${ED}"/usr/share/doc/catfish || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user