Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/jargon/
Date: Sun, 08 Apr 2018 22:42:26
Message-Id: 1523227295.fd225e8e3bdf2158f6c59780e89689e8c0931fcc.monsieurp@gentoo
1 commit: fd225e8e3bdf2158f6c59780e89689e8c0931fcc
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 16:41:05 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 22:41:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd225e8e
7
8 app-doc/jargon: remove old.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7876
11
12 app-doc/jargon/jargon-4.4.7.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/app-doc/jargon/jargon-4.4.7.ebuild b/app-doc/jargon/jargon-4.4.7.ebuild
16 deleted file mode 100644
17 index 0baec49580b..00000000000
18 --- a/app-doc/jargon/jargon-4.4.7.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -DESCRIPTION="A compendium of hacker slang illuminating many aspects of hackish tradition"
25 -HOMEPAGE="http://www.catb.org/~esr/jargon"
26 -SRC_URI="http://www.catb.org/~esr/jargon/${P}.tar.gz"
27 -
28 -LICENSE="public-domain"
29 -SLOT="0"
30 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
31 -IUSE=""
32 -
33 -src_unpack() {
34 - unpack ${A}
35 - find "${S}" -name .xvpics | xargs rm -rf
36 - cd "${S}/html"
37 - sed -i -e 's#\.\./\.\.#..#' */* \
38 - || die "sed failed"
39 -}
40 -
41 -src_install() {
42 - dohtml -r html/* || die "dohtml failed"
43 -}