public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog
@ 2009-10-14  9:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-14  9:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/14 09:27:59

  Modified:             python-3.1.1-r1.ebuild ChangeLog
  Log:
  Keyword ~sparc-fbsd wrt #287383.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-lang/python/python-3.1.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?r1=1.11&r2=1.12

Index: python-3.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-3.1.1-r1.ebuild	3 Oct 2009 17:39:25 -0000	1.11
+++ python-3.1.1-r1.ebuild	14 Oct 2009 09:27:58 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.11 2009/10/03 17:39:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.12 2009/10/14 09:27:58 ssuominen Exp $
 
 EAPI="2"
 
@@ -23,7 +23,7 @@
 
 LICENSE="PSF-2.2"
 SLOT="3.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite ssl +threads tk ucs2 wininst +xml"
 
 RDEPEND=">=app-admin/eselect-python-20090606



1.426                dev-lang/python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.426&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.426&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.425&r2=1.426

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- ChangeLog	14 Oct 2009 04:13:28 -0000	1.425
+++ ChangeLog	14 Oct 2009 09:27:58 -0000	1.426
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.425 2009/10/14 04:13:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.426 2009/10/14 09:27:58 ssuominen Exp $
+
+  14 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
+  python-3.1.1-r1.ebuild:
+  Keyword ~sparc-fbsd wrt #287383.
 
   14 Oct 2009; Alexis Ballier <aballier@gentoo.org> python-2.6.3.ebuild:
   keyword ~sparc-fbsd






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog
@ 2009-11-07 23:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-11-07 23:17 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/11/07 23:17:36

  Modified:             python-3.1.1-r1.ebuild ChangeLog
  Log:
  Make logging module ignore absence of multiprocessing module (bug #291109).
  (Portage version: 14803-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-lang/python/python-3.1.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?r1=1.16&r2=1.17

Index: python-3.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-3.1.1-r1.ebuild	30 Oct 2009 11:45:28 -0000	1.16
+++ python-3.1.1-r1.ebuild	7 Nov 2009 23:17:35 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.16 2009/10/30 11:45:28 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.17 2009/11/07 23:17:35 arfrever Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 MY_P="Python-${PV}"
 S="${WORKDIR}/${MY_P}"
 
-PATCHSET_REVISION="2"
+PATCHSET_REVISION="3"
 
 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
 HOMEPAGE="http://www.python.org/"
@@ -79,9 +79,6 @@
 		rm Lib/distutils/command/wininst-*.exe
 	fi
 
-	# Don't silence output of setup.py.
-	sed -e "/setup\.py -q build/d" -i Makefile.pre.in
-
 	# Fix OtherFileTests.testStdin() not to assume
 	# that stdin is a tty for bug #248081.
 	sed -e "s:'osf1V5':'osf1V5' and sys.stdin.isatty():" -i Lib/test/test_file.py || die "sed failed"



1.431                dev-lang/python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.431&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.431&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.430&r2=1.431

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -r1.430 -r1.431
--- ChangeLog	30 Oct 2009 11:49:20 -0000	1.430
+++ ChangeLog	7 Nov 2009 23:17:35 -0000	1.431
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.430 2009/10/30 11:49:20 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.431 2009/11/07 23:17:35 arfrever Exp $
+
+  07 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-3.1.1-r1.ebuild:
+  Make logging module ignore absence of multiprocessing module (bug
+  #291109).
 
 *python-2.6.4 (30 Oct 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog
@ 2009-12-19 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-12-19 21:16 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/12/19 21:16:36

  Modified:             python-3.1.1-r1.ebuild ChangeLog
  Log:
  Use --with-computed-gotos (bug #296574).
  (Portage version: 15121-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-lang/python/python-3.1.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?r1=1.20&r2=1.21

Index: python-3.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- python-3.1.1-r1.ebuild	13 Dec 2009 16:34:03 -0000	1.20
+++ python-3.1.1-r1.ebuild	19 Dec 2009 21:16:36 -0000	1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.20 2009/12/13 16:34:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.21 2009/12/19 21:16:36 arfrever Exp $
 
 EAPI="2"
 
@@ -149,9 +149,8 @@
 
 	local dbmliborder
 	if use gdbm; then
-		dbmliborder+=":gdbm"
+		dbmliborder+="${dbmliborder:+:}gdbm"
 	fi
-	dbmliborder="${dbmliborder#:}"
 
 	econf \
 		--with-fpectl \
@@ -161,6 +160,7 @@
 		$(use_with wide-unicode) \
 		--infodir='${prefix}'/share/info \
 		--mandir='${prefix}'/share/man \
+		--with-computed-gotos \
 		--with-dbmliborder=${dbmliborder} \
 		--with-libc='' \
 		--with-system-ffi



1.438                dev-lang/python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.438&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.438&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.437&r2=1.438

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -r1.437 -r1.438
--- ChangeLog	13 Dec 2009 16:34:03 -0000	1.437
+++ ChangeLog	19 Dec 2009 21:16:36 -0000	1.438
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.437 2009/12/13 16:34:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.438 2009/12/19 21:16:36 arfrever Exp $
+
+  19 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-3.1.1-r1.ebuild:
+  Use --with-computed-gotos (bug #296574).
 
   13 Dec 2009; Raúl Porcel <armin76@gentoo.org> python-2.6.4.ebuild,
   python-3.1.1-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog
@ 2010-01-01 19:54 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-01 19:54 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/01/01 19:54:43

  Modified:             python-3.1.1-r1.ebuild ChangeLog
  Log:
  Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
  Check availability of nis headers before building of nis module (bug #288110).
  Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation
  (bug #299044). Depend on >=app-admin/eselect-python-20091230, which allows
  wrapper scipts generated by python_generate_wrapper_scripts() and requiring
  Python-2-specific target scripts to work correctly, when Python 3 is set as
  main active version of Python.
  (Portage version: 15155-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-lang/python/python-3.1.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?r1=1.21&r2=1.22

Index: python-3.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- python-3.1.1-r1.ebuild	19 Dec 2009 21:16:36 -0000	1.21
+++ python-3.1.1-r1.ebuild	1 Jan 2010 19:54:42 -0000	1.22
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.21 2009/12/19 21:16:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.22 2010/01/01 19:54:42 arfrever Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 MY_P="Python-${PV}"
 S="${WORKDIR}/${MY_P}"
 
-PATCHSET_REVISION="3"
+PATCHSET_REVISION="4"
 
 DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
 HOMEPAGE="http://www.python.org/"
@@ -26,7 +26,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite ssl +threads tk +wide-unicode wininst +xml"
 
-RDEPEND=">=app-admin/eselect-python-20090606
+RDEPEND=">=app-admin/eselect-python-20091230
 		>=sys-libs/zlib-1.1.3
 		virtual/libffi
 		virtual/libintl
@@ -208,6 +208,8 @@
 	elog "If you'd like to run them, you may:"
 	elog "cd /usr/$(get_libdir)/python${PYVER}/test"
 	elog "and run the tests separately."
+
+	python_disable_pyc
 }
 
 src_install() {



1.443                dev-lang/python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.443&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.443&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.442&r2=1.443

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -r1.442 -r1.443
--- ChangeLog	1 Jan 2010 18:56:30 -0000	1.442
+++ ChangeLog	1 Jan 2010 19:54:43 -0000	1.443
@@ -1,6 +1,16 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.442 2010/01/01 18:56:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.443 2010/01/01 19:54:43 arfrever Exp $
+
+  01 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-3.1.1-r1.ebuild:
+  Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
+  Check availability of nis headers before building of nis module (bug #288110).
+  Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation
+  (bug #299044). Depend on >=app-admin/eselect-python-20091230, which allows
+  wrapper scipts generated by python_generate_wrapper_scripts() and requiring
+  Python-2-specific target scripts to work correctly, when Python 3 is set as
+  main active version of Python.
 
 *python-2.5.4-r4 (01 Jan 2010)
 
@@ -976,23 +986,23 @@
   bug 150595 dev-lang/python-2.5 fails to compile with LC_ALL=de_DE@euro
   bug 150732 python-2.4.3-r4 does not honor ROOT
   bug 159967 python doesn't add pthread to LIBS correctly on BSD
-  
+
   Other problems fixed:
   bug 148362 File collision between python-2.4* and python-2.5*
   bug 151695 dev-python/python-docs env.d entry incorrect
   bug 158383 emerging python-2.4.3-r4 segfaults with -ipv6
   bug 165268 dev-lang/python-2.4.4 fails to build the dbm module
-  
+
   Test failures fixed:
   bug 82469: QA issue: python-2.3.5-maketest failes with propolice
   bug 124188 dev-lang/python-2.4.2 fails test_cookielib
   bug 154247 dev-lang/python-2.4.4 tests failed: test_sax failed -- 1 of 42 tests failed: test_xmlgen_attr_escape
-  
+
   Feature requests:
   bug 131325 python 2.4.4/2.3.6 enable pthreads inconditionaly
   bug 135617 dev-lang/python should install Tools/freeze
   bug 176066 dev-lang/python-2.5.1 bump
-  
+
   Fixed in current upstream version:
   bug 90660 python-2.3.5: No module named fcntl
   bug 144798 dev-lang/python-2.4.3 with TZ=Australia/Melbourne fails test
@@ -1111,9 +1121,9 @@
   11 Jul 2006; Alastair Tse <liquidx@gentoo.org> python-2.4.3-r1.ebuild:
   python-2.2.3-r6.ebuild, python-2.3.5-r2.ebuild, python-2.4.2.ebuild,
   python-2.4.2-r1.ebuild, python-2.4.2-r2.ebuild, python-2.4.3.ebuild,
-  python-2.4.3-r1.ebuild:	
+  python-2.4.3-r1.ebuild:
   Typo fix in DESCRIPTION (#139463)
-	
+
   09 Jul 2006; Joshua Kinard <kumba@gentoo.org> python-2.4.3-r1.ebuild:
   Marked stable on mips.
 
@@ -1543,7 +1553,7 @@
   25 Jun 2004; Aron Griffis <agriffis@gentoo.org> python-2.2.2.ebuild,
   python-2.2.3-r5.ebuild, python-2.3.3-r1.ebuild, python-2.3.3.ebuild,
   python-2.3.4.ebuild, python-2.3.4_rc1.ebuild:
-  QA - fix use invocation and a bug in the 2.3.4 ebuilds: 
+  QA - fix use invocation and a bug in the 2.3.4 ebuilds:
   [ -z "use X" -o -z "use tcltk" ] doesn't do what you meant it to do
 
   20 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> python-2.3.3-r1.ebuild:
@@ -1732,15 +1742,15 @@
   files/python-updater:
   ucs4 is now default. if you previously had python-2.3 merged, you'll need to
   update your packages again. (sorry, that is the price for running p.mask'ed
-  versions). to update your python packages if you had python-2.3 installed, 
+  versions). to update your python packages if you had python-2.3 installed,
   run :
-  
+
   /usr/portage/dev-lang/python/files/python-updater -o 2.3
-  
+
   if you are upgrading from python-2.2, then you will need to run:
-  
+
   /usr/portage/dev-lang/python/files/python-updater
-  
+
   python-updater script also modified to have more robust command-line
   parsing. hopefully this will be the last revision till we can go ~x86.
 
@@ -1807,7 +1817,7 @@
   sys-apps/portage to exclusions
 
   09 Oct 2003; <tuxus@gentoo.org> python-2.2.3-r1.ebuild:
-  stable on mips 
+  stable on mips
 
 *python-2.3.2-r1 (08 Oct 2003)
 
@@ -1882,7 +1892,7 @@
   Added hppa to keywords.
 
   06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
- 
+
   29 Nov 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
 
   Added missing python-config for 2.2.2.
@@ -1894,7 +1904,7 @@
 
   20 Oct 2002; Jon Nelson <jnelson@gentoo.org> :
   2.2.2 is released
-  
+
 *python-2.2.1-r5 (03 Oct 2002)
 
   15 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
@@ -1915,7 +1925,7 @@
   Filter -malign-double from flags
 
 *python-2.1.3-r1 (2 Jul 2002)
- 
+
   20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> python-2.1.3-r1.ebuild
   Added missing KEYWORDS
 
@@ -1944,8 +1954,8 @@
   python-config file has changed.
 
 *python-2.2.1-r1 (29 May 2002)
- 
-  20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r1.ebuild 
+
+  20 Jul 2002; Doug Goldstein <cardoe@gentoo.org>: python-2.2.1-r1.ebuild
   Added missing KEYWORDS
 
   29 May 2002; Jon Nelson <jnelson@gentoo.org>: python-2.2.1-r1.ebuild
@@ -1972,27 +1982,27 @@
   24 Apr 2002; Jon Nelson <jnelson@gentoo.org> python-2.2-r6.ebuild : Make
   python build with shared modules.  Depends on python-fchksum, as fchksum *no
   longer built in*
-	
+
 *python-2.2-r5 (8 Apr 2002)
 
   8 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> python-2.2-r5.ebuild :
-	
+
   Added include flag for compilation of tcltk with python to compile
   correctly.
 
   --------
-	
+
   06 Apr 2002; Daniel Robbins <drobbins@gentoo.org> : the 2.2-r4 ebuild now
   disables C++ support if we are creating a new build image (since we have no
   C++ in that case).
-  
+
   30 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : changed PROVIDE from
   virtual/python-2.2 to virtual/python.  No rev bump.
 
 *python-2.2-r4 (1 Feb 2002)
 
   1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-  
+
   Added initial ChangeLog which should be updated whenever the package is
   updated in any way. This changelog is targetted to users. This means that the
   comments should well explained and written in clean English. The details about






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog
@ 2010-03-04 17:55 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-04 17:55 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/03/04 17:55:43

  Modified:             python-3.1.1-r1.ebuild ChangeLog
  Log:
  Depend on >=app-admin/python-updater-0.8, which supports packages installable for multiple versions of Python.
  (Portage version: 15749-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 dev-lang/python/python-3.1.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild?r1=1.28&r2=1.29

Index: python-3.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- python-3.1.1-r1.ebuild	21 Feb 2010 13:51:12 -0000	1.28
+++ python-3.1.1-r1.ebuild	4 Mar 2010 17:55:42 -0000	1.29
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.28 2010/02/21 13:51:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.29 2010/03/04 17:55:42 arfrever Exp $
 
 EAPI="2"
 
@@ -42,7 +42,7 @@
 		dev-util/pkgconfig
 		!sys-devel/gcc[libffi]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
-PDEPEND="app-admin/python-updater
+PDEPEND=">=app-admin/python-updater-0.8
 		=dev-lang/python-2*"
 
 PROVIDE="virtual/python"



1.455                dev-lang/python/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.455&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.455&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.454&r2=1.455

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -r1.454 -r1.455
--- ChangeLog	26 Feb 2010 18:16:08 -0000	1.454
+++ ChangeLog	4 Mar 2010 17:55:42 -0000	1.455
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.454 2010/02/26 18:16:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.455 2010/03/04 17:55:42 arfrever Exp $
+
+  04 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-3.1.1-r1.ebuild:
+  Depend on >=app-admin/python-updater-0.8, which supports packages
+  installable for multiple versions of Python.
 
   26 Feb 2010; Jeroen Roovers <jer@gentoo.org> python-2.6.4-r1.ebuild:
   Stable for HPPA (bug #306793).






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

end of thread, other threads:[~2010-03-04 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14  9:27 [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.1-r1.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-07 23:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-12-19 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-01-01 19:54 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-03-04 17:55 Arfrever Frehtes Taifersar Arahesis (arfrever)

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