pacho 14/11/24 10:09:04 Modified: gnome-music-3.12.2.1.ebuild ChangeLog Removed: gnome-music-3.10.4.ebuild Log: Support python 3.4, drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.4 media-sound/gnome-music/gnome-music-3.12.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.1.ebuild?r1=1.3&r2=1.4 Index: gnome-music-3.12.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gnome-music-3.12.2.1.ebuild 23 Jul 2014 15:22:59 -0000 1.3 +++ gnome-music-3.12.2.1.ebuild 24 Nov 2014 10:09:04 -0000 1.4 @@ -1,10 +1,10 @@ # 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.1.ebuild,v 1.3 2014/07/23 15:22:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.2.1.ebuild,v 1.4 2014/11/24 10:09:04 pacho Exp $ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit gnome2 python-single-r1 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" # Let people emerge this by default, bug #472932 -IUSE+=" python_single_target_python3_2 +python_single_target_python3_3" +IUSE+=" +python_single_target_python3_4" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -33,7 +33,6 @@ || ( app-misc/tracker[gstreamer] app-misc/tracker[ffmpeg] - app-misc/tracker[xine] ) dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] 1.19 media-sound/gnome-music/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gnome-music/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 23 Jul 2014 15:22:59 -0000 1.18 +++ ChangeLog 24 Nov 2014 10:09:04 -0000 1.19 @@ -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.18 2014/07/23 15:22:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v 1.19 2014/11/24 10:09:04 pacho Exp $ + + 24 Nov 2014; Pacho Ramos <[email protected]> -gnome-music-3.10.4.ebuild, + gnome-music-3.12.2.1.ebuild: + Support python 3.4, drop old 23 Jul 2014; Agostino Sarubbo <[email protected]> gnome-music-3.12.2.1.ebuild: Stable for x86, wrt bug #512012
