public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: beautifulsoup-3.2.0.ebuild beautifulsoup-3.1.0.1-r1.ebuild ChangeLog
@ 2011-07-28 20:27 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 2+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-07-28 20:27 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/07/28 20:27:18

  Modified:             beautifulsoup-3.2.0.ebuild
                        beautifulsoup-3.1.0.1-r1.ebuild ChangeLog
  Log:
  Changed license to BSD
  
  (Portage version: 2.2.0_alpha46/cvs/Linux i686)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild?r1=1.7&r2=1.8

Index: beautifulsoup-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- beautifulsoup-3.2.0.ebuild	30 Mar 2011 04:01:48 -0000	1.7
+++ beautifulsoup-3.2.0.ebuild	28 Jul 2011 20:27:18 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.7 2011/03/30 04:01:48 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.8 2011/07/28 20:27:18 neurogeek Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@
 HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ http://pypi.python.org/pypi/BeautifulSoup"
 SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz"
 
-LICENSE="PSF-2.3"
+LICENSE="BSD"
 SLOT="python-2"
 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE=""



1.12                 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.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild?rev=1.12&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.11&r2=1.12

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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- beautifulsoup-3.1.0.1-r1.ebuild	21 Mar 2011 19:42:25 -0000	1.11
+++ beautifulsoup-3.1.0.1-r1.ebuild	28 Jul 2011 20:27:18 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.11 2011/03/21 19:42:25 xarthisius Exp $
+# $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 $
 
 EAPI="3"
 PYTHON_DEPEND="3"
@@ -17,7 +17,7 @@
 HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ http://pypi.python.org/pypi/BeautifulSoup"
 SRC_URI="http://www.crummy.com/software/${MY_PN}/download/${MY_P}.tar.gz"
 
-LICENSE="PSF-2.3"
+LICENSE="BSD"
 SLOT="python-3"
 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE=""



1.54                 dev-python/beautifulsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	30 Mar 2011 04:01:48 -0000	1.53
+++ ChangeLog	28 Jul 2011 20:27:18 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/beautifulsoup
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.53 2011/03/30 04:01:48 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.54 2011/07/28 20:27:18 neurogeek Exp $
+
+  28 Jul 2011; Jesus Rivero <neurogeek@gentoo.org>
+  beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild:
+  Changed license to BSD
 
   30 Mar 2011; Jeremy Olexa <darkside@gentoo.org>
   beautifulsoup-3.2.0.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: beautifulsoup-3.2.0.ebuild beautifulsoup-3.1.0.1-r1.ebuild ChangeLog
@ 2012-02-21  7:19 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-21  7:19 UTC (permalink / raw
  To: gentoo-commits

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.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-21  7:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-21  7:19 Patrick Lauer (patrick)

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