Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/gato/, profiles/
Date: Fri, 09 Oct 2020 07:35:33
Message-Id: 1602228897.8133e0f14ba15c589d7b4109284e94b21860fa31.mgorny@gentoo
1 commit: 8133e0f14ba15c589d7b4109284e94b21860fa31
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 07:32:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 07:34:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8133e0f1
7
8 sci-misc/gato: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/735472
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 1 -
14 sci-misc/gato/Manifest | 1 -
15 sci-misc/gato/gato-1.2.2.ebuild | 37 -------------------------------------
16 sci-misc/gato/metadata.xml | 15 ---------------
17 4 files changed, 54 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 9a99c53362e..409c8f2ad0e 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -518,7 +518,6 @@ sci-biology/amos
24 sci-biology/embassy-meme
25 sci-biology/meme
26 sci-biology/shrimp
27 -sci-misc/gato
28
29 # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> (2020-09-01)
30 # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.
31
32 diff --git a/sci-misc/gato/Manifest b/sci-misc/gato/Manifest
33 deleted file mode 100644
34 index 3667ae13a0f..00000000000
35 --- a/sci-misc/gato/Manifest
36 +++ /dev/null
37 @@ -1 +0,0 @@
38 -DIST Gato-1.2.2.tar.gz 274369 BLAKE2B 472ad17865d0a9140502e9149238a16d1ae2f012ac86e04e62ae176fa73564e1c5f8beab22de4e357355f0f6c28a867fe9baeb68ffae971221ac4d2ab0332026 SHA512 a628827b989f28817bcd427903d09f6571b3c2e571b57242d7c41562e558a00b278e87699565d16bf2584a0c8d33c07bf0a3c5113c9feeff417546a0a712c0c9
39
40 diff --git a/sci-misc/gato/gato-1.2.2.ebuild b/sci-misc/gato/gato-1.2.2.ebuild
41 deleted file mode 100644
42 index e78b0e32d1d..00000000000
43 --- a/sci-misc/gato/gato-1.2.2.ebuild
44 +++ /dev/null
45 @@ -1,37 +0,0 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=6
50 -
51 -PYTHON_COMPAT=( python2_7 )
52 -PYTHON_REQ_USE="tk(+)"
53 -
54 -inherit distutils-r1
55 -
56 -DESCRIPTION="Graph Animation Toolbox"
57 -HOMEPAGE="http://gato.sourceforge.net/"
58 -SRC_URI="mirror://sourceforge/${PN}/${P^}.tar.gz"
59 -
60 -LICENSE="LGPL-2"
61 -SLOT="0"
62 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
63 -IUSE=""
64 -
65 -S="${WORKDIR}/${P^}"
66 -
67 -python_prepare_all() {
68 - # change TKinter call to avoid crashing of X
69 - sed -i \
70 - -e 's:self.overrideredirect(1):self.overrideredirect(0):' \
71 - "${S}"/GatoDialogs.py || die "failed to patch GatoDialogs.py"
72 -
73 - distutils-r1_python_prepare_all
74 -}
75 -
76 -python_install_all() {
77 - distutils-r1_python_install_all
78 -
79 - # install data files
80 - insinto /usr/share/${PN}
81 - doins BFS.* DFS.* sample.cat
82 -}
83
84 diff --git a/sci-misc/gato/metadata.xml b/sci-misc/gato/metadata.xml
85 deleted file mode 100644
86 index 9e180aec674..00000000000
87 --- a/sci-misc/gato/metadata.xml
88 +++ /dev/null
89 @@ -1,15 +0,0 @@
90 -<?xml version="1.0" encoding="UTF-8"?>
91 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
92 -<pkgmetadata>
93 - <maintainer type="project">
94 - <email>sci-mathematics@g.o</email>
95 - <name>Gentoo Mathematics Project</name>
96 - </maintainer>
97 - <longdescription lang="en">
98 - Gato - the Graph Animation Toolbox - is a software which visualizes
99 - algorithms on mathematical graphs.
100 - </longdescription>
101 - <upstream>
102 - <remote-id type="sourceforge">gato</remote-id>
103 - </upstream>
104 -</pkgmetadata>