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 1RzWed-0000jF-4U for garchives@archives.gentoo.org; Mon, 20 Feb 2012 17:03:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E54CE0E0F; Mon, 20 Feb 2012 17:03:44 +0000 (UTC) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 3ED50E0E0D for ; Mon, 20 Feb 2012 17:03:07 +0000 (UTC) Received: by bkcit16 with SMTP id it16so5351459bkc.40 for ; Mon, 20 Feb 2012 09:03:07 -0800 (PST) Received-SPF: pass (google.com: domain of corentin.chary@gmail.com designates 10.204.10.89 as permitted sender) client-ip=10.204.10.89; Authentication-Results: mr.google.com; spf=pass (google.com: domain of corentin.chary@gmail.com designates 10.204.10.89 as permitted sender) smtp.mail=corentin.chary@gmail.com; dkim=pass header.i=corentin.chary@gmail.com Received: from mr.google.com ([10.204.10.89]) by 10.204.10.89 with SMTP id o25mr11923498bko.14.1329757387396 (num_hops = 1); Mon, 20 Feb 2012 09:03:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=4Wp6RtO1pMpGpyZraYBwahw8EXw0vPo/eV62ANY/uNA=; b=xPoIFp9U7qeZg/zMQwXTWy0ctuC6+7SxexfqSa2UTLdNqgalMTVCV7S4FpUmNOjTDb v1QmoHEKjNbGYasjFfhYMdI7FRtI0NJAmn91pFULokTo/iBXWunPC2S24A0QdifKg9x6 0AjG6+mk/k3/BSU9a9zLYiAZwg0dSUvufckR4= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.10.89 with SMTP id o25mr9638194bko.14.1329757386441; Mon, 20 Feb 2012 09:03:06 -0800 (PST) Received: by 10.204.22.17 with HTTP; Mon, 20 Feb 2012 09:03:06 -0800 (PST) Date: Mon, 20 Feb 2012 18:03:06 +0100 Message-ID: Subject: [gentoo-dev] Gentoo Janitor scripts From: Corentin Chary To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 8d5d900d-33a1-49b0-b5bc-94b78515ac2c X-Archives-Hash: c4cd799f45116e150d85fd02fc7f8bdb Hi, Since I plan to use the remote remote-id tag for euscan, and I already use SRC_URI but I'd like all ebuild to use mirrors, I've wrote to scripts to cleanup your ebuilds and metadata. There are available here: https://github.com/iksaif/portage-janitor Here is what you can do with them: python remoteids.py --diff pycuda Test-Tester Alien-SDL ostinato --- a/dev-python/pycuda/metadata.xml +++ b/dev-python/pycuda/metadata.xml @@ -4,4 +4,7 @@ spock@gentoo.org + + pycuda + --- a/dev-perl/Alien-SDL/metadata.xml +++ b/dev-perl/Alien-SDL/metadata.xml @@ -7,4 +7,7 @@ ssuominen@gentoo.org Samuli Suominen + + Alien-SDL + --- a/net-analyzer/ostinato/metadata.xml +++ b/net-analyzer/ostinato/metadata.xml @@ -7,5 +7,7 @@ + + ostinato + $ eix -C dev-python --only-names | python mirrors.py --diff --- a/dev-python/asciitable/asciitable-0.8.0.ebuild +++ b/dev-python/asciitable/asciitable-0.8.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="An extensible ASCII table reader" HOMEPAGE="http://pypi.python.org/pypi/asciitable http://cxc.harvard.edu/contrib/asciitable" -SRC_URI="http://pypi.python.org/packages/source/a/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" --- a/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild +++ b/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Cosmology routines built on NumPy/SciPy" HOMEPAGE="http://roban.github.com/CosmoloPy/ http://pypi.python.org/pypi/CosmoloPy" -SRC_URI="http://pypi.python.org/packages/source/C/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/C/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" Feel free to test them, and if they are broken I'll gladly accept a patch :). Maybe some bits could be integrated to repoman... Thanks, -- Corentin Chary http://xf.iksaif.net