commit: 1ba4d8419c608ecb7fa37c70a8e1375312207f25 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 08:02:54 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 08:02:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba4d841
app-crypt/ssh-multiadd: Remove last-rited pkg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-crypt/ssh-multiadd/Manifest | 1 - app-crypt/ssh-multiadd/metadata.xml | 8 ----- .../ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild | 37 ---------------------- profiles/package.mask | 1 - 4 files changed, 47 deletions(-) diff --git a/app-crypt/ssh-multiadd/Manifest b/app-crypt/ssh-multiadd/Manifest deleted file mode 100644 index c6bc7a5cead..00000000000 --- a/app-crypt/ssh-multiadd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ssh-multiadd-1.3.2.tar.gz 14035 BLAKE2B 1de9e8593be128b792d6babe9ada37e7f611045d573e3430c0bc08a66d9c6acb00f5f6c453b22fd2308233cc8e58c62ab116de1aae702d066f664036bb029027 SHA512 fd4f26bfa5e2f654fc650470353901c6f418685f971ec4b5834afd0136e77469523c49b7cacb1b9716ff6c8cbbe810a057b214927f0325524170db84aebacbb3 diff --git a/app-crypt/ssh-multiadd/metadata.xml b/app-crypt/ssh-multiadd/metadata.xml deleted file mode 100644 index 91439c59951..00000000000 --- a/app-crypt/ssh-multiadd/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Kristian Fiskerstrand</name> - </maintainer> -</pkgmetadata> diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild deleted file mode 100644 index b73f0399baf..00000000000 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="Adds multiple ssh keys to the ssh authentication agent" -HOMEPAGE="http://code.fluffytapeworm.com/projects" -SRC_URI="http://code.fluffytapeworm.com/projects/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="X" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="" -RDEPEND=" - ${PYTHON_DEPS} - X? ( >=net-misc/x11-ssh-askpass-1.2.2 )" - -src_prepare() { - python_fix_shebang . -} - -src_compile() { - : -} - -src_install() { - dobin ssh-multiadd - doman ssh-multiadd.1 - dodoc Changelog README todo -} diff --git a/profiles/package.mask b/profiles/package.mask index 70ba2447d69..813b286eeba 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -744,7 +744,6 @@ www-apache/mod_scgi # Py2 only. Dead upstream. # Removal in 30 days app-crypt/openssl-blacklist -app-crypt/ssh-multiadd # Aaron Bauman <[email protected]> (2020-08-01) # Py2 only. Last upstream release 2013.
