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 EC424138247 for ; Mon, 6 Jan 2014 19:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 588A6E0C75; Mon, 6 Jan 2014 19:58:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD79FE0C76 for ; Mon, 6 Jan 2014 19:58:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B19F33F49F for ; Mon, 6 Jan 2014 19:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 204B5E5536 for ; Mon, 6 Jan 2014 19:58:00 +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: <1389037938.43d427f4b84307ebc49dcba0d7b113abb79d74ad.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/metadata.xml sci-libs/pydicom/pydicom-0.9.8.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 43d427f4b84307ebc49dcba0d7b113abb79d74ad X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:58:00 +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: a5debab5-7ef3-40ed-afb5-13964ab048d1 X-Archives-Hash: 7e18a9052cf3e88d668f7d3727b91a4d commit: 43d427f4b84307ebc49dcba0d7b113abb79d74ad Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 19:52:18 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 19:52:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=43d427f4 sci-libs/pydicom: Add missing metadata.xml Package-Manager: portage-2.2.8 --- sci-libs/pydicom/ChangeLog | 8 ++++++++ sci-libs/pydicom/metadata.xml | 5 +++++ sci-libs/pydicom/pydicom-0.9.8.ebuild | 6 ++---- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog new file mode 100644 index 0000000..dd3589e --- /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 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 0000000..897aa2e --- /dev/null +++ b/sci-libs/pydicom/metadata.xml @@ -0,0 +1,5 @@ + + + + sci + diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild index 1a31eb2..923ef5a 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=""