From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A48B138334 for ; Sat, 27 Jul 2019 12:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E97E0E0831; Sat, 27 Jul 2019 12:25:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBBDBE0831 for ; Sat, 27 Jul 2019 12:25:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11DCB348D16 for ; Sat, 27 Jul 2019 12:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F11B35CB for ; Sat, 27 Jul 2019 12:25:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1564229830.06b909378fcc397842f828d34f66b61130f101cc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catfish/Manifest dev-util/catfish/catfish-1.4.8.ebuild X-VCS-Directories: dev-util/catfish/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 06b909378fcc397842f828d34f66b61130f101cc X-VCS-Branch: master Date: Sat, 27 Jul 2019 12:25:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3da3668d-bbeb-40ce-8d34-a4d4b9a507c0 X-Archives-Hash: edaa809f7b02c4e35369d55829762789 commit: 06b909378fcc397842f828d34f66b61130f101cc Author: Michał Górny gentoo org> AuthorDate: Sat Jul 27 12:17:10 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 27 12:17:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b90937 dev-util/catfish: Bump to 1.4.8 Signed-off-by: Michał Górny gentoo.org> dev-util/catfish/Manifest | 1 + dev-util/catfish/catfish-1.4.8.ebuild | 41 +++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-util/catfish/Manifest b/dev-util/catfish/Manifest index e9b2ee46509..72a62f6ab4c 100644 --- a/dev-util/catfish/Manifest +++ b/dev-util/catfish/Manifest @@ -1 +1,2 @@ DIST catfish-1.4.7.tar.bz2 162289 BLAKE2B 2f24485f0f059a177a8544632ab583acad1149f96921f8b10027e5788adb2eaf4da0911f3363174feef570c8f75615ec1f943a2d5d2e8622efd4be9892a0fcd2 SHA512 cafa8eaaa40522f50111b3bb9c09a116ebad827532b0cfc88bc643fb2e2d89edee53057fbbed23719f4091ca384d7ea025633e571e160d7dfced008f788a3ffd +DIST catfish-1.4.8.tar.bz2 181027 BLAKE2B c03270832cb2e6bdc39528801d257d37c52f0c6f361c9225002c31a258a18a1c98cf7af640ca15a4f6e32ac4ac802bda84327123a7bf13d47a1410e67988bfab SHA512 46c9e9112116e0f8ee7957c5a71d16ecdde8c16a60a030f3339933a6f9e73d61d360fed52d5904b0fff21448050cc17df5af63f6254476404760fe9166dfad00 diff --git a/dev-util/catfish/catfish-1.4.8.ebuild b/dev-util/catfish/catfish-1.4.8.ebuild new file mode 100644 index 00000000000..a6d1ef38c04 --- /dev/null +++ b/dev-util/catfish/catfish-1.4.8.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) + +inherit distutils-r1 gnome2-utils 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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] + virtual/freedesktop-icon-theme +" +DEPEND=" + dev-python/python-distutils-extra[${PYTHON_USEDEP}] + sys-devel/gettext +" + +python_install() { + distutils-r1_python_install + rm -r "${ED%/}"/usr/share/doc/catfish || die +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +}