diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-04 21:42:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-04 21:59:46 +0100 |
commit | bd7208c267e05f51a585f9f8f9cf7d78c91ef9f3 (patch) | |
tree | 120fa321c17a896e5cfd407598259a6aa345d8e9 /app-doc | |
parent | sys-libs/gwenhywfar: drop 5.4.1-r1 (diff) | |
download | gentoo-bd7208c267e05f51a585f9f8f9cf7d78c91ef9f3.tar.gz gentoo-bd7208c267e05f51a585f9f8f9cf7d78c91ef9f3.tar.bz2 gentoo-bd7208c267e05f51a585f9f8f9cf7d78c91ef9f3.zip |
app-doc/jargon: drop 4.4.7-r1
Closes: https://bugs.gentoo.org/888465
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/jargon/jargon-4.4.7-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-doc/jargon/jargon-4.4.7-r1.ebuild b/app-doc/jargon/jargon-4.4.7-r1.ebuild deleted file mode 100644 index 3c710574041a..000000000000 --- a/app-doc/jargon/jargon-4.4.7-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A compendium of hacker slang illuminating many aspects of hackish tradition" -HOMEPAGE="http://www.catb.org/~esr/jargon" -SRC_URI="http://www.catb.org/~esr/jargon/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" - -src_prepare() { - find "${S}" -name .xvpics | xargs rm -rf || die - cd "${S}/html" || die - sed -i -e 's#\.\./\.\.#..#' */* \ - || die "sed failed" - default -} - -src_install() { - dodoc -r html/* -} |