pacho 14/11/29 13:34:33 Modified: gexiv2-0.6.1.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.10 media-libs/gexiv2/gexiv2-0.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild?r1=1.9&r2=1.10 Index: gexiv2-0.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gexiv2-0.6.1.ebuild 7 Sep 2013 20:11:09 -0000 1.9 +++ gexiv2-0.6.1.ebuild 29 Nov 2014 13:34:33 -0000 1.10 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild,v 1.9 2013/09/07 20:11:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.1.ebuild,v 1.10 2014/11/29 13:34:33 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit eutils multilib python-r1 toolchain-funcs versionator 1.28 media-libs/gexiv2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 20 Dec 2013 13:50:43 -0000 1.27 +++ ChangeLog 29 Nov 2014 13:34:33 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gexiv2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.27 2013/12/20 13:50:43 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.28 2014/11/29 13:34:33 pacho Exp $ + + 29 Nov 2014; Pacho Ramos <[email protected]> gexiv2-0.6.1.ebuild: + Support python 3.4 20 Dec 2013; Johannes Huber <[email protected]> -files/gexiv2-0.2.1-new-exiv2.patch, -gexiv2-0.1.0.ebuild,
