Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Sat, 02 Nov 2019 08:09:15
Message-Id: 1572682145.0c1a0d7376abe9b8a8f70f8e410a13b111a29a67.mgorny@gentoo
1 commit: 0c1a0d7376abe9b8a8f70f8e410a13b111a29a67
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 08:08:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 08:09:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1a0d73
7
8 app-text/asciidoc: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/asciidoc/Manifest | 2 -
13 app-text/asciidoc/asciidoc-8.6.10.ebuild | 88 ------------------------------
14 app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 77 --------------------------
15 app-text/asciidoc/asciidoc-8.6.9-r6.ebuild | 86 -----------------------------
16 4 files changed, 253 deletions(-)
17
18 diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest
19 index 31865ddc706..2cc64555678 100644
20 --- a/app-text/asciidoc/Manifest
21 +++ b/app-text/asciidoc/Manifest
22 @@ -1,3 +1 @@
23 -DIST asciidoc-8.6.10.tar.gz 577208 BLAKE2B 320724c3e2306e14212a4e32f09fb735861f9b0126ce86695c6b5840b69f94d0e5befbbfc355006a10d13d34e8ed3582f0bfb678744654a7d2040555016b1681 SHA512 6ecc86977baaf1c756691e3f661e43ef2bb24e606898f6075bfa6f174d1fdc5e77d00853ffe014847e295364349d6ad34f3b8209cb97870e0233012fc38a281a
24 DIST asciidoc-8.6.10_p20181016.tar.gz 576694 BLAKE2B 4d255606675346d00ab03398bf48cb30d357f9f9366944e4faf66ae4c96dafce49acdd930fc848f3dbb2d704a004bb5815d17b53416a76c8368a92e4716328b2 SHA512 801f360b0c444e932f1c50897d446de0ec3f0fb2206080b5aa6dda396fede96065f7bb629a84c8a8e40c5d8897f305fdb1877512f04ae757f3b142fd3a7305d0
25 -DIST asciidoc-8.6.9.tar.gz 907253 BLAKE2B 45db42abd9ec73f6d3b20fc755bdd501eab1503bd8d5d6bb6b7d66c442cf8bcd47ee4325dbb572bdcfd01168ef1bccc3430ee7c545e7b3a6715b8ebf09516ad9 SHA512 1984482010dbd35c3a1def67f4915ce83ecfc29a7463f84aa312107d7a9ff647978f57615462c65e885bea424eed89a212df728cc3acd3c63df1c763dfa5e955
26
27 diff --git a/app-text/asciidoc/asciidoc-8.6.10.ebuild b/app-text/asciidoc/asciidoc-8.6.10.ebuild
28 deleted file mode 100644
29 index 236a0a6a5cd..00000000000
30 --- a/app-text/asciidoc/asciidoc-8.6.10.ebuild
31 +++ /dev/null
32 @@ -1,88 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 pypy )
39 -
40 -inherit autotools python-single-r1 readme.gentoo-r1
41 -
42 -DESCRIPTION="A plain text human readable/writable document format"
43 -HOMEPAGE="http://asciidoc.org/"
44 -SRC_URI="https://github.com/asciidoc/asciidoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -IUSE="examples graphviz highlight test"
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="
53 - app-text/docbook-xml-dtd:4.5
54 - >=app-text/docbook-xsl-stylesheets-1.75
55 - dev-libs/libxslt
56 - ${PYTHON_DEPS}
57 - graphviz? ( media-gfx/graphviz )
58 - highlight? (
59 - || (
60 - dev-util/source-highlight
61 - dev-python/pygments[${PYTHON_USEDEP}]
62 - app-text/highlight
63 - )
64 - )"
65 -DEPEND="
66 - test? (
67 - app-text/dvipng
68 - dev-texlive/texlive-latex
69 - dev-util/source-highlight
70 - media-gfx/graphviz
71 - media-gfx/imagemagick
72 - media-sound/lilypond
73 - ${PYTHON_DEPS}
74 - )"
75 -
76 -DOC_CONTENTS="
77 -If you are going to use a2x, please also look at a2x(1) under
78 -REQUISITES for a list of runtime dependencies.
79 -"
80 -
81 -src_prepare() {
82 - default
83 - # Only needed for prefix - harmless (does nothing) otherwise
84 - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
85 - "${S}/asciidoc.py" || die
86 -
87 - eautoreconf
88 -}
89 -
90 -src_configure() {
91 - econf --sysconfdir="${EPREFIX}"/usr/share
92 -}
93 -
94 -src_test() {
95 - local -x ASCIIDOC_PY=asciidoc.py
96 - "${EPYTHON}" tests/test${PN}.py update || die
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 - dodoc BUGS.txt CHANGELOG.txt README.asciidoc docbook-xsl/asciidoc-docbook-xsl.txt \
106 - dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt
107 -
108 - # Below results in some files being installed twice in different locations, but they are
109 - # in the right place, uncompressed, and there won't be any broken links. See bug #483336
110 - if use examples; then
111 - # examples/website is full of relative symlinks,
112 - # deref them for copying, which dodoc doesn't do
113 - cp -rL examples/website "${ED%/}"/usr/share/doc/${PF}/examples || die
114 - docompress -x /usr/share/doc/${PF}/examples
115 - fi
116 -}
117 -
118 -pkg_postinst() {
119 - readme.gentoo_print_elog
120 -}
121
122 diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
123 deleted file mode 100644
124 index 47c8ad5d9af..00000000000
125 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
126 +++ /dev/null
127 @@ -1,77 +0,0 @@
128 -# Copyright 1999-2018 Gentoo Foundation
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=5
132 -
133 -PYTHON_COMPAT=( python2_7 pypy )
134 -
135 -inherit readme.gentoo python-single-r1
136 -
137 -DESCRIPTION="A plain text human readable/writable document format"
138 -HOMEPAGE="http://asciidoc.org/"
139 -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
140 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
141 -
142 -LICENSE="GPL-2"
143 -SLOT="0"
144 -IUSE="examples graphviz highlight test"
145 -
146 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
147 -
148 -RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75
149 - dev-libs/libxslt
150 - graphviz? ( media-gfx/graphviz )
151 - app-text/docbook-xml-dtd:4.5
152 - highlight? ( || ( dev-util/source-highlight \
153 - dev-python/pygments[${PYTHON_USEDEP}] \
154 - app-text/highlight )
155 - )
156 - ${PYTHON_DEPS}
157 -"
158 -DEPEND="test? ( dev-util/source-highlight
159 - media-sound/lilypond
160 - media-gfx/imagemagick
161 - dev-texlive/texlive-latex
162 - app-text/dvipng
163 - media-gfx/graphviz
164 - ${PYTHON_DEPS} )
165 -"
166 -
167 -DOC_CONTENTS="
168 -If you are going to use a2x, please also look at a2x(1) under
169 -REQUISITES for a list of runtime dependencies.
170 -"
171 -
172 -src_prepare() {
173 - # Only needed for prefix - harmless (does nothing) otherwise
174 - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
175 - "${S}/asciidoc.py" || die
176 -}
177 -
178 -src_configure() {
179 - econf --sysconfdir="${EPREFIX}"/usr/share
180 -}
181 -
182 -src_install() {
183 - emake DESTDIR="${D}" install
184 -
185 - python_fix_shebang "${ED}"/usr/bin/*.py
186 -
187 - readme.gentoo_create_doc
188 - dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \
189 - dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt
190 -
191 - # Below results in some files being installed twice in different locations, but they are in the right place,
192 - # uncompressed, and there won't be any broken links. See bug #483336.
193 - if use examples; then
194 - cp -rL examples/website "${D}"/usr/share/doc/${PF}/examples || die
195 - docompress -x /usr/share/doc/${PF}/examples
196 - fi
197 -}
198 -
199 -src_test() {
200 - cd tests || die
201 - local -x ASCIIDOC_PY=../asciidoc.py
202 - "${PYTHON}" test${PN}.py update || die
203 - "${PYTHON}" test${PN}.py run || die
204 -}
205
206 diff --git a/app-text/asciidoc/asciidoc-8.6.9-r6.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r6.ebuild
207 deleted file mode 100644
208 index 19546e75782..00000000000
209 --- a/app-text/asciidoc/asciidoc-8.6.9-r6.ebuild
210 +++ /dev/null
211 @@ -1,86 +0,0 @@
212 -# Copyright 1999-2018 Gentoo Foundation
213 -# Distributed under the terms of the GNU General Public License v2
214 -
215 -EAPI=6
216 -
217 -PYTHON_COMPAT=( python2_7 pypy )
218 -
219 -inherit python-single-r1 readme.gentoo-r1
220 -
221 -DESCRIPTION="A plain text human readable/writable document format"
222 -HOMEPAGE="http://asciidoc.org/"
223 -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
224 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
225 -
226 -LICENSE="GPL-2"
227 -SLOT="0"
228 -IUSE="examples graphviz highlight test"
229 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
230 -
231 -RDEPEND="
232 - app-text/docbook-xml-dtd:4.5
233 - >=app-text/docbook-xsl-stylesheets-1.75
234 - dev-libs/libxslt
235 - ${PYTHON_DEPS}
236 - graphviz? ( media-gfx/graphviz )
237 - highlight? (
238 - || (
239 - dev-util/source-highlight
240 - dev-python/pygments[${PYTHON_USEDEP}]
241 - app-text/highlight
242 - )
243 - )"
244 -DEPEND="
245 - test? (
246 - app-text/dvipng
247 - dev-texlive/texlive-latex
248 - dev-util/source-highlight
249 - media-gfx/graphviz
250 - media-gfx/imagemagick
251 - media-sound/lilypond
252 - ${PYTHON_DEPS}
253 - )"
254 -
255 -DOC_CONTENTS="
256 -If you are going to use a2x, please also look at a2x(1) under
257 -REQUISITES for a list of runtime dependencies.
258 -"
259 -
260 -src_prepare() {
261 - default
262 - # Only needed for prefix - harmless (does nothing) otherwise
263 - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
264 - "${S}/asciidoc.py" || die
265 -}
266 -
267 -src_configure() {
268 - econf --sysconfdir="${EPREFIX}"/usr/share
269 -}
270 -
271 -src_test() {
272 - local -x ASCIIDOC_PY=asciidoc.py
273 - "${EPYTHON}" tests/test${PN}.py update || die
274 - "${EPYTHON}" tests/test${PN}.py run || die
275 -}
276 -
277 -src_install() {
278 - default
279 - python_fix_shebang "${ED%/}"/usr/bin/*.py
280 -
281 - readme.gentoo_create_doc
282 - dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \
283 - dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt
284 -
285 - # Below results in some files being installed twice in different locations, but they are
286 - # in the right place, uncompressed, and there won't be any broken links. See bug #483336
287 - if use examples; then
288 - # examples/website is full of relative symlinks,
289 - # deref them for copying, which dodoc doesn't do
290 - cp -rL examples/website "${ED%/}"/usr/share/doc/${PF}/examples || die
291 - docompress -x /usr/share/doc/${PF}/examples
292 - fi
293 -}
294 -
295 -pkg_postinst() {
296 - readme.gentoo_print_elog
297 -}