Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/viper/
Date: Sun, 03 Jan 2021 04:32:25
Message-Id: 1609648295.674c417ea40b3976fa8e3621107c2ac2fac0a8c1.chymera@gentoo
1 commit: 674c417ea40b3976fa8e3621107c2ac2fac0a8c1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 2 13:04:49 2021 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 3 04:31:35 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=674c417e
7
8 dev-python/viper: remove package, py2 only, no longer in development
9
10 no reverse deps
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
15 Closes: https://github.com/gentoo/sci/pull/1027
16
17 dev-python/viper/metadata.xml | 16 ----------------
18 dev-python/viper/viper-1.0.1.ebuild | 17 -----------------
19 2 files changed, 33 deletions(-)
20
21 diff --git a/dev-python/viper/metadata.xml b/dev-python/viper/metadata.xml
22 deleted file mode 100644
23 index 6c82f77b4..000000000
24 --- a/dev-python/viper/metadata.xml
25 +++ /dev/null
26 @@ -1,16 +0,0 @@
27 -<?xml version="1.0" encoding="UTF-8"?>
28 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 -<pkgmetadata>
30 - <maintainer type="project">
31 - <email>sci@g.o</email>
32 - <name>Gentoo Science Project</name>
33 - </maintainer>
34 - <longdescription lang="en">
35 -Viper is a minimalistic scientific plotter and run-time visualization
36 -module. Viper has support for visualizing meshes and solutions in
37 -DOLFIN.
38 -</longdescription>
39 - <upstream>
40 - <remote-id type="launchpad">fenics-viper</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/dev-python/viper/viper-1.0.1.ebuild b/dev-python/viper/viper-1.0.1.ebuild
45 deleted file mode 100644
46 index 0ba65e117..000000000
47 --- a/dev-python/viper/viper-1.0.1.ebuild
48 +++ /dev/null
49 @@ -1,17 +0,0 @@
50 -# Copyright 1999-2014 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -PYTHON_COMPAT=( python2_7 )
56 -
57 -inherit distutils-r1
58 -
59 -DESCRIPTION="Minimalistic scientific plotter and run-time visualization module"
60 -HOMEPAGE="https://launchpad.net/fenics-viper"
61 -SRC_URI="https://launchpad.net/fenics-viper/1.0.x/${PV}/+download/${P}.tar.gz"
62 -
63 -LICENSE="LGPL-3"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE=""