Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Wed, 27 May 2020 20:38:40
Message-Id: 1590611897.be81bdf96154e55bb8fbd35a0179497661e957f8.asturm@gentoo
1 commit: be81bdf96154e55bb8fbd35a0179497661e957f8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 20:32:27 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 20:38:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be81bdf9
7
8 app-text/asciidoc: Drop 9.0.0_rc1
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/asciidoc/Manifest | 1 -
14 app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild | 92 -----------------------------
15 2 files changed, 93 deletions(-)
16
17 diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest
18 index 06a17938e0a..93bda0acf7c 100644
19 --- a/app-text/asciidoc/Manifest
20 +++ b/app-text/asciidoc/Manifest
21 @@ -1,3 +1,2 @@
22 DIST asciidoc-8.6.10_p20181016.tar.gz 576694 BLAKE2B 4d255606675346d00ab03398bf48cb30d357f9f9366944e4faf66ae4c96dafce49acdd930fc848f3dbb2d704a004bb5815d17b53416a76c8368a92e4716328b2 SHA512 801f360b0c444e932f1c50897d446de0ec3f0fb2206080b5aa6dda396fede96065f7bb629a84c8a8e40c5d8897f305fdb1877512f04ae757f3b142fd3a7305d0
23 -DIST asciidoc-9.0.0_rc1.tar.gz 1143528 BLAKE2B 97e2ee77cf7554e2e0d53e792213377e6cb233853717487b0c0ac1c70d233a5d58a08f3aa69ae840c90f98185b595f9feb7396795b2de47ff0cfc0147920bc2a SHA512 965d65df18ff90596e5cd72bec8d0f7daf2f6ad585ec77af2a6ae9637569b613e2384cc7015c1823fcde99be8170107789505a543fe8b6d3273f2c75a6a92960
24 DIST asciidoc-9.0.0_rc2.tar.gz 1145229 BLAKE2B e820a957a5e03f8b28e94fb0e9514b2beebe5b08a30357b7ab70db326894270972cfee1b44c30d51dc1c4794e91a09e36acbf9e464386d9e932ac7d32e2f8e93 SHA512 61ea1eb74a2e2da76f92e32ef279f8940fa4ea77a82078e15b54c7c6f134e9d177b0425c6eb8a239cfd2dc6a6f85ad5e93883a447a3e0e92850c0898747b5ea3
25
26 diff --git a/app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild b/app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild
27 deleted file mode 100644
28 index ea4593547f4..00000000000
29 --- a/app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild
30 +++ /dev/null
31 @@ -1,92 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{6,7} pypy3 )
38 -
39 -inherit autotools eutils python-single-r1 readme.gentoo-r1
40 -
41 -DESCRIPTION="A plain text human readable/writable document format"
42 -HOMEPAGE="http://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/"
43 -SRC_URI="https://github.com/${PN}/${PN}-py3/archive/9.0.0rc1.tar.gz -> ${P}.tar.gz"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -IUSE="examples test"
49 -RESTRICT="!test? ( test )"
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="
53 - ${PYTHON_DEPS}
54 - app-text/docbook-xml-dtd:4.5
55 - >=app-text/docbook-xsl-stylesheets-1.75
56 - dev-libs/libxslt
57 - dev-libs/libxml2:2
58 - "
59 -DEPEND="
60 - test? (
61 - ${PYTHON_DEPS}
62 - app-text/dvipng
63 - app-text/dvisvgm
64 - dev-texlive/texlive-latex
65 - dev-util/source-highlight
66 - media-gfx/graphviz
67 - media-gfx/imagemagick
68 - media-sound/lilypond
69 - )"
70 -
71 -DOC_CONTENTS="
72 -If you are going to use a2x, please also look at a2x(1) under
73 -REQUISITES for a list of runtime dependencies.
74 -"
75 -
76 -DOCS=( BUGS.txt CHANGELOG.txt README.asciidoc
77 - docbook-xsl/asciidoc-docbook-xsl.txt dblatex/dblatex-readme.txt
78 - filters/code/code-filter-readme.txt )
79 -
80 -S="${WORKDIR}/${PN}-py3-9.0.0rc1"
81 -
82 -src_prepare() {
83 - default
84 - # Only needed for prefix - harmless (does nothing) otherwise
85 - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
86 - "${S}/asciidoc.py" || die
87 -
88 - eautoreconf
89 -}
90 -
91 -src_configure() {
92 - econf --sysconfdir="${EPREFIX}"/usr/share
93 -}
94 -
95 -src_test() {
96 - local -x ASCIIDOC_PY=asciidoc.py
97 - "${EPYTHON}" tests/test${PN}.py run || die
98 -}
99 -
100 -src_install() {
101 - default
102 - python_fix_shebang "${ED}"/usr/bin/*.py
103 -
104 - readme.gentoo_create_doc
105 -
106 - # Below results in some files being installed twice in different locations, but they are
107 - # in the right place, uncompressed, and there won't be any broken links. See bug #483336
108 - if use examples; then
109 - # examples/website is full of relative symlinks,
110 - # deref them for copying, which dodoc doesn't do
111 - cp -rL examples/website "${ED}"/usr/share/doc/${PF}/examples || die
112 - docompress -x /usr/share/doc/${PF}/examples
113 - fi
114 -}
115 -
116 -pkg_postinst() {
117 - readme.gentoo_print_elog
118 -
119 - optfeature "\"music\" filter support" "media-sound/lilypond media-gfx/imagemagick"
120 - optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments app-text/highlight
121 - optfeature "\"latex\" filter support" "dev-texlive/texlive-latex app-text/dvipng" "dev-texlive/texlive-latex app-text/dvisvgm"
122 - optfeature "\"graphviz\" filter support" media-gfx/graphviz
123 -}