public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-10  3:26 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-10  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0983df3610e6bc0a3ccfcaaaaf99369fe105cb1b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 03:23:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0983df36

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 62c9e52..7362ff7 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -35,6 +35,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-10 20:17 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-10 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e229d734c6d01dc6f74ca64d24d32827506eda2b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 20:15:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=e229d734

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 62c9e52..7362ff7 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -35,6 +35,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-11  6:31 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-11  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     cf4078d515a543bfe18938a4db299857875a52cc
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 22:59:35 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=cf4078d5

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 62c9e52..7362ff7 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -35,6 +35,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-11  8:01 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-11  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     224eba7790334c021a16141d1aeef002b42154d2
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 08:00:17 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=224eba77

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 62c9e52..7362ff7 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -35,6 +35,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-18 19:23 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-18 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d59fe586d5c358bbe43f807fb6c2ac8bb8131249
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 19:20:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d59fe586

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 62c9e52..7362ff7 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -35,6 +35,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-21 18:30 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-21 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d5dc8847974f79cc8d0bc5f594a05bdd4f8a7d77
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 00:35:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5dc8847

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 62c9e52..7362ff7 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -35,6 +35,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-22 20:55 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-22 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9a3614f9afb96da3f8c51826681c263f48d3330f
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 18:44:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=9a3614f9

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 5db5d72..1d5dc9e 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-23  1:42 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-23  1:42 UTC (permalink / raw
  To: gentoo-commits

commit:     33b77931355773c827eacf0267cff345754cdca7
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 01:30:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=33b77931

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 5db5d72..1d5dc9e 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-27 23:15 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-27 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d33eb42810bfae595f3ce4b985dfb8496aad0b3b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 22:44:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d33eb428

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 5db5d72..1d5dc9e 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-29  5:01 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-29  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b221332cf72e0e3873d4a17fc653dc25ba553096
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 04:52:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=b221332c

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 953f425..2414028 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-30  6:58 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-30  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2291a59e4a7b1c81f155545c39d5b5fd6d97dce9
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 06:33:56 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=2291a59e

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 953f425..2414028 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-30  8:00 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-30  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8159e492350890c59d364def406561a35d363d73
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 07:50:18 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=8159e492

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 953f425..2414028 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-01-31 20:03 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-01-31 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9bd07a00a0ddc5badad452cb8cf6d48bff8d3ca2
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 20:25:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=9bd07a00

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 953f425..2414028 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-03-07 21:53 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-03-07 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     64b3755649925fba5c244b1556867647d9755d6b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  3 17:33:26 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:20:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=64b37556

repoman: Move ebuild_archs to the Ebuild class

 pym/repoman/modules/scan/ebuild/ebuild.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 953f425..2414028 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -36,6 +36,7 @@ class Ebuild(ScanBase):
 		self.eapi = None
 		self.inherited = None
 		self.keywords = None
+		self.archs = None
 
 	def _set_paths(self, **kwargs):
 		repolevel = kwargs.get('repolevel')


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
  2016-04-30  9:13 [gentoo-commits] proj/portage:master " Brian Dolbec
@ 2016-05-03  6:11 ` Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-05-03  6:11 UTC (permalink / raw
  To: gentoo-commits

commit:     94472883f86338c8c877bfc3af57d4d6815915ed
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 09:01:24 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 09:01:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=94472883

repoman/modules/.../ebuild.py: Add InvalidPackageName exception trap bug 581598 

This adds the "ebuild.invalidname" qa notice for the ebuild.

X-Gentoo-bug: 581598
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=581598

 pym/repoman/modules/scan/ebuild/ebuild.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pym/repoman/modules/scan/ebuild/ebuild.py b/pym/repoman/modules/scan/ebuild/ebuild.py
index 7b31fcd..28cb8b4 100644
--- a/pym/repoman/modules/scan/ebuild/ebuild.py
+++ b/pym/repoman/modules/scan/ebuild/ebuild.py
@@ -14,6 +14,7 @@ from repoman.qa_data import no_exec, allvars
 from repoman._portage import portage
 from portage import os
 from portage.const import LIVE_ECLASSES
+from portage.exception import InvalidPackageName
 
 pv_toolong_re = re.compile(r'[0-9]{19,}')
 
@@ -200,6 +201,10 @@ class Ebuild(ScanBase):
 					fuse.set(False, ignore_InvalidState=True)
 					self.qatracker.add_error("ebuild.output", os.path.join(xpkg, y))
 					continue
+				except InvalidPackageName:
+					fuse.set(False, ignore_InvalidState=True)
+					self.qatracker.add_error("ebuild.invalidname", os.path.join(xpkg, y))
+					continue
 				if not portage.eapi_is_supported(myaux["EAPI"]):
 					fuse.set(False, ignore_InvalidState=True)
 					self.qatracker.add_error("EAPI.unsupported", os.path.join(xpkg, y))


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-05-08 20:08 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-05-08 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c7900bdfe83de7f1279f1dc9c1f11a73fd597fd9
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 20:07:02 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May  8 20:07:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=c7900bdf

repoman Comment out the $ID header check for now. bug 579460

Leave the code in place for now, it may be repo config enabled later.

 pym/repoman/modules/scan/ebuild/checks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/repoman/modules/scan/ebuild/checks.py b/pym/repoman/modules/scan/ebuild/checks.py
index 8cdc230..fb3e019 100644
--- a/pym/repoman/modules/scan/ebuild/checks.py
+++ b/pym/repoman/modules/scan/ebuild/checks.py
@@ -108,8 +108,8 @@ class EbuildHeader(LineCheck):
 				return errors.COPYRIGHT_ERROR
 		elif num == 1 and line.rstrip('\n') != self.gentoo_license:
 			return errors.LICENSE_ERROR
-		elif num == 2 and line.rstrip('\n') != self.id_header:
-			return errors.ID_HEADER_ERROR
+		#elif num == 2 and line.rstrip('\n') != self.id_header:
+		#	return errors.ID_HEADER_ERROR
 
 
 class EbuildWhitespace(LineCheck):


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
@ 2016-05-08 21:21 Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-05-08 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8f738e14e6710481d1dc81ec3fa707b2d4ba9919
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 20:07:02 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May  8 21:18:43 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=8f738e14

repoman Comment out the $ID header check for now. bug 579460

Leave the code in place for now, it may be repo config enabled later.

 pym/repoman/modules/scan/ebuild/checks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/repoman/modules/scan/ebuild/checks.py b/pym/repoman/modules/scan/ebuild/checks.py
index 8cdc230..fb3e019 100644
--- a/pym/repoman/modules/scan/ebuild/checks.py
+++ b/pym/repoman/modules/scan/ebuild/checks.py
@@ -108,8 +108,8 @@ class EbuildHeader(LineCheck):
 				return errors.COPYRIGHT_ERROR
 		elif num == 1 and line.rstrip('\n') != self.gentoo_license:
 			return errors.LICENSE_ERROR
-		elif num == 2 and line.rstrip('\n') != self.id_header:
-			return errors.ID_HEADER_ERROR
+		#elif num == 2 and line.rstrip('\n') != self.id_header:
+		#	return errors.ID_HEADER_ERROR
 
 
 class EbuildWhitespace(LineCheck):


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

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/
  2016-05-15 23:51 [gentoo-commits] proj/portage:master " Brian Dolbec
@ 2016-05-14 18:33 ` Brian Dolbec
  0 siblings, 0 replies; 18+ messages in thread
From: Brian Dolbec @ 2016-05-14 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4175b9b3b39aa0f502921435bdae34a74679e53b
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 20:07:02 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat May 14 18:29:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=4175b9b3

repoman Comment out the $ID header check for now. bug 579460

Leave the code in place for now, it may be repo config enabled later.

 pym/repoman/modules/scan/ebuild/checks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/repoman/modules/scan/ebuild/checks.py b/pym/repoman/modules/scan/ebuild/checks.py
index 8cdc230..fb3e019 100644
--- a/pym/repoman/modules/scan/ebuild/checks.py
+++ b/pym/repoman/modules/scan/ebuild/checks.py
@@ -108,8 +108,8 @@ class EbuildHeader(LineCheck):
 				return errors.COPYRIGHT_ERROR
 		elif num == 1 and line.rstrip('\n') != self.gentoo_license:
 			return errors.LICENSE_ERROR
-		elif num == 2 and line.rstrip('\n') != self.id_header:
-			return errors.ID_HEADER_ERROR
+		#elif num == 2 and line.rstrip('\n') != self.id_header:
+		#	return errors.ID_HEADER_ERROR
 
 
 class EbuildWhitespace(LineCheck):


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

end of thread, other threads:[~2016-05-14 18:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11  6:31 [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ebuild/ Brian Dolbec
  -- strict thread matches above, loose matches on Subject: below --
2016-05-15 23:51 [gentoo-commits] proj/portage:master " Brian Dolbec
2016-05-14 18:33 ` [gentoo-commits] proj/portage:repoman " Brian Dolbec
2016-05-08 21:21 Brian Dolbec
2016-05-08 20:08 Brian Dolbec
2016-04-30  9:13 [gentoo-commits] proj/portage:master " Brian Dolbec
2016-05-03  6:11 ` [gentoo-commits] proj/portage:repoman " Brian Dolbec
2016-03-07 21:53 Brian Dolbec
2016-01-31 20:03 Brian Dolbec
2016-01-30  8:00 Brian Dolbec
2016-01-30  6:58 Brian Dolbec
2016-01-29  5:01 Brian Dolbec
2016-01-27 23:15 Brian Dolbec
2016-01-23  1:42 Brian Dolbec
2016-01-22 20:55 Brian Dolbec
2016-01-21 18:30 Brian Dolbec
2016-01-18 19:23 Brian Dolbec
2016-01-11  8:01 Brian Dolbec
2016-01-10 20:17 Brian Dolbec
2016-01-10  3:26 Brian Dolbec

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