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 DB7271384C3 for ; Mon, 7 Sep 2015 06:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B16E0833; Mon, 7 Sep 2015 06:49:41 +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 4D2B9E0818 for ; Mon, 7 Sep 2015 06:49:40 +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 5556D34085B for ; Mon, 7 Sep 2015 06:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528B1189 for ; Mon, 7 Sep 2015 06:49:34 +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: <1441359428.790ff553a9a781a0d34ee7a5b29898f8eb4cdb3d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pydicom/ChangeLog sci-libs/pydicom/pydicom-0.9.9.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 790ff553a9a781a0d34ee7a5b29898f8eb4cdb3d X-VCS-Branch: master Date: Mon, 7 Sep 2015 06:49:34 +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: 3c4d6f76-6448-415e-95b0-ae7f051d8657 X-Archives-Hash: a697fa3f2d060470b4875ad223c16eaf commit: 790ff553a9a781a0d34ee7a5b29898f8eb4cdb3d Author: Marius Brehler linux sungazer de> AuthorDate: Fri Sep 4 09:37:08 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 4 09:37:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=790ff553 sci-libs/pydicom: Fix SRC_URI Package-Manager: portage-2.2.20.1 sci-libs/pydicom/ChangeLog | 3 +++ sci-libs/pydicom/pydicom-0.9.9.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index 8d2aa11..2289ceb 100644 --- a/sci-libs/pydicom/ChangeLog +++ b/sci-libs/pydicom/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 04 Sep 2015; Marius Brehler pydicom-0.9.9.ebuild: + sci-libs/pydicom: Fix SRC_URI + 04 May 2015; Horea Christian pydicom-0.9.8.ebuild, pydicom-9999.ebuild: updated homepage diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild index 02ea11c..ec432d6 100644 --- a/sci-libs/pydicom/pydicom-0.9.9.ebuild +++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="A pure python package for parsing DICOM files" HOMEPAGE="http://www.pydicom.org/" -SRC_URI="https://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"