summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-09 09:32:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-09 09:34:57 +0200
commit8133e0f14ba15c589d7b4109284e94b21860fa31 (patch)
tree1c9f38f4d1f4facbc2f666e9a4265b6fc45e55c8 /sci-misc
parentsci-physics/rivet: Remove last-rited pkg (diff)
downloadgentoo-8133e0f14ba15c589d7b4109284e94b21860fa31.tar.gz
gentoo-8133e0f14ba15c589d7b4109284e94b21860fa31.tar.bz2
gentoo-8133e0f14ba15c589d7b4109284e94b21860fa31.zip
sci-misc/gato: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735472 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/gato/Manifest1
-rw-r--r--sci-misc/gato/gato-1.2.2.ebuild37
-rw-r--r--sci-misc/gato/metadata.xml15
3 files changed, 0 insertions, 53 deletions
diff --git a/sci-misc/gato/Manifest b/sci-misc/gato/Manifest
deleted file mode 100644
index 3667ae13a0f9..000000000000
--- a/sci-misc/gato/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Gato-1.2.2.tar.gz 274369 BLAKE2B 472ad17865d0a9140502e9149238a16d1ae2f012ac86e04e62ae176fa73564e1c5f8beab22de4e357355f0f6c28a867fe9baeb68ffae971221ac4d2ab0332026 SHA512 a628827b989f28817bcd427903d09f6571b3c2e571b57242d7c41562e558a00b278e87699565d16bf2584a0c8d33c07bf0a3c5113c9feeff417546a0a712c0c9
diff --git a/sci-misc/gato/gato-1.2.2.ebuild b/sci-misc/gato/gato-1.2.2.ebuild
deleted file mode 100644
index e78b0e32d1d0..000000000000
--- a/sci-misc/gato/gato-1.2.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Graph Animation Toolbox"
-HOMEPAGE="http://gato.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P^}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/${P^}"
-
-python_prepare_all() {
- # change TKinter call to avoid crashing of X
- sed -i \
- -e 's:self.overrideredirect(1):self.overrideredirect(0):' \
- "${S}"/GatoDialogs.py || die "failed to patch GatoDialogs.py"
-
- distutils-r1_python_prepare_all
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- # install data files
- insinto /usr/share/${PN}
- doins BFS.* DFS.* sample.cat
-}
diff --git a/sci-misc/gato/metadata.xml b/sci-misc/gato/metadata.xml
deleted file mode 100644
index 9e180aec6745..000000000000
--- a/sci-misc/gato/metadata.xml
+++ /dev/null
@@ -1,15 +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-mathematics@gentoo.org</email>
- <name>Gentoo Mathematics Project</name>
- </maintainer>
- <longdescription lang="en">
- Gato - the Graph Animation Toolbox - is a software which visualizes
- algorithms on mathematical graphs.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">gato</remote-id>
- </upstream>
-</pkgmetadata>