Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Zac Medico (zmedico)" <zmedico@g.o>
Subject: portage r12263 - main/branches/2.1.6/pym/repoman
Date: Sat, 20 Dec 2008 19:46:33 +0000
Author: zmedico
Date: 2008-12-20 19:46:33 +0000 (Sat, 20 Dec 2008)
New Revision: 12263

Modified:
   main/branches/2.1.6/pym/repoman/checks.py
Log:
Bug #251591 - Adjust the InheritAutotools pattern to treat more things similar to
whitespace. Now it recognizes escaped newlines, || operators, and && operators.
(trunk r12260)

Modified: main/branches/2.1.6/pym/repoman/checks.py
===================================================================
--- main/branches/2.1.6/pym/repoman/checks.py	2008-12-20 19:46:18 UTC (rev 12262)
+++ main/branches/2.1.6/pym/repoman/checks.py	2008-12-20 19:46:33 UTC (rev 12263)
@@ -242,8 +242,8 @@
 	_autotools_funcs = (
 		"eaclocal", "eautoconf", "eautoheader",
 		"eautomake", "eautoreconf", "_elibtoolize")
-	_autotools_func_re = re.compile(r'(^|\s)(' + \
-		"|".join(_autotools_funcs) + ')(\s|$)')
+	_autotools_func_re = re.compile(r'(^|\s|\|\||&&)(' + \
+		"|".join(_autotools_funcs) + r')(\s|\|\||&&|\\?$)')
 	# Exempt eclasses:
 	# git - An EGIT_BOOTSTRAP variable may be used to call one of
 	#       the autotools functions.



Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
portage r12262 - main/branches/2.1.6/pym/portage
Next by thread:
emacs r1194 - emacs-daemon
Previous by date:
portage r12262 - main/branches/2.1.6/pym/portage
Next by date:
gentoo-x86 commit in dev-java/ant-javamail: ChangeLog ant-javamail-1.7.1.ebuild


Updated Apr 29, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.