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 1QZlbp-0006qa-Vr for garchives@archives.gentoo.org; Thu, 23 Jun 2011 15:14:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57EA71C094; Thu, 23 Jun 2011 15:14:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 154951C0AF for ; Thu, 23 Jun 2011 15:14:06 +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 4A2B12AC00D for ; Thu, 23 Jun 2011 15:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 962E58003F for ; Thu, 23 Jun 2011 15:14:05 +0000 (UTC) From: "Vikraman Choudhury" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vikraman Choudhury" Message-ID: <52f307f5e2366fcb614baca617dd80988be489ee.vikraman@gentoo> Subject: [gentoo-commits] proj/gentoostats:master commit in: overlay/app-portage/gentoostats/ X-VCS-Repository: proj/gentoostats X-VCS-Files: overlay/app-portage/gentoostats/Manifest overlay/app-portage/gentoostats/gentoostats-9999.ebuild X-VCS-Directories: overlay/app-portage/gentoostats/ X-VCS-Committer: vikraman X-VCS-Committer-Name: Vikraman Choudhury X-VCS-Revision: 52f307f5e2366fcb614baca617dd80988be489ee Date: Thu, 23 Jun 2011 15:14:05 +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: c22c3cd241dcbb8de930468f7a851dc9 commit: 52f307f5e2366fcb614baca617dd80988be489ee Author: Vikraman Choudhury gmail com> AuthorDate: Thu Jun 23 15:13:36 2011 +0000 Commit: Vikraman Choudhury gmail com> CommitDate: Thu Jun 23 15:13:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoostats.g= it;a=3Dcommit;h=3D52f307f5 add dev-python/argparse to rdepend --- overlay/app-portage/gentoostats/Manifest | 2 +- .../gentoostats/gentoostats-9999.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/overlay/app-portage/gentoostats/Manifest b/overlay/app-porta= ge/gentoostats/Manifest index 589f9fa..1fc6430 100644 --- a/overlay/app-portage/gentoostats/Manifest +++ b/overlay/app-portage/gentoostats/Manifest @@ -1 +1 @@ -EBUILD gentoostats-9999.ebuild 1298 RMD160 149283f99950c8d639e4f90634d97= 68ecfb20158 SHA1 6bb2040fc224e3e1647fb402af0e263271575732 SHA256 e42afaac= 058fd5940cba15c676c5ac22889cf89c92fa275c07f17091373a26d7 +EBUILD gentoostats-9999.ebuild 1319 RMD160 e6dabb21e90207c85c12a3140fb22= 7602f7b6911 SHA1 8d9ee7a60453a09529e6f7f7d2866987fdf1494f SHA256 cae18e0b= 8b29eb3c374be5ff313593ffecc0f9e4bad07be174dd3fb9fdc3afb2 diff --git a/overlay/app-portage/gentoostats/gentoostats-9999.ebuild b/ov= erlay/app-portage/gentoostats/gentoostats-9999.ebuild index 012b7a3..30892e9 100644 --- a/overlay/app-portage/gentoostats/gentoostats-9999.ebuild +++ b/overlay/app-portage/gentoostats/gentoostats-9999.ebuild @@ -21,6 +21,7 @@ DEPEND=3D"" RDEPEND=3D"${DEPEND} sys-apps/portage >=3Dapp-portage/gentoolkit-0.3.0.2 + dev-python/argparse dev-python/simplejson" =20 src_compile() {