From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BBDF138359 for ; Fri, 9 Oct 2020 07:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77232E088A; Fri, 9 Oct 2020 07:35:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6236CE088A for ; Fri, 9 Oct 2020 07:35:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 420D3335D87 for ; Fri, 9 Oct 2020 07:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CD5239D for ; Fri, 9 Oct 2020 07:35:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1602228897.8133e0f14ba15c589d7b4109284e94b21860fa31.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/gato/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask sci-misc/gato/Manifest sci-misc/gato/gato-1.2.2.ebuild sci-misc/gato/metadata.xml X-VCS-Directories: sci-misc/gato/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8133e0f14ba15c589d7b4109284e94b21860fa31 X-VCS-Branch: master Date: Fri, 9 Oct 2020 07:35:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70ce86c5-c73c-4913-9076-0d9d39ca4de2 X-Archives-Hash: 68c3466db633bdcd2f3182a90751509a commit: 8133e0f14ba15c589d7b4109284e94b21860fa31 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 9 07:32:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 9 07:34:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8133e0f1 sci-misc/gato: Remove last-rited pkg Closes: https://bugs.gentoo.org/735472 Signed-off-by: Michał Górny gentoo.org> profiles/package.mask | 1 - sci-misc/gato/Manifest | 1 - sci-misc/gato/gato-1.2.2.ebuild | 37 ------------------------------------- sci-misc/gato/metadata.xml | 15 --------------- 4 files changed, 54 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 9a99c53362e..409c8f2ad0e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -518,7 +518,6 @@ sci-biology/amos sci-biology/embassy-meme sci-biology/meme sci-biology/shrimp -sci-misc/gato # Arfrever Frehtes Taifersar Arahesis (2020-09-01) # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733. diff --git a/sci-misc/gato/Manifest b/sci-misc/gato/Manifest deleted file mode 100644 index 3667ae13a0f..00000000000 --- 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 e78b0e32d1d..00000000000 --- 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 9e180aec674..00000000000 --- 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 - -