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 E73DE138350 for ; Tue, 24 Mar 2020 23:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31E19E08AA; Tue, 24 Mar 2020 23:01:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C48BE08AA for ; Tue, 24 Mar 2020 23:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F20F34EF8A for ; Tue, 24 Mar 2020 23:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07338102 for ; Tue, 24 Mar 2020 23:01:34 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1585090827.3e15fbd3c424ccd86c0001de906ce29c0f29ead0.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy-templates/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipy-templates/metadata.xml sci-libs/nipy-templates/nipy-templates-0.2.ebuild X-VCS-Directories: sci-libs/nipy-templates/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 3e15fbd3c424ccd86c0001de906ce29c0f29ead0 X-VCS-Branch: master Date: Tue, 24 Mar 2020 23:01:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a49448a-3470-4848-94c2-84f3b3b272bb X-Archives-Hash: 35b3f772ed3ad36c597e29a70012dabd commit: 3e15fbd3c424ccd86c0001de906ce29c0f29ead0 Author: Horea Christian chymera eu> AuthorDate: Tue Mar 24 23:00:27 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Mar 24 23:00:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3e15fbd3 sci-libs/nipy-templates: remove from tree. Unmaintained, not used by any packages Signed-off-by: Horea Christian chymera.eu> sci-libs/nipy-templates/metadata.xml | 15 --------------- sci-libs/nipy-templates/nipy-templates-0.2.ebuild | 20 -------------------- 2 files changed, 35 deletions(-) diff --git a/sci-libs/nipy-templates/metadata.xml b/sci-libs/nipy-templates/metadata.xml deleted file mode 100644 index 1b34497a7..000000000 --- a/sci-libs/nipy-templates/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - horea.christ@gmail.com - Horea Christian - - - sci@gentoo.org - Gentoo Science Project - - -Nipy-templates is a package containing template files needed by some nipy functions. - - diff --git a/sci-libs/nipy-templates/nipy-templates-0.2.ebuild b/sci-libs/nipy-templates/nipy-templates-0.2.ebuild deleted file mode 100644 index 0cde31df8..000000000 --- a/sci-libs/nipy-templates/nipy-templates-0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Normalization templates for Python Neuroimaging" -HOMEPAGE="http://nipy.org/" -SRC_URI="http://nipy.org/data-packages/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND=""