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 424A81381F3 for ; Sat, 15 Dec 2012 22:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9CEA21C06B; Sat, 15 Dec 2012 22:31:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E4EC21C06B for ; Sat, 15 Dec 2012 22:31:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AB7433DC98 for ; Sat, 15 Dec 2012 22:31:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 71A20E543C for ; Sat, 15 Dec 2012 22:31:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1355610668.15fa0aff63165ad39ed5419ed5cfbb3a6cadcdc0.dol-sen@gentoo> Subject: [gentoo-commits] proj/mirrorselect:master commit in: / X-VCS-Repository: proj/mirrorselect X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 15fa0aff63165ad39ed5419ed5cfbb3a6cadcdc0 X-VCS-Branch: master Date: Sat, 15 Dec 2012 22:31:28 +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: a5f9dad7-db2d-49ad-b97a-9382148ed369 X-Archives-Hash: e68a6ac6678ad3ae3ad88ef022d6c5bd commit: 15fa0aff63165ad39ed5419ed5cfbb3a6cadcdc0 Author: Brian Dolbec gentoo org> AuthorDate: Sat Dec 15 22:31:08 2012 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Dec 15 22:31:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=15fa0aff add a README to quite a setup.py warning. --- README | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/README b/README new file mode 100644 index 0000000..da1c5da --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +Package: app-portage/mirrorselect +Authors: + Copyright (C) 2005 Colin Kingsley + Copyright (C) 2008 Zac Medico + Copyright (C) 2009 Sebastian Pipping + Copyright (C) 2009 Christian Ruppert + Copyright (C) 2012 Brian Dolbec + +Mirrorselect is a small utility script to help select the mirror(s) +to use for fetching the distfiles to install packages in a +gentoo or gentoo-based linux system. + +See the mirrorselect manpage for usage instructions.