diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-04-05 15:03:44 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-04-05 15:03:44 +0000 |
commit | 47ea9c3f8cd3e0173953257cc8fe3ffe714b353c (patch) | |
tree | 3b6b963bbbf6a5f0540e3ddee6778f9f2bd1ae76 /app-misc | |
parent | Remove ree18 and ruby18 target. (diff) | |
download | gentoo-2-47ea9c3f8cd3e0173953257cc8fe3ffe714b353c.tar.gz gentoo-2-47ea9c3f8cd3e0173953257cc8fe3ffe714b353c.tar.bz2 gentoo-2-47ea9c3f8cd3e0173953257cc8fe3ffe714b353c.zip |
Revision bump. Replace glade dependency by libglade dependency.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fslint/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/fslint/fslint-2.44-r2.ebuild (renamed from app-misc/fslint/fslint-2.44-r1.ebuild) | 16 |
2 files changed, 15 insertions, 9 deletions
diff --git a/app-misc/fslint/ChangeLog b/app-misc/fslint/ChangeLog index bb85f68a0fa1..b04f8af17807 100644 --- a/app-misc/fslint/ChangeLog +++ b/app-misc/fslint/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2014/04/05 11:33:20 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/ChangeLog,v 1.9 2014/04/05 15:03:44 tomwij Exp $ + +*fslint-2.44-r2 (05 Apr 2014) + + 05 Apr 2014; Tom Wijsman <TomWij@gentoo.org> +fslint-2.44-r2.ebuild, + -fslint-2.44-r1.ebuild: + Revision bump. Replace glade dependency by libglade dependency. *fslint-2.44-r1 (05 Apr 2014) diff --git a/app-misc/fslint/fslint-2.44-r1.ebuild b/app-misc/fslint/fslint-2.44-r2.ebuild index 921f692637af..5967a5c8da7c 100644 --- a/app-misc/fslint/fslint-2.44-r1.ebuild +++ b/app-misc/fslint/fslint-2.44-r2.ebuild @@ -1,12 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/fslint-2.44-r2.ebuild,v 1.1 2014/04/05 15:03:44 tomwij Exp $ EAPI="5" PYTHON_COMPAT=( python2_6 python2_7 ) -inherit eutils python-single-r1 +inherit eutils python-r1 DESCRIPTION="A utility to find various forms of lint on a filesystem." HOMEPAGE="http://www.pixelbeat.org/fslint/" @@ -20,7 +20,7 @@ IUSE="nls" RDEPEND="${PYTHON_DEPS} dev-python/pygtk:2[${PYTHON_USEDEP}] - dev-util/glade:*[python,${PYTHON_USEDEP}]" + gnome-base/libglade:2.0" DEPEND="${RDEPEND} nls? ( sys-devel/gettext:* )" @@ -66,9 +66,9 @@ src_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 + python_replace_script "${ED}"${share}/${PN}/fstool/dupwaste + python_replace_script "${ED}"${share}/${PN}/supprt/md5sum_approx + python_replace_script "${ED}"${share}/${PN}/supprt/rmlint/merge_hardlinks + python_replace_script "${ED}"${share}/${PN}/supprt/rmlint/fixdup + python_replace_script "${ED}"/usr/bin/${PN}-gui } |