public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/psutil: psutil-0.4.1.ebuild psutil-0.4.0.ebuild psutil-0.3.0.ebuild ChangeLog
Date: Tue, 21 Feb 2012 09:14:43 +0000 (UTC)	[thread overview]
Message-ID: <20120221091443.8B5C92004B@flycatcher.gentoo.org> (raw)

patrick     12/02/21 09:14:43

  Modified:             psutil-0.4.1.ebuild psutil-0.4.0.ebuild
                        psutil-0.3.0.ebuild ChangeLog
  Log:
  Restricting jython
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/psutil/psutil-0.4.1.ebuild

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

Index: psutil-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- psutil-0.4.1.ebuild	14 Feb 2012 03:47:46 -0000	1.1
+++ psutil-0.4.1.ebuild	21 Feb 2012 09:14:43 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.4.1.ebuild,v 1.1 2012/02/14 03:47:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.4.1.ebuild,v 1.2 2012/02/21 09:14:43 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*"
 SUPPORT_PYTHON_ABIS="1"
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
+PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython"
 
 inherit distutils
 



1.2                  dev-python/psutil/psutil-0.4.0.ebuild

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

Index: psutil-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- psutil-0.4.0.ebuild	25 Dec 2011 11:16:38 -0000	1.1
+++ psutil-0.4.0.ebuild	21 Feb 2012 09:14:43 -0000	1.2
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.4.0.ebuild,v 1.1 2011/12/25 11:16:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.4.0.ebuild,v 1.2 2012/02/21 09:14:43 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*"
 SUPPORT_PYTHON_ABIS="1"
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
+PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython"
 
 inherit distutils
 



1.4                  dev-python/psutil/psutil-0.3.0.ebuild

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

Index: psutil-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psutil-0.3.0.ebuild	24 Oct 2011 19:56:15 -0000	1.3
+++ psutil-0.3.0.ebuild	21 Feb 2012 09:14:43 -0000	1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.3.0.ebuild,v 1.3 2011/10/24 19:56:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.3.0.ebuild,v 1.4 2012/02/21 09:14:43 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*"
 SUPPORT_PYTHON_ABIS="1"
-PYTHON_TESTS_RESTRICTED_ABIS="3.*"
+PYTHON_TESTS_RESTRICTED_ABIS="3.* *-jython"
 
 inherit distutils
 



1.9                  dev-python/psutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 Feb 2012 03:47:46 -0000	1.8
+++ ChangeLog	21 Feb 2012 09:14:43 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/psutil
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.8 2012/02/14 03:47:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.9 2012/02/21 09:14:43 patrick Exp $
+
+  21 Feb 2012; Patrick Lauer <patrick@gentoo.org> psutil-0.3.0.ebuild,
+  psutil-0.4.0.ebuild, psutil-0.4.1.ebuild:
+  Restricting jython
 
 *psutil-0.4.1 (14 Feb 2012)
 






             reply	other threads:[~2012-02-21  9:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-21  9:14 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-21  9:16 [gentoo-commits] gentoo-x86 commit in dev-python/psutil: psutil-0.4.1.ebuild psutil-0.4.0.ebuild psutil-0.3.0.ebuild ChangeLog Patrick Lauer (patrick)
2012-03-12 19:15 Marien Zwart (marienz)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120221091443.8B5C92004B@flycatcher.gentoo.org \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox