tomwij      14/04/05 11:33:20

  Modified:             ChangeLog
  Added:                fslint-2.44-r1.ebuild
  Removed:              fslint-2.44.ebuild
  Log:
  Revision bump. Use python-single-r1 instead of python-r1. Fixes bug #506664; 
reported by Eugene Shalygin, with help by Michał Górny (mgorny).
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.8                  app-misc/fslint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fslint/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fslint/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fslint/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/fslint/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   30 Mar 2014 18:25:02 -0000      1.7
+++ ChangeLog   5 Apr 2014 11:33:20 -0000       1.8
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/fslint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/ChangeLog,v 1.7 2014/03/30 
18:25:02 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/ChangeLog,v 1.8 2014/04/05 
11:33:20 tomwij Exp $
+
+*fslint-2.44-r1 (05 Apr 2014)
+
+  05 Apr 2014; Tom Wijsman <[email protected]> +fslint-2.44-r1.ebuild,
+  -fslint-2.44.ebuild:
+  Revision bump. Use python-single-r1 instead of python-r1. Fixes bug #506664;
+  reported by Eugene Shalygin, with help by Michał Górny (mgorny).
 
 *fslint-2.44 (30 Mar 2014)
 



1.1                  app-misc/fslint/fslint-2.44-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fslint/fslint-2.44-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fslint/fslint-2.44-r1.ebuild?rev=1.1&content-type=text/plain

Index: fslint-2.44-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/fslint-2.44-r1.ebuild,v 1.1 
2014/04/05 11:33:20 tomwij Exp $

EAPI="5"

PYTHON_COMPAT=( python2_6 python2_7 )

inherit eutils python-single-r1

DESCRIPTION="A utility to find various forms of lint on a filesystem."
HOMEPAGE="http://www.pixelbeat.org/fslint/";
SRC_URI="http://www.pixelbeat.org/${PN}/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="nls"

RDEPEND="${PYTHON_DEPS}
        dev-python/pygtk:2[${PYTHON_USEDEP}]
        dev-util/glade:*[python,${PYTHON_USEDEP}]"

DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext:* )"

src_prepare() {
        # Change some paths to make ${PN}-gui run when installed in /usr/bin.
        sed -e "s:^liblocation=.*$:liblocation='${EROOT}usr/share/${PN}' 
#Gentoo:" \
                -e "s:^locale_base=.*$:locale_base=None #Gentoo:" \
                -i ${PN}-gui || die
}

src_install() {
        share=/usr/share/${PN}

        insinto ${share}
        doins ${PN}{.glade,.gladep,_icon.png}

        exeinto ${share}/${PN}
        doexe ${PN}/find*
        doexe ${PN}/${PN}
        doexe ${PN}/zipdir

        exeinto ${share}/${PN}/fstool/
        doexe ${PN}/fstool/*

        exeinto ${share}/${PN}/supprt/
        doexe ${PN}/supprt/{fslver,getffl,getffp,getfpf,md5sum_approx}

        exeinto ${share}/${PN}/supprt/rmlint
        doexe ${PN}/supprt/rmlint/*

        dobin ${PN}-gui

        doicon ${PN}_icon.png
        domenu ${PN}.desktop

        dodoc doc/{FAQ,NEWS,README,TODO}
        doman man/${PN}{.1,-gui.1}

        if use nls ; then
                cd po
                emake DESTDIR="${D}" install
        fi

        # Fix Python shebangs.
        python_fix_shebang "${ED}"${share}/${PN}/fstool/dupwaste
        python_fix_shebang "${ED}"${share}/${PN}/supprt/md5sum_approx
        python_fix_shebang "${ED}"${share}/${PN}/supprt/rmlint/merge_hardlinks
        python_fix_shebang "${ED}"${share}/${PN}/supprt/rmlint/fixdup
        python_fix_shebang "${ED}"/usr/bin/${PN}-gui
}




Reply via email to