Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
Date: Mon, 28 Nov 2016 21:22:12
Message-Id: 1480368093.a103963268f7ac3bbbb8adffcff328be188afcfd.marbre@gentoo
1 commit: a103963268f7ac3bbbb8adffcff328be188afcfd
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Mon Nov 28 21:21:33 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Nov 28 21:21:33 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1039632
7
8 sci-libs/pydicom: Drop 0.9.8
9
10 Package-Manager: portage-2.3.0
11
12 sci-libs/pydicom/pydicom-0.9.8.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild
16 deleted file mode 100644
17 index 2bc0eaf..0000000
18 --- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="A pure python package for parsing DICOM files"
32 -HOMEPAGE="http://www.pydicom.org/"
33 -SRC_URI="https://pydicom.googlecode.com/files/${P}.zip"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""