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 1RDJgC-0003l4-MH for garchives@archives.gentoo.org; Mon, 10 Oct 2011 17:30:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA29C21C11D; Mon, 10 Oct 2011 17:30:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7B53021C11D for ; Mon, 10 Oct 2011 17:30:13 +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 DD4EE1B4010 for ; Mon, 10 Oct 2011 17:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 380BD80042 for ; Mon, 10 Oct 2011 17:30:11 +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: <1317f9a59a3e42ec75814bf27cb0551967f273b0.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master 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: 1317f9a59a3e42ec75814bf27cb0551967f273b0 Date: Mon, 10 Oct 2011 17:30:11 +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: ca7f1f42b63a9065212249c50007e313 commit: 1317f9a59a3e42ec75814bf27cb0551967f273b0 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Oct 10 17:30:06 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Oct 10 17:30:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D1317f9a5 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()