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/beautifulsoup: beautifulsoup-3.2.0.ebuild beautifulsoup-3.1.0.1-r1.ebuild ChangeLog
Date: Tue, 21 Feb 2012 07:19:13 +0000 (UTC)	[thread overview]
Message-ID: <20120221071913.CEFC42004B@flycatcher.gentoo.org> (raw)

patrick     12/02/21 07:19:13

  Modified:             beautifulsoup-3.2.0.ebuild
                        beautifulsoup-3.1.0.1-r1.ebuild ChangeLog
  Log:
  Restricting jython
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild?r1=1.11&r2=1.12

Index: beautifulsoup-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- beautifulsoup-3.2.0.ebuild	9 Feb 2012 23:27:00 -0000	1.11
+++ beautifulsoup-3.2.0.ebuild	21 Feb 2012 07:19:13 -0000	1.12
@@ -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/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.11 2012/02/09 23:27:00 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.12 2012/02/21 07:19:13 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
 
 inherit distutils
 



1.13                 dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild?r1=1.12&r2=1.13

Index: beautifulsoup-3.1.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- beautifulsoup-3.1.0.1-r1.ebuild	28 Jul 2011 20:27:18 -0000	1.12
+++ beautifulsoup-3.1.0.1-r1.ebuild	21 Feb 2012 07:19:13 -0000	1.13
@@ -1,12 +1,12 @@
-# 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/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.12 2011/07/28 20:27:18 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.13 2012/02/21 07:19:13 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="3"
 SUPPORT_PYTHON_ABIS="1"
 # Avoid collisions with python-2 slot.
-RESTRICT_PYTHON_ABIS="2.*"
+RESTRICT_PYTHON_ABIS="2.* *-jython"
 
 inherit distutils eutils
 



1.58                 dev-python/beautifulsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	9 Feb 2012 23:27:00 -0000	1.57
+++ ChangeLog	21 Feb 2012 07:19:13 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/beautifulsoup
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.57 2012/02/09 23:27:00 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.58 2012/02/21 07:19:13 patrick Exp $
+
+  21 Feb 2012; Patrick Lauer <patrick@gentoo.org>
+  beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild:
+  Restricting jython
 
   09 Feb 2012; Matt Turner <mattst88@gentoo.org> beautifulsoup-3.2.0.ebuild:
   Added ~mips, bug 393181.






             reply	other threads:[~2012-02-21  7:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-21  7:19 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-28 20:27 [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: beautifulsoup-3.2.0.ebuild beautifulsoup-3.1.0.1-r1.ebuild ChangeLog Jesus Rivero (neurogeek)

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=20120221071913.CEFC42004B@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