idella4 14/10/01 14:38:04 Modified: psutil-2.1.2.ebuild ChangeLog Log: update HOMEPAGE, fixes bug #523424 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/psutil/psutil-2.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-2.1.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-2.1.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-2.1.2.ebuild?r1=1.1&r2=1.2 Index: psutil-2.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.1.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- psutil-2.1.2.ebuild 21 Sep 2014 23:58:47 -0000 1.1 +++ psutil-2.1.2.ebuild 1 Oct 2014 14:38:04 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.1.2.ebuild,v 1.1 2014/09/21 23:58:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.1.2.ebuild,v 1.2 2014/10/01 14:38:04 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Retrieve information on running processes and system utilization" -HOMEPAGE="http://code.google.com/p/psutil/ https://pypi.python.org/pypi/psutil/" +HOMEPAGE="https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" 1.39 dev-python/psutil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 21 Sep 2014 23:58:47 -0000 1.38 +++ ChangeLog 1 Oct 2014 14:38:04 -0000 1.39 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psutil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.38 2014/09/21 23:58:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.39 2014/10/01 14:38:04 idella4 Exp $ + + 01 Oct 2014; Ian Delaney <[email protected]> psutil-2.1.2.ebuild: + update HOMEPAGE, fixes bug #523424 *psutil-2.1.2 (21 Sep 2014)
