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 6D0C01382C5 for ; Sun, 3 Jan 2021 04:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1021E0841; Sun, 3 Jan 2021 04:32:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8D459E0841 for ; Sun, 3 Jan 2021 04:32:24 +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 9B1D1341000 for ; Sun, 3 Jan 2021 04:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A72B48D for ; Sun, 3 Jan 2021 04:32:21 +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: <1609648295.674c417ea40b3976fa8e3621107c2ac2fac0a8c1.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/viper/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/viper/metadata.xml dev-python/viper/viper-1.0.1.ebuild X-VCS-Directories: dev-python/viper/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 674c417ea40b3976fa8e3621107c2ac2fac0a8c1 X-VCS-Branch: master Date: Sun, 3 Jan 2021 04:32:21 +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: 848c6a66-762d-465b-beb8-c16d9a1ab009 X-Archives-Hash: 576fd48e993c20b56ec9a12436200f9f commit: 674c417ea40b3976fa8e3621107c2ac2fac0a8c1 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Jan 2 13:04:49 2021 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Jan 3 04:31:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=674c417e dev-python/viper: remove package, py2 only, no longer in development no reverse deps Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Horea Christian chymera.eu> Closes: https://github.com/gentoo/sci/pull/1027 dev-python/viper/metadata.xml | 16 ---------------- dev-python/viper/viper-1.0.1.ebuild | 17 ----------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/viper/metadata.xml b/dev-python/viper/metadata.xml deleted file mode 100644 index 6c82f77b4..000000000 --- a/dev-python/viper/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -Viper is a minimalistic scientific plotter and run-time visualization -module. Viper has support for visualizing meshes and solutions in -DOLFIN. - - - fenics-viper - - diff --git a/dev-python/viper/viper-1.0.1.ebuild b/dev-python/viper/viper-1.0.1.ebuild deleted file mode 100644 index 0ba65e117..000000000 --- a/dev-python/viper/viper-1.0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Minimalistic scientific plotter and run-time visualization module" -HOMEPAGE="https://launchpad.net/fenics-viper" -SRC_URI="https://launchpad.net/fenics-viper/1.0.x/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE=""