diff options
author | 2021-01-02 14:04:49 +0100 | |
---|---|---|
committer | 2021-01-02 23:31:35 -0500 | |
commit | 674c417ea40b3976fa8e3621107c2ac2fac0a8c1 (patch) | |
tree | 74e97153a0b5adc604b1497ec38496284366e1df /dev-python | |
parent | dev-python/num2words: version bump, fix tests (diff) | |
download | sci-674c417ea40b3976fa8e3621107c2ac2fac0a8c1.tar.gz sci-674c417ea40b3976fa8e3621107c2ac2fac0a8c1.tar.bz2 sci-674c417ea40b3976fa8e3621107c2ac2fac0a8c1.zip |
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 <andrewammerlaan@riseup.net>
Signed-off-by: Horea Christian <chr@chymera.eu>
Closes: https://github.com/gentoo/sci/pull/1027
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/viper/Manifest | 1 | ||||
-rw-r--r-- | dev-python/viper/metadata.xml | 16 | ||||
-rw-r--r-- | dev-python/viper/viper-1.0.1.ebuild | 17 |
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/viper/Manifest b/dev-python/viper/Manifest deleted file mode 100644 index c4ce40e5e..000000000 --- a/dev-python/viper/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST viper-1.0.1.tar.gz 192880 BLAKE2B 6997ce51328f7a94134c8d58261e2746c8ef03779fc0a202eb7661df63c6a1344a742987201aa38eba5db3ccc8dd9fdaf1551fbefcd839a988bfb7dac8f9ed69 SHA512 f56c93058a3fcc904a2e2f4f5780e8b027d97a10d09867c0f66048475e07282760798f2ff446915704d49e5d1e31bb55367d3902edbce331be4936a71ca85caf 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -Viper is a minimalistic scientific plotter and run-time visualization -module. Viper has support for visualizing meshes and solutions in -DOLFIN. -</longdescription> - <upstream> - <remote-id type="launchpad">fenics-viper</remote-id> - </upstream> -</pkgmetadata> 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="" |