idella4 14/11/24 09:34:50 Modified: setproctitle-1.1.8.ebuild ChangeLog Log: clean old python impl, add py3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.11 dev-python/setproctitle/setproctitle-1.1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.8.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.8.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.8.ebuild?r1=1.10&r2=1.11 Index: setproctitle-1.1.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.8.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- setproctitle-1.1.8.ebuild 10 Aug 2014 21:21:38 -0000 1.10 +++ setproctitle-1.1.8.ebuild 24 Nov 2014 09:34:50 -0000 1.11 @@ -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/dev-python/setproctitle/setproctitle-1.1.8.ebuild,v 1.10 2014/08/10 21:21:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.8.ebuild,v 1.11 2014/11/24 09:34:50 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 toolchain-funcs 1.46 dev-python/setproctitle/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setproctitle/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 10 Aug 2014 21:21:38 -0000 1.45 +++ ChangeLog 24 Nov 2014 09:34:50 -0000 1.46 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setproctitle # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.45 2014/08/10 21:21:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.46 2014/11/24 09:34:50 idella4 Exp $ + + 24 Nov 2014; Ian Delaney <[email protected]> setproctitle-1.1.8.ebuild: + clean old python impl, add py3.4 10 Aug 2014; Sergei Trofimovich <[email protected]> setproctitle-1.1.3.ebuild, setproctitle-1.1.6-r1.ebuild, setproctitle-1.1.6.ebuild,
