pacho 14/06/13 10:48:22 Modified: gnome-music-3.12.2.ebuild ChangeLog Removed: gnome-music-3.10.3.ebuild gnome-music-3.12.1.ebuild Log: Fix shebang (#509866 by Jura), drop old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 media-sound/gnome-music/gnome-music-3.12.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.ebuild?r1=1.1&r2=1.2 Index: gnome-music-3.12.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-music-3.12.2.ebuild 31 May 2014 07:27:26 -0000 1.1 +++ gnome-music-3.12.2.ebuild 13 Jun 2014 10:48:22 -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/media-sound/gnome-music/gnome-music-3.12.2.ebuild,v 1.1 2014/05/31 07:27:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.ebuild,v 1.2 2014/06/13 10:48:22 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -50,3 +50,8 @@ src_configure() { gnome2_src_configure ITSTOOL="$(type -P true)" } + +src_install() { + gnome2_src_install + python_fix_shebang "${ED}" +} 1.15 media-sound/gnome-music/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 31 May 2014 07:28:50 -0000 1.14 +++ ChangeLog 13 Jun 2014 10:48:22 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/gnome-music # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v 1.14 2014/05/31 07:28:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v 1.15 2014/06/13 10:48:22 pacho Exp $ + + 13 Jun 2014; Pacho Ramos <[email protected]> -gnome-music-3.10.3.ebuild, + -gnome-music-3.12.1.ebuild, gnome-music-3.12.2.ebuild: + Fix shebang (#509866 by Jura), drop old. *gnome-music-3.12.2.1 (31 May 2014)
