idella4 15/01/14 03:09:09 Modified: pathlib-1.0.1.ebuild ChangeLog Log: clean old impl (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/pathlib/pathlib-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?r1=1.1&r2=1.2 Index: pathlib-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pathlib-1.0.1.ebuild 5 Sep 2014 20:04:05 -0000 1.1 +++ pathlib-1.0.1.ebuild 14 Jan 2015 03:09:09 -0000 1.2 @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 1.1 2014/09/05 20:04:05 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 1.2 2015/01/14 03:09:09 idella4 Exp $ EAPI=5 # In Python 3.4, pathlib is now part of the standard library. -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 DESCRIPTION="Object-oriented filesystem paths" 1.7 dev-python/pathlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 11 Dec 2014 16:58:32 -0000 1.6 +++ ChangeLog 14 Jan 2015 03:09:09 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pathlib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.6 2014/12/11 16:58:32 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.7 2015/01/14 03:09:09 idella4 Exp $ + + 14 Jan 2015; Ian Delaney <idel...@gentoo.org> pathlib-1.0.1.ebuild: + clean old impl 11 Dec 2014; Mike Gilbert <flop...@gentoo.org> metadata.xml: Bring pathlib into the python herd.