From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rhcd7-00032w-S3 for garchives@archives.gentoo.org; Mon, 02 Jan 2012 07:48:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFB8121C026; Mon, 2 Jan 2012 07:48:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B34C421C026 for ; Mon, 2 Jan 2012 07:48:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF7E1B4007 for ; Mon, 2 Jan 2012 07:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 73DAD80042 for ; Mon, 2 Jan 2012 07:48:17 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <2fce72c6af32d2d1ffc92684e810f221185cdda8.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/, bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman man/repoman.1 X-VCS-Directories: man/ bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2fce72c6af32d2d1ffc92684e810f221185cdda8 Date: Mon, 2 Jan 2012 07:48:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: df0030c1-2e32-4446-86e2-11f3704ddd28 X-Archives-Hash: f752b391100d70dfcf17b3722d369202 commit: 2fce72c6af32d2d1ffc92684e810f221185cdda8 Author: Zac Medico gentoo org> AuthorDate: Mon Jan 2 07:48:07 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jan 2 07:48:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D2fce72c6 repoman: remove ebuild.allmasked check This check it pretty useless, since there packages don't necessarily need to have any stable keywords, and nobody relies on this check to decide when to keyword something. Also, remove references to the ebuild.nostable which doesn't seem to exist anymore. --- bin/repoman | 15 --------------- man/repoman.1 | 6 ------ 2 files changed, 0 insertions(+), 21 deletions(-) diff --git a/bin/repoman b/bin/repoman index 1933489..6e91254 100755 --- a/bin/repoman +++ b/bin/repoman @@ -373,8 +373,6 @@ qahelp=3D{ "digest.assumed":"Existing digest must be assumed correct (Package leve= l only)", "digest.missing":"Some files listed in SRC_URI aren't referenced in the= Manifest", "digest.unused":"Some files listed in the Manifest aren't referenced in= SRC_URI", - "ebuild.nostable":"There are no ebuilds that are marked as stable for y= our ARCH", - "ebuild.allmasked":"All ebuilds are masked for this package (Package le= vel only)", "ebuild.majorsyn":"This ebuild has a major syntax error that may cause = the ebuild to fail partially or fully", "ebuild.minorsyn":"This ebuild has a minor syntax error that contravene= s gentoo coding style", "ebuild.badheader":"This ebuild has a malformed header", @@ -399,8 +397,6 @@ qawarnings =3D set(( "digest.assumed", "digest.unused", "ebuild.notadded", -"ebuild.nostable", -"ebuild.allmasked", "ebuild.nesteddie", "desktop.invalid", "DEPEND.badmasked","RDEPEND.badmasked","PDEPEND.badmasked", @@ -1593,7 +1589,6 @@ for x in effective_scanlist: changelog_path =3D os.path.join(checkdir_relative, "ChangeLog") changelog_modified =3D changelog_path in modified_changelogs =20 - allmasked =3D True # detect unused local USE-descriptions used_useflags =3D set() =20 @@ -1776,7 +1771,6 @@ for x in effective_scanlist: arches.append([keyword, keyword[1:], [keyword[1:], keyword]]) else: arches.append([keyword, keyword, [keyword]]) - allmasked =3D False if not arches: # Use an empty profile for checking dependencies of # packages that have empty KEYWORDS. @@ -2115,15 +2109,6 @@ for x in effective_scanlist: fails["dependency.unknown"].append("%s: %s: %s" % (relative_path, mytype, ", ".join(sorted(atoms)))) =20 - # Check for 'all unstable' or 'all masked' -- ACCEPT_KEYWORDS is stripp= ed - # XXX -- Needs to be implemented in dep code. Can't determine ~arch nic= ely. - #if not portage.portdb.xmatch("bestmatch-visible",x): - # stats["ebuild.nostable"]+=3D1 - # fails["ebuild.nostable"].append(x) - if ebuildlist and allmasked and repolevel =3D=3D 3: - stats["ebuild.allmasked"]+=3D1 - fails["ebuild.allmasked"].append(x) - # check if there are unused local USE-descriptions in metadata.xml # (unless there are any invalids, to avoid noise) if allvalid: diff --git a/man/repoman.1 b/man/repoman.1 index 7bc5c45..f53a19e 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -274,9 +274,6 @@ Some files listed in SRC_URI aren't referenced in the= Manifest .B digest.unused Some files listed in the Manifest aren't referenced in SRC_URI .TP -.B ebuild.allmasked -All ebuilds are masked for this package (Package level only) -.TP .B ebuild.badheader This ebuild has a malformed header .TP @@ -295,9 +292,6 @@ Ebuild files that do not have the same name as their = parent directory .B ebuild.nesteddie Placing 'die' inside ( ) prints an error, but doesn't stop the ebuild. .TP -.B ebuild.nostable -There are no ebuilds that are marked as stable for your ARCH -.TP .B ebuild.notadded Ebuilds that exist but have not been added to cvs .TP