From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- sci-misc/Manifest.gz | Bin 3235 -> 3073 bytes sci-misc/gato/Manifest | 3 --- sci-misc/gato/gato-1.2.2.ebuild | 37 ------------------------------------- sci-misc/gato/metadata.xml | 15 --------------- 4 files changed, 55 deletions(-) delete mode 100644 sci-misc/gato/Manifest delete mode 100644 sci-misc/gato/gato-1.2.2.ebuild delete mode 100644 sci-misc/gato/metadata.xml (limited to 'sci-misc') diff --git a/sci-misc/Manifest.gz b/sci-misc/Manifest.gz index 5a7f836256fe..e653de0b8a94 100644 Binary files a/sci-misc/Manifest.gz and b/sci-misc/Manifest.gz differ diff --git a/sci-misc/gato/Manifest b/sci-misc/gato/Manifest deleted file mode 100644 index a63d4ed30e71..000000000000 --- a/sci-misc/gato/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST Gato-1.2.2.tar.gz 274369 BLAKE2B 472ad17865d0a9140502e9149238a16d1ae2f012ac86e04e62ae176fa73564e1c5f8beab22de4e357355f0f6c28a867fe9baeb68ffae971221ac4d2ab0332026 SHA512 a628827b989f28817bcd427903d09f6571b3c2e571b57242d7c41562e558a00b278e87699565d16bf2584a0c8d33c07bf0a3c5113c9feeff417546a0a712c0c9 -EBUILD gato-1.2.2.ebuild 807 BLAKE2B 490de2dc2c2819cb5d31e6ff05ca272c2c3061b4bdef57ba77e1d1fdb405f082165c20d95fd74291df4f454f6a89b0b6341678a1e561bfe6f3207da473463bf3 SHA512 a1335b105404cb9730470b9429dfa7ebc8a3aab4dce1d48422e74b2c2621ee5f010cda485688a06b1958b1b342802f421df55f6cb0396e49199ea10c6e7ac125 -MISC metadata.xml 499 BLAKE2B bdfd0568307bbed32fcff2cc4d9b0b6e1e2c3335576171a651e77f122dc88815f47c3394ed0581ed4c73e94cf418598f6f17f1654964344fa249e078fef4b9ef SHA512 b4fe8ec095cd7d538295039056bed3cec249ac246edfabd02f994d65353018024850e112d116f16e7ecf160ef9ae7f7653ff93885235810583cc0c5881bf02d8 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 @@ - - - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - - Gato - the Graph Animation Toolbox - is a software which visualizes - algorithms on mathematical graphs. - - - gato - - -- cgit v1.2.3