commit: 2430d6de80d325403e962867ee542b091bc1ca74 Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Tue Mar 31 13:01:03 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Mar 31 13:01:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2430d6de
new live ebuild supporting various python versions Package-Manager: portage-2.2.18 sci-libs/pydicom/ChangeLog | 3 +++ sci-libs/pydicom/pydicom-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index b8ce55e..bb11332 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: $ + 31 Mar 2015; <[email protected]> pydicom-9999.ebuild: + new live ebuild supporting various python versions + *pydicom-9999 (31 Mar 2015) 31 Mar 2015; <[email protected]> +pydicom-9999.ebuild: diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild index 9823d81..2d7786f 100644 --- a/sci-libs/pydicom/pydicom-9999.ebuild +++ b/sci-libs/pydicom/pydicom-9999.ebuild @@ -11,11 +11,11 @@ inherit distutils-r1 git-r3 DESCRIPTION="A pure python package for parsing DICOM files" HOMEPAGE="https://code.google.com/p/pydicom/" SRC_URI="" -EGIT_REPO_UIR="https://github.com/darcymason/pydicom" +EGIT_REPO_URI="https://github.com/darcymason/pydicom" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/source" +S="${S}/source"
