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 DAF5B138CD3 for ; Mon, 25 May 2015 23:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 396B4E0851; Mon, 25 May 2015 23:02:38 +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 7AEAFE0851 for ; Mon, 25 May 2015 23:02:37 +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 CB5AB340AE4 for ; Mon, 25 May 2015 23:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A58A03 for ; Mon, 25 May 2015 23:02:34 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1430734410.0cba5b2ddee2f6c20e2b5088e724fc5ade3bd46d.ottxor@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.8.ebuild sci-libs/pydicom/pydicom-9999.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 0cba5b2ddee2f6c20e2b5088e724fc5ade3bd46d X-VCS-Branch: master Date: Mon, 25 May 2015 23:02: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: a7d2d2c4-1d83-4530-91be-00ffa9b7a72c X-Archives-Hash: f510da9affac98812dd0be02f5e17127 commit: 0cba5b2ddee2f6c20e2b5088e724fc5ade3bd46d Author: Horea Christian mail ru> AuthorDate: Mon May 4 10:13:30 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon May 4 10:13:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0cba5b2d updated homepage Package-Manager: portage-2.2.18 sci-libs/pydicom/ChangeLog | 3 +++ sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +- sci-libs/pydicom/pydicom-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index dac4df3..b8014d9 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 # $Header: $ + 04 May 2015; pydicom-0.9.8.ebuild, pydicom-9999.ebuild: + updated homepage + 06 Apr 2015; pydicom-9999.ebuild: no keywords in live ebuilds diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild index c65f082..ad575a6 100644 --- a/sci-libs/pydicom/pydicom-0.9.8.ebuild +++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A pure python package for parsing DICOM files" -HOMEPAGE="https://code.google.com/p/pydicom/" +HOMEPAGE="http://www.pydicom.org/" SRC_URI="https://pydicom.googlecode.com/files/${P}.zip" LICENSE="MIT" diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild index fd90534..bc09e8c 100644 --- a/sci-libs/pydicom/pydicom-9999.ebuild +++ b/sci-libs/pydicom/pydicom-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 git-r3 DESCRIPTION="A pure python package for parsing DICOM files" -HOMEPAGE="https://code.google.com/p/pydicom/" +HOMEPAGE="http://www.pydicom.org/" SRC_URI="" EGIT_REPO_URI="https://github.com/darcymason/pydicom"