pacho 14/06/30 12:29:54 Modified: gedit-plugins-3.12.1.ebuild ChangeLog Log: Offending files are only installed with USE python (#515842 by Ilya Gordeev) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild?r1=1.1&r2=1.2 Index: gedit-plugins-3.12.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gedit-plugins-3.12.1.ebuild 27 Apr 2014 15:35:32 -0000 1.1 +++ gedit-plugins-3.12.1.ebuild 30 Jun 2014 12:29:54 -0000 1.2 @@ -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/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v 1.1 2014/04/27 15:35:32 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild,v 1.2 2014/06/30 12:29:54 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -64,8 +64,10 @@ gnome2_src_install # FIXME: crazy !!! - find "${ED}"/usr/share/gedit -name "*.py*" -delete || die - find "${ED}"/usr/share/gedit -type d -empty -delete || die + if use python; then + find "${ED}"/usr/share/gedit -name "*.py*" -delete || die + find "${ED}"/usr/share/gedit -type d -empty -delete || die + fi # FIXME: upstream made this automagic... clean_plugin charmap 1.47 app-editors/gedit-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit-plugins/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 27 Apr 2014 15:35:32 -0000 1.46 +++ ChangeLog 30 Jun 2014 12:29:54 -0000 1.47 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gedit-plugins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.46 2014/04/27 15:35:32 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.47 2014/06/30 12:29:54 pacho Exp $ + + 30 Jun 2014; Pacho Ramos <[email protected]> gedit-plugins-3.12.1.ebuild: + Offending files are only installed with USE python (#515842 by Ilya Gordeev) *gedit-plugins-3.12.1 (27 Apr 2014)
