Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catfish/
Date: Mon, 08 Apr 2019 19:17:40
Message-Id: 1554751043.1db3c27d717568dcfeecee79453df854135367f8.mgorny@gentoo
1 commit: 1db3c27d717568dcfeecee79453df854135367f8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:52:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db3c27d
7
8 dev-util/catfish: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/catfish/Manifest | 1 -
13 dev-util/catfish/catfish-1.4.6.ebuild | 41 -----------------------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/dev-util/catfish/Manifest b/dev-util/catfish/Manifest
17 index 3f394607e08..e9b2ee46509 100644
18 --- a/dev-util/catfish/Manifest
19 +++ b/dev-util/catfish/Manifest
20 @@ -1,2 +1 @@
21 -DIST catfish-1.4.6.tar.bz2 150331 BLAKE2B fb59dfce5770ddfb7740f1f7b2deb22928f3bd49a1ac323827143fc6c41586adbe45521daae3b26bf748f14c859051bae43ea4f94a0be37c84b30f933f7a2bca SHA512 1c50375a9b36554123327a138c50de47abbbfd2fb334b91773312e9001e4bbc936550c2b23ad658b29fe9f1537d59997513b01bf4e2c31ce0286f5650776f8f7
22 DIST catfish-1.4.7.tar.bz2 162289 BLAKE2B 2f24485f0f059a177a8544632ab583acad1149f96921f8b10027e5788adb2eaf4da0911f3363174feef570c8f75615ec1f943a2d5d2e8622efd4be9892a0fcd2 SHA512 cafa8eaaa40522f50111b3bb9c09a116ebad827532b0cfc88bc643fb2e2d89edee53057fbbed23719f4091ca384d7ea025633e571e160d7dfced008f788a3ffd
23
24 diff --git a/dev-util/catfish/catfish-1.4.6.ebuild b/dev-util/catfish/catfish-1.4.6.ebuild
25 deleted file mode 100644
26 index 8d005bda8b6..00000000000
27 --- a/dev-util/catfish/catfish-1.4.6.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
35 -
36 -inherit distutils-r1 gnome2-utils xdg-utils
37 -
38 -DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot"
39 -HOMEPAGE="https://docs.xfce.org/apps/catfish/start"
40 -SRC_URI="https://archive.xfce.org/src/apps/catfish/${PV%.*}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~ppc x86"
45 -
46 -RDEPEND="
47 - dev-python/pexpect[${PYTHON_USEDEP}]
48 - dev-python/pygobject:3[${PYTHON_USEDEP}]
49 - x11-libs/gtk+:3[introspection]
50 - virtual/freedesktop-icon-theme
51 -"
52 -DEPEND="
53 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]
54 - sys-devel/gettext
55 -"
56 -
57 -python_install() {
58 - distutils-r1_python_install
59 - rm -r "${ED%/}"/usr/share/doc/catfish || die
60 -}
61 -
62 -pkg_postinst() {
63 - gnome2_icon_cache_update
64 - xdg_desktop_database_update
65 -}
66 -
67 -pkg_postrm() {
68 - gnome2_icon_cache_update
69 - xdg_desktop_database_update
70 -}