jer 14/08/23 10:01:07 Modified: ChangeLog Added: catfish-1.2.1.ebuild Removed: catfish-1.0.3.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.20 dev-util/catfish/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 21 Aug 2014 08:21:38 -0000 1.19 +++ ChangeLog 23 Aug 2014 10:01:07 -0000 1.20 @@ -1,6 +1,12 @@ # 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.19 2014/08/21 08:21:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.20 2014/08/23 10:01:07 jer Exp $ + +*catfish-1.2.1 (23 Aug 2014) + + 23 Aug 2014; Jeroen Roovers <[email protected]> -catfish-1.0.3.ebuild, + +catfish-1.2.1.ebuild: + Version bump. *catfish-1.0.3 (21 Aug 2014) 1.1 dev-util/catfish/catfish-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: catfish-1.2.1.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.1.ebuild,v 1.1 2014/08/23 10:01:07 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=" dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] ${PYTHON_DEPS} " 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; }
