public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.3.6-r6.ebuild
@ 2008-05-25 14:41 Ali Polatel (hawking)
  0 siblings, 0 replies; 2+ messages in thread
From: Ali Polatel (hawking) @ 2008-05-25 14:41 UTC (permalink / raw
  To: gentoo-commits

hawking     08/05/25 14:41:10

  Modified:             python-2.3.6-r6.ebuild
  Log:
  Fixed typo, thanks to Blackb|rd.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.4                  dev-lang/python/python-2.3.6-r6.ebuild

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

Index: python-2.3.6-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-2.3.6-r6.ebuild	25 May 2008 13:06:30 -0000	1.3
+++ python-2.3.6-r6.ebuild	25 May 2008 14:41:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.3 2008/05/25 13:06:30 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.4 2008/05/25 14:41:09 hawking Exp $
 
 # NOTE about python-portage interactions :
 # - Do not add a pkg_setup() check for a certain version of portage
@@ -63,7 +63,7 @@
 	[ "${ARCH}" = "hppa" ] && sed -e 's/utimes //' -i "${S}"/configure
 
 	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
-	epatch "${FILESDIR}"/${P}-bsddb-test.patch
+	epatch "${FILESDIR}"/${P}-disable-failing-tests.patch
 	sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
 		Lib/distutils/command/install.py \
 		Lib/distutils/sysconfig.py \



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.3.6-r6.ebuild
@ 2008-05-25 16:27 Ali Polatel (hawking)
  0 siblings, 0 replies; 2+ messages in thread
From: Ali Polatel (hawking) @ 2008-05-25 16:27 UTC (permalink / raw
  To: gentoo-commits

hawking     08/05/25 16:27:19

  Modified:             python-2.3.6-r6.ebuild
  Log:
  Fixed typo.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.5                  dev-lang/python/python-2.3.6-r6.ebuild

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

Index: python-2.3.6-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-2.3.6-r6.ebuild	25 May 2008 14:41:09 -0000	1.4
+++ python-2.3.6-r6.ebuild	25 May 2008 16:27:19 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.4 2008/05/25 14:41:09 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.5 2008/05/25 16:27:19 hawking Exp $
 
 # NOTE about python-portage interactions :
 # - Do not add a pkg_setup() check for a certain version of portage
@@ -232,7 +232,7 @@
 
 	# test_pow fails on alpha.
 	# http://bugs.python.org/issue756093
-	[[ ${ARCH} == "alpha" ]] && skip_tests="${skip_tests} pow"
+	[[ ${ARCH} == "alpha" ]] && skip_tests="${skip_tests} pow"
 
 	for test in ${skip_tests} ; do
 		mv "${S}"/Lib/test/test_${test}.py "${T}"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-05-25 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-25 14:41 [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.3.6-r6.ebuild Ali Polatel (hawking)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-25 16:27 Ali Polatel (hawking)

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