commit: 7f72dae8fa96555c9704dc825db341d2ad66e57b Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Wed Jul 23 16:56:41 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Wed Jul 23 19:26:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f72dae8
games-misc/asr-manpages: drop old Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/43129 Closes: https://github.com/gentoo/gentoo/pull/43129 Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../asr-manpages/asr-manpages-1.3_rc6.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild b/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild deleted file mode 100644 index 69a75bf91ab6..000000000000 --- a/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_R="6" -MY_P="${PN}_${PV/_rc6/}" -DESCRIPTION="Set of humorous manual pages developed on alt.sysadmin.recovery" -HOMEPAGE="https://www.debian.org" -SRC_URI="mirror://debian/pool/main/a/asr-manpages/${MY_P}.orig.tar.gz - mirror://debian/pool/main/a/asr-manpages/${MY_P}-${MY_R}.diff.gz" -S="${WORKDIR}"/${MY_P/_/-}.orig - -LICENSE="freedist" #465704 -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86" - -RDEPEND="virtual/man" - -PATCHES=( - "${WORKDIR}"/${MY_P}-${MY_R}.diff -) - -src_prepare() { - default - rm -rf debian || die -} - -src_install() { - doman * -}
