aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 20:52:18 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 20:52:18 +0100
commit43d427f4b84307ebc49dcba0d7b113abb79d74ad (patch)
tree2fbea0531d8a02d0dcb5f57ea4fb158a053060ce /sci-libs/pydicom
parentsci-biology/mne-python: Add missing metadata.xml; drop USE=cuda; fix python deps (diff)
downloadsci-43d427f4b84307ebc49dcba0d7b113abb79d74ad.tar.gz
sci-43d427f4b84307ebc49dcba0d7b113abb79d74ad.tar.bz2
sci-43d427f4b84307ebc49dcba0d7b113abb79d74ad.zip
sci-libs/pydicom: Add missing metadata.xml
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-libs/pydicom')
-rw-r--r--sci-libs/pydicom/ChangeLog8
-rw-r--r--sci-libs/pydicom/metadata.xml5
-rw-r--r--sci-libs/pydicom/pydicom-0.9.8.ebuild6
3 files changed, 15 insertions, 4 deletions
diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
new file mode 100644
index 000000000..dd3589ee2
--- /dev/null
+++ b/sci-libs/pydicom/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/pydicom
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> pydicom-0.9.8.ebuild,
+ +metadata.xml:
+ Add missing metadata.xml
+
diff --git a/sci-libs/pydicom/metadata.xml b/sci-libs/pydicom/metadata.xml
new file mode 100644
index 000000000..897aa2e6b
--- /dev/null
+++ b/sci-libs/pydicom/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+</pkgmetadata>
diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index 1a31eb262..923ef5a19 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -15,6 +16,3 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-RDEPEND=""
-DEPEND=""