commit: af2838a723085d9563b3bcec471bd7a662fd2349 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 6 20:52:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 20:52:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2838a7
net-misc/keychain: drop 2.8.5-r1 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/keychain/keychain-2.8.5-r1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/net-misc/keychain/keychain-2.8.5-r1.ebuild b/net-misc/keychain/keychain-2.8.5-r1.ebuild deleted file mode 100644 index 04a04e83bac8..000000000000 --- a/net-misc/keychain/keychain-2.8.5-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG" -HOMEPAGE="https://www.funtoo.org/Keychain" -SRC_URI="https://github.com/funtoo/keychain/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -BDEPEND="dev-lang/perl" - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc ChangeLog README.md -}
