jer 14/09/25 11:33:37 Modified: ChangeLog Added: catfish-1.2.2.ebuild Log: Version bump. (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.22 dev-util/catfish/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 24 Aug 2014 07:52:11 -0000 1.21 +++ ChangeLog 25 Sep 2014 11:33:37 -0000 1.22 @@ -1,6 +1,11 @@ # 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.21 2014/08/24 07:52:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.22 2014/09/25 11:33:37 jer Exp $ + +*catfish-1.2.2 (25 Sep 2014) + + 25 Sep 2014; Jeroen Roovers <[email protected]> +catfish-1.2.2.ebuild: + Version bump. 24 Aug 2014; Jeroen Roovers <[email protected]> catfish-1.0.2.ebuild, catfish-1.2.1.ebuild: 1.1 dev-util/catfish/catfish-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: catfish-1.2.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.2.ebuild,v 1.1 2014/09/25 11:33:37 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) inherit eutils 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" 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 " 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; }
