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 27E9C138359 for ; Sat, 26 Sep 2020 01:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4485EE078A; Sat, 26 Sep 2020 01:18:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 26964E078A for ; Sat, 26 Sep 2020 01:18:08 +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 A77E1340C9A for ; Sat, 26 Sep 2020 01:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28DE8365 for ; Sat, 26 Sep 2020 01:18:05 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601083047.fb86035882cd63411368dd019a3a8c377ddef7d5.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/pyslice/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/pyslice/metadata.xml sys-cluster/pyslice/pyslice-1.7.ebuild X-VCS-Directories: sys-cluster/pyslice/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: fb86035882cd63411368dd019a3a8c377ddef7d5 X-VCS-Branch: master Date: Sat, 26 Sep 2020 01:18:05 +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: 923fc9a5-4374-471f-a230-38243f99d450 X-Archives-Hash: 330e7aa1d31522607087fedfd4b79f93 commit: fb86035882cd63411368dd019a3a8c377ddef7d5 Author: Aisha Tammy aisha cc> AuthorDate: Sat Sep 26 01:17:27 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sat Sep 26 01:17:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fb860358 sys-cluster/pyslice: drop dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> sys-cluster/pyslice/metadata.xml | 15 --------------- sys-cluster/pyslice/pyslice-1.7.ebuild | 20 -------------------- 2 files changed, 35 deletions(-) diff --git a/sys-cluster/pyslice/metadata.xml b/sys-cluster/pyslice/metadata.xml deleted file mode 100644 index 7624e48f8..000000000 --- a/sys-cluster/pyslice/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - cluster@gentoo.org - Gentoo Cluster Project - - -Templating system for parametric modeling. - - - pyslice - pyslice - - diff --git a/sys-cluster/pyslice/pyslice-1.7.ebuild b/sys-cluster/pyslice/pyslice-1.7.ebuild deleted file mode 100644 index 7177ab13f..000000000 --- a/sys-cluster/pyslice/pyslice-1.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Templating system for parametric modeling" -HOMEPAGE="http://pyslice.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"