summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-06-26 20:35:17 -0400
committerAaron Bauman <bman@gentoo.org>2020-06-26 20:35:17 -0400
commit5b83079c4f11bd7980b3beb8b9e44e77354ff6aa (patch)
treeaed764aaa2384b2edd7dd18250cfa15418c7002f /sys-cluster
parentdev-db/percona-xtrabackup: bump to 8.0.13, drop old (diff)
downloadgentoo-5b83079c4f11bd7980b3beb8b9e44e77354ff6aa.tar.gz
gentoo-5b83079c4f11bd7980b3beb8b9e44e77354ff6aa.tar.bz2
gentoo-5b83079c4f11bd7980b3beb8b9e44e77354ff6aa.zip
*/*: drop last-rited py2 pkgs
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/polysh/Manifest1
-rw-r--r--sys-cluster/polysh/metadata.xml9
-rw-r--r--sys-cluster/polysh/polysh-0.4-r1.ebuild16
3 files changed, 0 insertions, 26 deletions
diff --git a/sys-cluster/polysh/Manifest b/sys-cluster/polysh/Manifest
deleted file mode 100644
index 749bb651e360..000000000000
--- a/sys-cluster/polysh/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST polysh-0.4.tar.bz2 62770 BLAKE2B 267253299e62c00125f684c54b2930cbd9fd72dc20f6cd79a31918aa69b2504924e871ddc6bced79cc5995912675cbe91c1a27284b8dc510e1592863fe703676 SHA512 84d77a2272e9a5a577c17a4e1b791db0f8d2bf58f1ef4c52ebfbe7ba9396de3744bf6fafa72df126c3a3958d97bdb9feb8da002209b0dd0eb9b16b19b859e43d
diff --git a/sys-cluster/polysh/metadata.xml b/sys-cluster/polysh/metadata.xml
deleted file mode 100644
index 0477ed06c415..000000000000
--- a/sys-cluster/polysh/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Polysh is a tool to aggregate several remote shells into one. It is used to
- launch an interactive remote shell on many machines at once.
- </longdescription>
-</pkgmetadata>
diff --git a/sys-cluster/polysh/polysh-0.4-r1.ebuild b/sys-cluster/polysh/polysh-0.4-r1.ebuild
deleted file mode 100644
index b6f9c52ccc77..000000000000
--- a/sys-cluster/polysh/polysh-0.4-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Aggregate several remote shells into one"
-HOMEPAGE="http://guichaz.free.fr/polysh/"
-SRC_URI="http://guichaz.free.fr/polysh/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""