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: Wed, 29 Dec 2021 01:58:51
Message-Id: 1640743106.1dd1aaa202b3070ad6a08ca991c9d3869e6146a0.sam@gentoo
1 commit: 1dd1aaa202b3070ad6a08ca991c9d3869e6146a0
2 Author: Marc Joliet <marcec <AT> gmx <DOT> de>
3 AuthorDate: Tue Dec 28 18:13:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 01:58:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd1aaa2
7
8 app-text/asciidoc: remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Marc Joliet <marcec <AT> gmx.de>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-text/asciidoc/Manifest | 2 -
15 app-text/asciidoc/asciidoc-9.0.2-r1.ebuild | 84 ------------------------------
16 app-text/asciidoc/asciidoc-9.0.4-r1.ebuild | 84 ------------------------------
17 3 files changed, 170 deletions(-)
18
19 diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest
20 index c97699418f3f..17c88a95dbfa 100644
21 --- a/app-text/asciidoc/Manifest
22 +++ b/app-text/asciidoc/Manifest
23 @@ -1,5 +1,3 @@
24 -DIST asciidoc-9.0.2.new.tar.gz 1269444 BLAKE2B 0041073c572267628b8bbfd56258d86c35edb0e7f3a222743ce1476b405483b01144faf768ab1492fd3f378960f6cc8e17d92ef61671d84c318fbe7c1ca8cd7c SHA512 c20629001704f1c3acfef0407b82f35f6077f5b32ef754fcbeee03a5a86d4e01e374e89b79cbdb236fc2c7fc76bf47ba81efd691f2f9e1c87dc85a7111f5e030
25 -DIST asciidoc-9.0.4.new.tar.gz 1233878 BLAKE2B 506a2c82d95ce0d522f45b20eee31f7ce2b114e0ad43c78bb313f34b210a7bdd282a8a3779a3ea29025e865847eb8298bd5a6ddac7ee338e4b878ae79bdf149e SHA512 59be96514d0c4c82e5842ddea412ddd6e06647ebe09e0f1828b7c07e787d890896bab4271e7566ed038eb2da6755a67c725bee07bcfbd7aa31475f39c3abc089
26 DIST asciidoc-9.0.5.new.tar.gz 1225334 BLAKE2B c3e428098dc4d71704ed13b54fd5f640b9de81d12939facb5faaf38a3123794e57201ecd9c312a22c220a2ec6b06c88a76ab47f05ffa972fc8751089b3471cfc SHA512 9125631fdee464f96f7e3c76a60fe37331905e9e55a81db27aece4065b246dc05a35db4c157dc7dbb2345eb95c153b474251d6a447d65774bf1b3f57e1883895
27 DIST asciidoc-9.1.0.new.tar.gz 1249958 BLAKE2B 0a98f58f7604f84d704092313c38563634bad5d697d60d02760f3be1d2a78a97ee2488dda3a9918b02e0062710175c6513d600f3fbd850fe700bf3fa917a3980 SHA512 c30854a936228fe5bcf2f9305741fbc4b17ef088b2fa637d5f3b19c7803306085634fb71146f0b089c2fad01f986da71a4fae364139f520c0906525317c0c4a6
28 DIST asciidoc-9.1.1.new.tar.gz 1259206 BLAKE2B da274d3a9389ee2e42ad1be70467f11d0164df3e6f9102e6ef1be6a802dbeb12898786fa1fe37a95755d0db8c9df5d5dd3faf000dfb73b701a83af3cc0261606 SHA512 74b83e8c8904fd761783c2f572d353656fc0794c6cb427f61e9179c9f80b6fc3b3ee8d028baba4e25eafe5f8cf5318f9984a5828849a793a7520f83e6fe50d66
29
30 diff --git a/app-text/asciidoc/asciidoc-9.0.2-r1.ebuild b/app-text/asciidoc/asciidoc-9.0.2-r1.ebuild
31 deleted file mode 100644
32 index 7772c2bc97ef..000000000000
33 --- a/app-text/asciidoc/asciidoc-9.0.2-r1.ebuild
34 +++ /dev/null
35 @@ -1,84 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
42 -
43 -inherit autotools optfeature python-single-r1 readme.gentoo-r1
44 -
45 -DESCRIPTION="A plain text human readable/writable document format"
46 -HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc-py/asciidoc-py/"
47 -SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}.tar.gz -> ${P}.new.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -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"
52 -IUSE="doc test"
53 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54 -
55 -RESTRICT="!test? ( test )"
56 -
57 -RDEPEND="${PYTHON_DEPS}
58 - app-text/docbook-xml-dtd:4.5
59 - >=app-text/docbook-xsl-stylesheets-1.75
60 - dev-libs/libxslt
61 - dev-libs/libxml2:2
62 - "
63 -DEPEND="
64 - test? (
65 - ${PYTHON_DEPS}
66 - app-text/dvipng
67 - app-text/dvisvgm
68 - dev-texlive/texlive-latex
69 - dev-util/source-highlight
70 - media-gfx/graphviz
71 - media-gfx/imagemagick
72 - media-sound/lilypond
73 - )"
74 -
75 -DOC_CONTENTS="
76 -If you are going to use a2x, please also look at a2x(1) under
77 -REQUISITES for a list of runtime dependencies.
78 -"
79 -
80 -DOCS=( BUGS.txt CHANGELOG.txt README.asciidoc
81 - docbook-xsl/asciidoc-docbook-xsl.txt dblatex/dblatex-readme.txt
82 - filters/code/code-filter-readme.txt )
83 -
84 -src_prepare() {
85 - default
86 - # Only needed for prefix - harmless (does nothing) otherwise
87 - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
88 - asciidoc.py || die
89 -
90 - # enforce usage of the configured version of Python
91 - sed -i -e "s:python3:${EPYTHON}:" Makefile.in || die
92 -
93 - eautoreconf
94 -}
95 -
96 -src_configure() {
97 - econf --sysconfdir="${EPREFIX}"/usr/share
98 -}
99 -
100 -src_install() {
101 - default
102 -
103 - if use doc; then
104 - emake DESTDIR="${D}" docs
105 - fi
106 -
107 - python_fix_shebang "${ED}"/usr/bin/*.py
108 -
109 - readme.gentoo_create_doc
110 -}
111 -
112 -pkg_postinst() {
113 - readme.gentoo_print_elog
114 -
115 - optfeature "\"music\" filter support" "media-sound/lilypond media-gfx/imagemagick"
116 - optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments app-text/highlight
117 - optfeature "\"latex\" filter support" "dev-texlive/texlive-latex app-text/dvipng" "dev-texlive/texlive-latex app-text/dvisvgm"
118 - optfeature "\"graphviz\" filter support" media-gfx/graphviz
119 -}
120
121 diff --git a/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild b/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild
122 deleted file mode 100644
123 index 7772c2bc97ef..000000000000
124 --- a/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild
125 +++ /dev/null
126 @@ -1,84 +0,0 @@
127 -# Copyright 1999-2021 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=7
131 -
132 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
133 -
134 -inherit autotools optfeature python-single-r1 readme.gentoo-r1
135 -
136 -DESCRIPTION="A plain text human readable/writable document format"
137 -HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc-py/asciidoc-py/"
138 -SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}.tar.gz -> ${P}.new.tar.gz"
139 -
140 -LICENSE="GPL-2"
141 -SLOT="0"
142 -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"
143 -IUSE="doc test"
144 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
145 -
146 -RESTRICT="!test? ( test )"
147 -
148 -RDEPEND="${PYTHON_DEPS}
149 - app-text/docbook-xml-dtd:4.5
150 - >=app-text/docbook-xsl-stylesheets-1.75
151 - dev-libs/libxslt
152 - dev-libs/libxml2:2
153 - "
154 -DEPEND="
155 - test? (
156 - ${PYTHON_DEPS}
157 - app-text/dvipng
158 - app-text/dvisvgm
159 - dev-texlive/texlive-latex
160 - dev-util/source-highlight
161 - media-gfx/graphviz
162 - media-gfx/imagemagick
163 - media-sound/lilypond
164 - )"
165 -
166 -DOC_CONTENTS="
167 -If you are going to use a2x, please also look at a2x(1) under
168 -REQUISITES for a list of runtime dependencies.
169 -"
170 -
171 -DOCS=( BUGS.txt CHANGELOG.txt README.asciidoc
172 - docbook-xsl/asciidoc-docbook-xsl.txt dblatex/dblatex-readme.txt
173 - filters/code/code-filter-readme.txt )
174 -
175 -src_prepare() {
176 - default
177 - # Only needed for prefix - harmless (does nothing) otherwise
178 - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
179 - asciidoc.py || die
180 -
181 - # enforce usage of the configured version of Python
182 - sed -i -e "s:python3:${EPYTHON}:" Makefile.in || die
183 -
184 - eautoreconf
185 -}
186 -
187 -src_configure() {
188 - econf --sysconfdir="${EPREFIX}"/usr/share
189 -}
190 -
191 -src_install() {
192 - default
193 -
194 - if use doc; then
195 - emake DESTDIR="${D}" docs
196 - fi
197 -
198 - python_fix_shebang "${ED}"/usr/bin/*.py
199 -
200 - readme.gentoo_create_doc
201 -}
202 -
203 -pkg_postinst() {
204 - readme.gentoo_print_elog
205 -
206 - optfeature "\"music\" filter support" "media-sound/lilypond media-gfx/imagemagick"
207 - optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments app-text/highlight
208 - optfeature "\"latex\" filter support" "dev-texlive/texlive-latex app-text/dvipng" "dev-texlive/texlive-latex app-text/dvisvgm"
209 - optfeature "\"graphviz\" filter support" media-gfx/graphviz
210 -}