Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Tue, 09 Feb 2021 08:28:05
Message-Id: 1612858973.849970226a80741e2668b4bc131cf84a7dcbf482.sam@gentoo
1 commit: 849970226a80741e2668b4bc131cf84a7dcbf482
2 Author: Marc Joliet <marcec <AT> gmx <DOT> de>
3 AuthorDate: Mon Feb 8 14:26:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 08:22:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84997022
7
8 app-text/asciidoc: version bump to 9.0.5
9
10 Closes: https://bugs.gentoo.org/769212
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Marc Joliet <marcec <AT> gmx.de>
13 Closes: https://github.com/gentoo/gentoo/pull/19375
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 app-text/asciidoc/Manifest | 1 +
17 app-text/asciidoc/asciidoc-9.0.5.ebuild | 86 +++++++++++++++++++++++++++++++++
18 2 files changed, 87 insertions(+)
19
20 diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest
21 index cdfb8656f38..c394035be9c 100644
22 --- a/app-text/asciidoc/Manifest
23 +++ b/app-text/asciidoc/Manifest
24 @@ -1,2 +1,3 @@
25 DIST asciidoc-9.0.2.tar.gz 1144308 BLAKE2B 5f5deca6b8c15d4b86e2bd6fdb131908eecd862a5fdbbd8418937050d335a25ad012a3b1bc716379f5623db676176fc6da1a09691c2b42a213a6230281626b69 SHA512 ea8f64ce54d2f1aa38eceb3c1c9be17b388776de58038f3b888ac5ebed76337fa2779e43eb7f47174adf0a0446ee808dbd1e4f8f7e1d7db99db7c4c8584d5624
26 DIST asciidoc-9.0.4.tar.gz 1111102 BLAKE2B 3c073e20e0b4cb1c3e43d45217240675d5a1349c5d27c8e03c4499505c17ad0a149f9495a42e28490f9c89f29dc25a1216e9145a6fd1483e589b5fee49a6279f SHA512 9e24aaaf33ab56cf1dfa510a6be9722af364633234c9ffb20eeee3d0ba756059290f443de53b040570654a316ab4782a177c31377fc69747814da75760fcc88b
27 +DIST asciidoc-9.0.5.tar.gz 1119318 BLAKE2B 3e5a454f4d47bb3c71e4c180ab05a0d23985473ca83d987435614ddafc9ee0d340a6e6cdafcb7371f719487954233f6d4bae69b4fc7d3818fc1d8e91c94ef36e SHA512 5b79d74c1efd43a960e8a415d3a68f26dcd3a3eee748b830101cec69475b0af40de7ad190ae105cade8ee558a59a643d04f38c1be490d253e3a6740c347d94e3
28
29 diff --git a/app-text/asciidoc/asciidoc-9.0.5.ebuild b/app-text/asciidoc/asciidoc-9.0.5.ebuild
30 new file mode 100644
31 index 00000000000..3b4cdbf3dd7
32 --- /dev/null
33 +++ b/app-text/asciidoc/asciidoc-9.0.5.ebuild
34 @@ -0,0 +1,86 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
41 +
42 +inherit autotools optfeature python-single-r1 readme.gentoo-r1
43 +
44 +DESCRIPTION="A plain text human readable/writable document format"
45 +HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/"
46 +SRC_URI="https://github.com/${PN}/${PN}-py3/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
47 +
48 +LICENSE="GPL-2"
49 +SLOT="0"
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 +IUSE="doc test"
52 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 +
54 +RESTRICT="!test? ( test )"
55 +
56 +RDEPEND="${PYTHON_DEPS}
57 + app-text/docbook-xml-dtd:4.5
58 + >=app-text/docbook-xsl-stylesheets-1.75
59 + dev-libs/libxslt
60 + dev-libs/libxml2:2
61 + "
62 +DEPEND="
63 + test? (
64 + ${PYTHON_DEPS}
65 + app-text/dvipng
66 + app-text/dvisvgm
67 + dev-texlive/texlive-latex
68 + dev-util/source-highlight
69 + media-gfx/graphviz
70 + media-gfx/imagemagick
71 + media-sound/lilypond
72 + )"
73 +
74 +DOC_CONTENTS="
75 +If you are going to use a2x, please also look at a2x(1) under
76 +REQUISITES for a list of runtime dependencies.
77 +"
78 +
79 +DOCS=( BUGS.txt CHANGELOG.txt README.asciidoc
80 + docbook-xsl/asciidoc-docbook-xsl.txt dblatex/dblatex-readme.txt
81 + filters/code/code-filter-readme.txt )
82 +
83 +S="${WORKDIR}/${PN}-py3-${PV/_/}"
84 +
85 +src_prepare() {
86 + default
87 + # Only needed for prefix - harmless (does nothing) otherwise
88 + sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
89 + asciidoc.py || die
90 +
91 + # enforce usage of the configured version of Python
92 + sed -i -e "s:python3:${EPYTHON}:" Makefile.in || die
93 +
94 + eautoreconf
95 +}
96 +
97 +src_configure() {
98 + econf --sysconfdir="${EPREFIX}"/usr/share
99 +}
100 +
101 +src_install() {
102 + default
103 +
104 + if use doc; then
105 + emake DESTDIR="${D}" docs
106 + fi
107 +
108 + python_fix_shebang "${ED}"/usr/bin/*.py
109 +
110 + readme.gentoo_create_doc
111 +}
112 +
113 +pkg_postinst() {
114 + readme.gentoo_print_elog
115 +
116 + optfeature "\"music\" filter support" "media-sound/lilypond media-gfx/imagemagick"
117 + optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments app-text/highlight
118 + optfeature "\"latex\" filter support" "dev-texlive/texlive-latex app-text/dvipng" "dev-texlive/texlive-latex app-text/dvisvgm"
119 + optfeature "\"graphviz\" filter support" media-gfx/graphviz
120 +}