public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/psutil: metadata.xml psutil-1.0.1.ebuild ChangeLog
@ 2013-08-12 17:02 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2013-08-12 17:02 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/08/12 17:02:00

  Modified:             metadata.xml psutil-1.0.1.ebuild ChangeLog
  Log:
  Keyword amd64-linux and x86-linux
  
  (Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.3                  dev-python/psutil/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	31 Mar 2012 17:02:38 -0000	1.2
+++ metadata.xml	12 Aug 2013 17:02:00 -0000	1.3
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>python</herd>
-	<upstream>
-		<remote-id type="google-code">psutil</remote-id>
-	</upstream>
+<herd>python</herd>
+<upstream>
+  <remote-id type="pypi">psutil</remote-id>
+</upstream>
 </pkgmetadata>



1.3                  dev-python/psutil/psutil-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild?r1=1.2&r2=1.3

Index: psutil-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psutil-1.0.1.ebuild	8 Aug 2013 07:32:49 -0000	1.2
+++ psutil-1.0.1.ebuild	12 Aug 2013 17:02:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild,v 1.2 2013/08/08 07:32:49 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild,v 1.3 2013/08/12 17:02:00 bicatali Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -8,12 +8,12 @@
 inherit distutils-r1
 
 DESCRIPTION="Retrieve information on running processes and system utilization"
-HOMEPAGE="http://code.google.com/p/psutil/ http://pypi.python.org/pypi/psutil"
-SRC_URI="http://psutil.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="http://code.google.com/p/psutil"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



1.24                 dev-python/psutil/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	8 Aug 2013 07:32:49 -0000	1.23
+++ ChangeLog	12 Aug 2013 17:02:00 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/psutil
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.23 2013/08/08 07:32:49 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.24 2013/08/12 17:02:00 bicatali Exp $
+
+  12 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+  psutil-1.0.1.ebuild:
+  Keyword amd64-linux and x86-linux
 
   08 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> psutil-1.0.1.ebuild:
   Add ~arm keyword, wrt bug #477832





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-12 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 17:02 [gentoo-commits] gentoo-x86 commit in dev-python/psutil: metadata.xml psutil-1.0.1.ebuild ChangeLog Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox