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 1RDwLw-0003PR-2Z for garchives@archives.gentoo.org; Wed, 12 Oct 2011 10:48:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D80B21C0C2; Wed, 12 Oct 2011 10:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE83721C0C2 for ; Wed, 12 Oct 2011 10:47:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B9981B4017 for ; Wed, 12 Oct 2011 10:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CB3F880042 for ; Wed, 12 Oct 2011 10:47:51 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <5af2834148d2d074a79c5fc390cbfd85bf9e16c5.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.2.x commit in: scripts/ X-VCS-Repository: proj/elfix X-VCS-Files: scripts/revdep-pax X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5af2834148d2d074a79c5fc390cbfd85bf9e16c5 Date: Wed, 12 Oct 2011 10:47:51 +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: X-Archives-Hash: e2d2af92f6a7b770fda140a38a08661f commit: 5af2834148d2d074a79c5fc390cbfd85bf9e16c5 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Oct 10 17:30:06 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Oct 12 10:47:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D5af28341 scripts/revdep-pax: add help --- scripts/revdep-pax | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/scripts/revdep-pax b/scripts/revdep-pax index 26334c7..bdf6004 100755 --- a/scripts/revdep-pax +++ b/scripts/revdep-pax @@ -137,7 +137,18 @@ def print_reverse_linkings( reverse_linkings, so2fil= ename_mappings ): =20 =20 def usage(): - print 'TODO' + print 'Package Name : elfix\n' + print 'Bug Reports : http://bugs.gentoo.org/' + print 'Program Name : revdep-pax\n' + print 'Description : Get or set pax flags on an ELF object\n\n' + print 'Usage : revdep-pax [-fv] | [-rv] | -v [-b BINARY] | -v [-= s SONAME] | -h\n\n' + print 'Options : -f print out all the forward mappings for= all system binaries\n' + print ' : -r print out all the reverse mappints for= all system sonames\n' + print ' : -b BINARY print all the forward mappings only fo= r BINARY\n' + print ' : -s SONAME print all the reverse mappings only fo= r SONAME\n' + print ' : -v verbose, otherwise just print mismatch= ed pax flags \n' + print ' : -h print out this help\n\n' + =20 def run_forward(): ( forward_linkings, so2filename_mappings ) =3D get_forward_linkings()