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 9A2DA138C48 for ; Mon, 13 Apr 2015 06:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22515E0A61; Mon, 13 Apr 2015 06:25:28 +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 72234E0A63 for ; Mon, 13 Apr 2015 06:25:27 +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 B2FB0340A99 for ; Mon, 13 Apr 2015 06:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180EE15D0A for ; Mon, 13 Apr 2015 06:25:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1428905710.11c9e067dd0b3bbdc7196a02d0fe6b949c799e25.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pyfaidx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/pyfaidx/ChangeLog sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild X-VCS-Directories: sci-biology/pyfaidx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 11c9e067dd0b3bbdc7196a02d0fe6b949c799e25 X-VCS-Branch: master Date: Mon, 13 Apr 2015 06:25:20 +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: be20f15e-d8d2-4c56-a8ee-b379aac806df X-Archives-Hash: ce7dd34cee4e390587289ca1a74b4202 commit: 11c9e067dd0b3bbdc7196a02d0fe6b949c799e25 Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 13 06:15:10 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 13 06:15:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11c9e067 sci-biology/pyfaidx: Streamline ebuild Package-Manager: portage-2.2.18 sci-biology/pyfaidx/ChangeLog | 3 +++ sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-biology/pyfaidx/ChangeLog b/sci-biology/pyfaidx/ChangeLog index 7a0357f..98ad3f4 100644 --- a/sci-biology/pyfaidx/ChangeLog +++ b/sci-biology/pyfaidx/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Apr 2015; Justin Lecher pyfaidx-0.3.8.ebuild: + sci-biology/pyfaidx: Streamline ebuild + *pyfaidx-0.3.8 (12 Apr 2015) 12 Apr 2015; Michael Schubert +metadata.xml, diff --git a/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild b/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild index a4fc8b2..5a1e846 100644 --- a/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild +++ b/sci-biology/pyfaidx/pyfaidx-0.3.8.ebuild @@ -10,8 +10,9 @@ inherit distutils-r1 DESCRIPTION="Efficient pythonic random access to fasta subsequences" HOMEPAGE="https://pypi.python.org/pypi/pyfaidx" -SRC_URI="mirror://pypi/p/pyfaidx/pyfaidx-${PV}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=""