From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00501138BED for ; Thu, 15 Oct 2015 16:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EAF821C04E; Thu, 15 Oct 2015 16:44:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FEB421C04E for ; Thu, 15 Oct 2015 16:44:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28C29340C43 for ; Thu, 15 Oct 2015 16:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B39A010CB for ; Thu, 15 Oct 2015 16:44:17 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1306617732.c9bd257c7cdd4c64ccefb687643958098c3c6d75.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: c9bd257c7cdd4c64ccefb687643958098c3c6d75 X-VCS-Branch: master Date: Thu, 15 Oct 2015 16:44: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 X-Archives-Salt: 1a26dddb-1475-4b6c-9237-18a050d8e31a X-Archives-Hash: 6532e8090bbc9d48dd3047d766be12a4 commit: c9bd257c7cdd4c64ccefb687643958098c3c6d75 Author: Christian Ruppert gentoo org> AuthorDate: Sat May 28 21:22:12 2011 +0000 Commit: Paul Varner gentoo org> CommitDate: Sat May 28 21:22:12 2011 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=c9bd257c Merge branch 'gentoolkit' of git+ssh://overlays.gentoo.org/proj/gentoolkit into gentoolkit bin/{analyse => enalyze} | 6 +- bin/euse | 111 +++++++++++---------- bin/revdep-rebuild | 38 ++++--- man/{analyse.1 => enalyze.1} | 46 ++++----- pym/gentoolkit/dependencies.py | 41 ++++---- pym/gentoolkit/eclean/search.py | 16 ++- pym/gentoolkit/{analyse => enalyze}/__init__.py | 10 +- .../{analyse/analyse.py => enalyze/analyze.py} | 46 ++++----- pym/gentoolkit/{analyse => enalyze}/base.py | 4 +- pym/gentoolkit/{analyse => enalyze}/lib.py | 4 +- pym/gentoolkit/{analyse => enalyze}/output.py | 2 +- pym/gentoolkit/{analyse => enalyze}/rebuild.py | 26 ++--- pym/gentoolkit/eprefix.py | 28 ++---- pym/gentoolkit/equery/__init__.py | 3 + pym/gentoolkit/equery/meta.py | 10 ++ pym/gentoolkit/eshowkw/__init__.py | 12 ++- pym/gentoolkit/eshowkw/display_pretty.py | 9 +- pym/gentoolkit/eshowkw/keywords_content.py | 6 +- pym/gentoolkit/eshowkw/keywords_header.py | 4 +- pym/gentoolkit/flag.py | 3 +- pym/gentoolkit/helpers.py | 2 +- pym/gentoolkit/package.py | 10 +- pym/gentoolkit/test/eclean/test_search.py | 2 +- setup.py | 2 +- 24 files changed, 243 insertions(+), 198 deletions(-)