ssuominen    14/07/28 11:45:16

  Modified:             ChangeLog
  Added:                catfish-1.0.2.ebuild
  Log:
  Version bump wrt security #502536 by Agostino Sarubbo. Pull in 
virtual/freedesktop-icon-theme, at least for gnome-mime-* icons that are 
present in gnome-icon-theme, faenza-icon-theme, and other full ones wrt #518294 
by Paweł Stankowski. Remove support for Python 3.2 as obsolete.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.14                 dev-util/catfish/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   13 Oct 2013 09:12:59 -0000      1.13
+++ ChangeLog   28 Jul 2014 11:45:16 -0000      1.14
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/catfish
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.13 
2013/10/13 09:12:59 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.14 
2014/07/28 11:45:16 ssuominen Exp $
+
+*catfish-1.0.2 (28 Jul 2014)
+
+  28 Jul 2014; Samuli Suominen <ssuomi...@gentoo.org> +catfish-1.0.2.ebuild:
+  Version bump wrt security #502536 by Agostino Sarubbo. Pull in virtual
+  /freedesktop-icon-theme, at least for gnome-mime-* icons that are present in
+  gnome-icon-theme, faenza-icon-theme, and other full ones wrt #518294 by Paweł
+  Stankowski. Remove support for Python 3.2 as obsolete.
 
   13 Oct 2013; Pacho Ramos <pa...@gentoo.org> catfish-0.6.4.ebuild:
   Also compatible with python3_3



1.1                  dev-util/catfish/catfish-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?rev=1.1&content-type=text/plain

Index: catfish-1.0.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.0.2.ebuild,v 1.1 
2014/07/28 11:45:16 ssuominen Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,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=""

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() {
        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; }




Reply via email to