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 7D8001392EF for ; Tue, 11 Mar 2014 21:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 357B8E0966; Tue, 11 Mar 2014 21:43:16 +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 C1255E0966 for ; Tue, 11 Mar 2014 21:43:15 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81CB933FC20 for ; Tue, 11 Mar 2014 21:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8A14F183B3 for ; Tue, 11 Mar 2014 21:43:12 +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: <1394574172.c6286bab8c4e96a7e54e05ab26244ca648ae9787.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/revdep-rebuild.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: c6286bab8c4e96a7e54e05ab26244ca648ae9787 X-VCS-Branch: gentoolkit Date: Tue, 11 Mar 2014 21:43:12 +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: 93c07102-27c3-41bb-bad5-d0138c27eb46 X-Archives-Hash: 66b501b5293f3065283e3a159a78a2df commit: c6286bab8c4e96a7e54e05ab26244ca648ae9787 Author: Paul Varner gentoo org> AuthorDate: Tue Mar 11 21:42:52 2014 +0000 Commit: Paul Varner gentoo org> CommitDate: Tue Mar 11 21:42:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=c6286bab Remove unused revdep-rebuild.py --- pym/gentoolkit/revdep_rebuild/revdep-rebuild.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/revdep-rebuild.py b/pym/gentoolkit/revdep_rebuild/revdep-rebuild.py deleted file mode 100755 index 2619ee0..0000000 --- a/pym/gentoolkit/revdep_rebuild/revdep-rebuild.py +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - - -# Author: SÅ‚awomir Lis -# revdep-rebuild original author: Stanislav Brabec -# revdep-rebuild original rewrite Author: Michael A. Smith -# Current Maintainer: Paul Varner - -# Creation date: 2010/10/17 -# License: BSD - -from rebuild import APP_NAME, VERSION, main - -if __name__ == '__main__': - # instead of revdep-rebuild.py call rebuild.py - main()