From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B816515800F for ; Wed, 4 Jan 2023 21:00:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91C5FE0788; Wed, 4 Jan 2023 21:00:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77D19E0788 for ; Wed, 4 Jan 2023 21:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96B8C340EE0 for ; Wed, 4 Jan 2023 21:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0337C7FF for ; Wed, 4 Jan 2023 21:00:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1672865986.bd7208c267e05f51a585f9f8f9cf7d78c91ef9f3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/jargon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/jargon/jargon-4.4.7-r1.ebuild X-VCS-Directories: app-doc/jargon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd7208c267e05f51a585f9f8f9cf7d78c91ef9f3 X-VCS-Branch: master Date: Wed, 4 Jan 2023 21:00:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fedd137d-de39-413d-8066-47220e412b99 X-Archives-Hash: 8f56f285c1b091aa5b2359fe29740305 commit: bd7208c267e05f51a585f9f8f9cf7d78c91ef9f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 4 20:42:55 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 4 20:59:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7208c2 app-doc/jargon: drop 4.4.7-r1 Closes: https://bugs.gentoo.org/888465 Signed-off-by: Andreas Sturmlechner gentoo.org> app-doc/jargon/jargon-4.4.7-r1.ebuild | 25 ------------------------- 1 file changed, 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/* -}