dev-util/catfish: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 7 Apr 2019 07:27:57 +0000 (09:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 7 Apr 2019 08:28:07 +0000 (10:28 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/catfish/Manifest
dev-util/catfish/catfish-1.2.2.ebuild [deleted file]

index bf94fd91ad3a19df51f825cc58e2bbfe81b58acf..3f394607e0889b2361912909eac87de7827b13c5 100644 (file)
@@ -1,3 +1,2 @@
-DIST catfish-1.2.2.tar.bz2 98956 BLAKE2B a04c7c62745eb5ac5bc8a169fa01e9a943e319cd0d96db44485b12367838f5ec587a7fdf2be4cba4c135f8d301fe2b72c26646f0f97cb69404b7e6b682f817cc SHA512 dad407f1e818b8d537b73e9f832c39ca4f9527b9d636da18493a685b03d2fab56982a11872382fd457b9a1a0ffb33d29ade4aa317561c3b2ee82c96728705e75
 DIST catfish-1.4.6.tar.bz2 150331 BLAKE2B fb59dfce5770ddfb7740f1f7b2deb22928f3bd49a1ac323827143fc6c41586adbe45521daae3b26bf748f14c859051bae43ea4f94a0be37c84b30f933f7a2bca SHA512 1c50375a9b36554123327a138c50de47abbbfd2fb334b91773312e9001e4bbc936550c2b23ad658b29fe9f1537d59997513b01bf4e2c31ce0286f5650776f8f7
 DIST catfish-1.4.7.tar.bz2 162289 BLAKE2B 2f24485f0f059a177a8544632ab583acad1149f96921f8b10027e5788adb2eaf4da0911f3363174feef570c8f75615ec1f943a2d5d2e8622efd4be9892a0fcd2 SHA512 cafa8eaaa40522f50111b3bb9c09a116ebad827532b0cfc88bc643fb2e2d89edee53057fbbed23719f4091ca384d7ea025633e571e160d7dfced008f788a3ffd
diff --git a/dev-util/catfish/catfish-1.2.2.ebuild b/dev-util/catfish/catfish-1.2.2.ebuild
deleted file mode 100644 (file)
index 42bde6b..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit eutils gnome2-utils python-single-r1
-
-DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot"
-HOMEPAGE="https://launchpad.net/catfish-search http://twotoasts.de/index.php/catfish/"
-SRC_URI="https://launchpad.net/${PN}-search/${PV%.*}/${PV}/+download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-COMMON_DEPEND="
-       ${PYTHON_DEPS}
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3[introspection]
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-       virtual/freedesktop-icon-theme
-"
-DEPEND="
-       ${COMMON_DEPEND}
-       sys-devel/gettext
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       strip-linguas -i po/
-       if ! [[ -z "${LINGUAS}" ]]; then
-               local lang langs=$(find po/ -name '*.po' | sed -e 's|po/||g;s|.po||g')
-               for lang in $langs; do
-                       if ! has ${lang} ${LINGUAS}; then
-                               rm po/${lang}.po || die
-                       fi
-               done
-       fi
-
-       python_fix_shebang .
-       sed -i -e "s:share/doc/\$(APPNAME):share/doc/${PF}:" Makefile.in.in || die
-}
-
-src_configure() {
-       # not autotools based
-       ./configure --prefix=/usr --python="${EPYTHON}" || die
-}
-
-src_install() {
-       default
-       python_optimize "${ED}"/usr/share/${PN}
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }