jer         14/08/21 08:21:38

  Modified:             ChangeLog catfish-1.0.2.ebuild
  Added:                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.19                 dev-util/catfish/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   3 Aug 2014 04:27:05 -0000       1.18
+++ ChangeLog   21 Aug 2014 08:21:38 -0000      1.19
@@ -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.18 
2014/08/03 04:27:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.19 
2014/08/21 08:21:38 jer Exp $
+
+*catfish-1.0.3 (21 Aug 2014)
+
+  21 Aug 2014; Jeroen Roovers <[email protected]> catfish-1.0.2.ebuild,
+  +catfish-1.0.3.ebuild:
+  Version bump.
 
   03 Aug 2014; Samuli Suominen <[email protected]> -catfish-0.6.4.ebuild:
   old



1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild?r1=1.3&r2=1.4

Index: catfish-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- catfish-1.0.2.ebuild        2 Aug 2014 13:47:33 -0000       1.3
+++ catfish-1.0.2.ebuild        21 Aug 2014 08:21:38 -0000      1.4
@@ -1,6 +1,6 @@
 # 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.3 
2014/08/02 13:47:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.0.2.ebuild,v 1.4 
2014/08/21 08:21:38 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
@@ -13,15 +13,20 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-COMMON_DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]
+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"
+       ${PYTHON_DEPS}
+"
+RDEPEND="
+       ${COMMON_DEPEND}
+       virtual/freedesktop-icon-theme
+"
+DEPEND="
+       ${COMMON_DEPEND}
+       sys-devel/gettext
+"
 
 pkg_setup() {
        python-single-r1_pkg_setup



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

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

Index: catfish-1.0.3.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.3.ebuild,v 1.1 
2014/08/21 08:21:38 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; }




Reply via email to