From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/jargon/
Date: Wed, 21 Dec 2022 10:28:59 +0000 (UTC) [thread overview]
Message-ID: <1671618489.660d93e2a6940c02b474c7a87a544fef07eef8aa.flow@gentoo> (raw)
commit: 660d93e2a6940c02b474c7a87a544fef07eef8aa
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 10:26:55 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 10:28:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660d93e2
app-doc/jargon: bump to EAPI 8
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-doc/jargon/jargon-4.4.7-r2.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/app-doc/jargon/jargon-4.4.7-r2.ebuild b/app-doc/jargon/jargon-4.4.7-r2.ebuild
new file mode 100644
index 000000000000..5a209b20012a
--- /dev/null
+++ b/app-doc/jargon/jargon-4.4.7-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A compendium of hacker slang illuminating many aspects of hackish tradition"
+HOMEPAGE="http://www.catb.org/jargon/"
+SRC_URI="http://www.catb.org/jargon/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+src_prepare() {
+ default
+ find . -name .xvpics | xargs rm -rf
+ assert
+ cd html || die
+ sed -i -e 's#\.\./\.\.#..#' */* \
+ || die "sed failed"
+}
+
+src_install() {
+ docinto html
+ dodoc -r html/.
+}
next reply other threads:[~2022-12-21 10:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-21 10:28 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-04 21:00 [gentoo-commits] repo/gentoo:master commit in: app-doc/jargon/ Andreas Sturmlechner
2023-01-03 18:22 Arthur Zamarin
2021-12-12 14:23 Yixun Lan
2020-12-28 9:03 Sam James
2018-04-08 22:42 Patrice Clement
2018-04-04 22:35 Sergei Trofimovich
2018-03-31 10:36 Sergei Trofimovich
2018-03-05 10:36 Tobias Klausmann
2018-02-10 18:43 Sergei Trofimovich
2018-02-10 0:32 Thomas Deutschmann
2018-02-09 7:34 Sergei Trofimovich
2018-02-08 22:13 Sergei Trofimovich
2017-08-17 13:53 Amy Liffey
2017-02-17 20:18 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1671618489.660d93e2a6940c02b474c7a87a544fef07eef8aa.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox