diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-03 04:27:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-08-03 04:27:05 +0000 |
commit | 376f5dfa42e3170903b2054c15a5ff8ae195ab5b (patch) | |
tree | e8d7cb53463f0acc2d225acb3d1afd5d5648296f /dev-util | |
parent | Restrict libsfml version dep. (diff) | |
download | gentoo-2-376f5dfa42e3170903b2054c15a5ff8ae195ab5b.tar.gz gentoo-2-376f5dfa42e3170903b2054c15a5ff8ae195ab5b.tar.bz2 gentoo-2-376f5dfa42e3170903b2054c15a5ff8ae195ab5b.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/catfish/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/catfish/catfish-0.6.4.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/dev-util/catfish/ChangeLog b/dev-util/catfish/ChangeLog index d209b569bc5e..fbb058d06476 100644 --- a/dev-util/catfish/ChangeLog +++ b/dev-util/catfish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/catfish # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.17 2014/08/02 13:47:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.18 2014/08/03 04:27:05 ssuominen Exp $ + + 03 Aug 2014; Samuli Suominen <ssuominen@gentoo.org> -catfish-0.6.4.ebuild: + old 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> catfish-1.0.2.ebuild: Stable for x86, wrt bug #502536 diff --git a/dev-util/catfish/catfish-0.6.4.ebuild b/dev-util/catfish/catfish-0.6.4.ebuild deleted file mode 100644 index 94aff0e85329..000000000000 --- a/dev-util/catfish/catfish-0.6.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-0.6.4.ebuild,v 1.4 2013/10/13 09:12:59 pacho Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) -inherit gnome2-utils python-single-r1 - -DESCRIPTION="A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot" -HOMEPAGE="http://launchpad.net/catfish-search http://twotoasts.de/index.php/catfish/" -SRC_URI="http://launchpad.net/${PN}-search/${PV%.*}/${PV}/+download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - sys-devel/gettext" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - python_fix_shebang . - sed -i -e "s:share/doc/\$(APPNAME):share/doc/${PF}:" Makefile.in.in || die -} - -src_configure() { - ./configure --prefix=/usr --python="${EPYTHON}" || die -} - -src_install() { - emake DESTDIR="${D}" install - python_optimize "${ED}"/usr/share/${PN} -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } |