patrick 14/09/09 04:40:24 Modified: redshift-1.9.1.ebuild ChangeLog Log: Add py3.4 support (Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 x11-misc/redshift/redshift-1.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.9.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.9.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.9.1.ebuild?r1=1.1&r2=1.2 Index: redshift-1.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- redshift-1.9.1.ebuild 26 Jul 2014 21:01:26 -0000 1.1 +++ redshift-1.9.1.ebuild 9 Sep 2014 04:40:24 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1.ebuild,v 1.1 2014/07/26 21:01:26 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1.ebuild,v 1.2 2014/09/09 04:40:24 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit autotools eutils gnome2-utils python-r1 1.26 x11-misc/redshift/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 6 Sep 2014 18:52:51 -0000 1.25 +++ ChangeLog 9 Sep 2014 04:40:24 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/redshift # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.25 2014/09/06 18:52:51 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.26 2014/09/09 04:40:24 patrick Exp $ + + 09 Sep 2014; Patrick Lauer <[email protected]> redshift-1.9.1.ebuild: + Add py3.4 support 06 Sep 2014; Sebastian Pipping <[email protected]> redshift-1.9-r1.ebuild: Unlock support for Python 3.4 (bug #521904) @@ -114,4 +117,3 @@ +redshift-1.4.1.ebuild: Initial commit wrt #303173 by Peter Gantner, Kacper Kowalik and Joshua Rich. -
