From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47BED1395E2 for ; Mon, 28 Nov 2016 21:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71C05E0AC9; Mon, 28 Nov 2016 21:22:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57F0FE0AAA for ; Mon, 28 Nov 2016 21:22:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51501341149 for ; Mon, 28 Nov 2016 21:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D3124A2 for ; Mon, 28 Nov 2016 21:22:07 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1480368093.a103963268f7ac3bbbb8adffcff328be188afcfd.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pydicom/pydicom-0.9.8.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: a103963268f7ac3bbbb8adffcff328be188afcfd X-VCS-Branch: master Date: Mon, 28 Nov 2016 21:22:07 +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: 35abc272-d47b-4861-b326-1f37ee803a7f X-Archives-Hash: c51b144b95c8ccd78bea4dd49029b8a2 commit: a103963268f7ac3bbbb8adffcff328be188afcfd Author: Marius Brehler linux sungazer de> AuthorDate: Mon Nov 28 21:21:33 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Nov 28 21:21:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1039632 sci-libs/pydicom: Drop 0.9.8 Package-Manager: portage-2.3.0 sci-libs/pydicom/pydicom-0.9.8.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild deleted file mode 100644 index 2bc0eaf..0000000 --- a/sci-libs/pydicom/pydicom-0.9.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="A pure python package for parsing DICOM files" -HOMEPAGE="http://www.pydicom.org/" -SRC_URI="https://pydicom.googlecode.com/files/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE=""