From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Wed, 29 Dec 2021 01:58:47 +0000 (UTC) [thread overview]
Message-ID: <1640743106.1dd1aaa202b3070ad6a08ca991c9d3869e6146a0.sam@gentoo> (raw)
commit: 1dd1aaa202b3070ad6a08ca991c9d3869e6146a0
Author: Marc Joliet <marcec <AT> gmx <DOT> de>
AuthorDate: Tue Dec 28 18:13:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 01:58:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd1aaa2
app-text/asciidoc: remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Marc Joliet <marcec <AT> gmx.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/asciidoc/Manifest | 2 -
app-text/asciidoc/asciidoc-9.0.2-r1.ebuild | 84 ------------------------------
app-text/asciidoc/asciidoc-9.0.4-r1.ebuild | 84 ------------------------------
3 files changed, 170 deletions(-)
diff --git a/app-text/asciidoc/Manifest b/app-text/asciidoc/Manifest
index c97699418f3f..17c88a95dbfa 100644
--- a/app-text/asciidoc/Manifest
+++ b/app-text/asciidoc/Manifest
@@ -1,5 +1,3 @@
-DIST asciidoc-9.0.2.new.tar.gz 1269444 BLAKE2B 0041073c572267628b8bbfd56258d86c35edb0e7f3a222743ce1476b405483b01144faf768ab1492fd3f378960f6cc8e17d92ef61671d84c318fbe7c1ca8cd7c SHA512 c20629001704f1c3acfef0407b82f35f6077f5b32ef754fcbeee03a5a86d4e01e374e89b79cbdb236fc2c7fc76bf47ba81efd691f2f9e1c87dc85a7111f5e030
-DIST asciidoc-9.0.4.new.tar.gz 1233878 BLAKE2B 506a2c82d95ce0d522f45b20eee31f7ce2b114e0ad43c78bb313f34b210a7bdd282a8a3779a3ea29025e865847eb8298bd5a6ddac7ee338e4b878ae79bdf149e SHA512 59be96514d0c4c82e5842ddea412ddd6e06647ebe09e0f1828b7c07e787d890896bab4271e7566ed038eb2da6755a67c725bee07bcfbd7aa31475f39c3abc089
DIST asciidoc-9.0.5.new.tar.gz 1225334 BLAKE2B c3e428098dc4d71704ed13b54fd5f640b9de81d12939facb5faaf38a3123794e57201ecd9c312a22c220a2ec6b06c88a76ab47f05ffa972fc8751089b3471cfc SHA512 9125631fdee464f96f7e3c76a60fe37331905e9e55a81db27aece4065b246dc05a35db4c157dc7dbb2345eb95c153b474251d6a447d65774bf1b3f57e1883895
DIST asciidoc-9.1.0.new.tar.gz 1249958 BLAKE2B 0a98f58f7604f84d704092313c38563634bad5d697d60d02760f3be1d2a78a97ee2488dda3a9918b02e0062710175c6513d600f3fbd850fe700bf3fa917a3980 SHA512 c30854a936228fe5bcf2f9305741fbc4b17ef088b2fa637d5f3b19c7803306085634fb71146f0b089c2fad01f986da71a4fae364139f520c0906525317c0c4a6
DIST asciidoc-9.1.1.new.tar.gz 1259206 BLAKE2B da274d3a9389ee2e42ad1be70467f11d0164df3e6f9102e6ef1be6a802dbeb12898786fa1fe37a95755d0db8c9df5d5dd3faf000dfb73b701a83af3cc0261606 SHA512 74b83e8c8904fd761783c2f572d353656fc0794c6cb427f61e9179c9f80b6fc3b3ee8d028baba4e25eafe5f8cf5318f9984a5828849a793a7520f83e6fe50d66
diff --git a/app-text/asciidoc/asciidoc-9.0.2-r1.ebuild b/app-text/asciidoc/asciidoc-9.0.2-r1.ebuild
deleted file mode 100644
index 7772c2bc97ef..000000000000
--- a/app-text/asciidoc/asciidoc-9.0.2-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit autotools optfeature python-single-r1 readme.gentoo-r1
-
-DESCRIPTION="A plain text human readable/writable document format"
-HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc-py/asciidoc-py/"
-SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}.tar.gz -> ${P}.new.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-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"
-IUSE="doc test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="${PYTHON_DEPS}
- app-text/docbook-xml-dtd:4.5
- >=app-text/docbook-xsl-stylesheets-1.75
- dev-libs/libxslt
- dev-libs/libxml2:2
- "
-DEPEND="
- test? (
- ${PYTHON_DEPS}
- app-text/dvipng
- app-text/dvisvgm
- dev-texlive/texlive-latex
- dev-util/source-highlight
- media-gfx/graphviz
- media-gfx/imagemagick
- media-sound/lilypond
- )"
-
-DOC_CONTENTS="
-If you are going to use a2x, please also look at a2x(1) under
-REQUISITES for a list of runtime dependencies.
-"
-
-DOCS=( BUGS.txt CHANGELOG.txt README.asciidoc
- docbook-xsl/asciidoc-docbook-xsl.txt dblatex/dblatex-readme.txt
- filters/code/code-filter-readme.txt )
-
-src_prepare() {
- default
- # Only needed for prefix - harmless (does nothing) otherwise
- sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
- asciidoc.py || die
-
- # enforce usage of the configured version of Python
- sed -i -e "s:python3:${EPYTHON}:" Makefile.in || die
-
- eautoreconf
-}
-
-src_configure() {
- econf --sysconfdir="${EPREFIX}"/usr/share
-}
-
-src_install() {
- default
-
- if use doc; then
- emake DESTDIR="${D}" docs
- fi
-
- python_fix_shebang "${ED}"/usr/bin/*.py
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-
- optfeature "\"music\" filter support" "media-sound/lilypond media-gfx/imagemagick"
- optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments app-text/highlight
- optfeature "\"latex\" filter support" "dev-texlive/texlive-latex app-text/dvipng" "dev-texlive/texlive-latex app-text/dvisvgm"
- optfeature "\"graphviz\" filter support" media-gfx/graphviz
-}
diff --git a/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild b/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild
deleted file mode 100644
index 7772c2bc97ef..000000000000
--- a/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit autotools optfeature python-single-r1 readme.gentoo-r1
-
-DESCRIPTION="A plain text human readable/writable document format"
-HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc-py/asciidoc-py/"
-SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}.tar.gz -> ${P}.new.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-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"
-IUSE="doc test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="${PYTHON_DEPS}
- app-text/docbook-xml-dtd:4.5
- >=app-text/docbook-xsl-stylesheets-1.75
- dev-libs/libxslt
- dev-libs/libxml2:2
- "
-DEPEND="
- test? (
- ${PYTHON_DEPS}
- app-text/dvipng
- app-text/dvisvgm
- dev-texlive/texlive-latex
- dev-util/source-highlight
- media-gfx/graphviz
- media-gfx/imagemagick
- media-sound/lilypond
- )"
-
-DOC_CONTENTS="
-If you are going to use a2x, please also look at a2x(1) under
-REQUISITES for a list of runtime dependencies.
-"
-
-DOCS=( BUGS.txt CHANGELOG.txt README.asciidoc
- docbook-xsl/asciidoc-docbook-xsl.txt dblatex/dblatex-readme.txt
- filters/code/code-filter-readme.txt )
-
-src_prepare() {
- default
- # Only needed for prefix - harmless (does nothing) otherwise
- sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \
- asciidoc.py || die
-
- # enforce usage of the configured version of Python
- sed -i -e "s:python3:${EPYTHON}:" Makefile.in || die
-
- eautoreconf
-}
-
-src_configure() {
- econf --sysconfdir="${EPREFIX}"/usr/share
-}
-
-src_install() {
- default
-
- if use doc; then
- emake DESTDIR="${D}" docs
- fi
-
- python_fix_shebang "${ED}"/usr/bin/*.py
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-
- optfeature "\"music\" filter support" "media-sound/lilypond media-gfx/imagemagick"
- optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments app-text/highlight
- optfeature "\"latex\" filter support" "dev-texlive/texlive-latex app-text/dvipng" "dev-texlive/texlive-latex app-text/dvisvgm"
- optfeature "\"graphviz\" filter support" media-gfx/graphviz
-}
next reply other threads:[~2021-12-29 1:58 UTC|newest]
Thread overview: 143+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-29 1:58 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-06 10:01 [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ Petr Vaněk
2024-11-23 16:27 Sam James
2024-10-15 12:47 Arthur Zamarin
2024-10-09 5:46 Sam James
2024-10-08 20:37 Arthur Zamarin
2024-10-07 7:28 Sam James
2024-10-07 7:28 Sam James
2024-10-07 7:28 Sam James
2024-09-06 10:12 Petr Vaněk
2024-09-06 10:12 Petr Vaněk
2024-09-06 10:12 Petr Vaněk
2023-11-06 11:58 Andrew Ammerlaan
2022-12-18 19:59 Arthur Zamarin
2022-12-18 12:20 Sam James
2022-12-18 12:11 Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:30 Sam James
2022-12-18 11:29 Sam James
2022-11-29 0:17 Ionen Wolkens
2022-10-17 23:56 Sam James
2022-08-26 12:04 Sam James
2022-06-21 7:00 Florian Schmaus
2022-05-05 10:17 WANG Xuerui
2022-04-21 7:54 Florian Schmaus
2022-02-23 13:32 Sam James
2022-02-20 23:33 Sam James
2022-01-02 0:04 Sam James
2022-01-01 11:07 Sam James
2021-12-31 10:49 Sam James
2021-12-30 21:01 Arthur Zamarin
2021-12-29 6:40 Arthur Zamarin
2021-12-29 6:40 Arthur Zamarin
2021-12-29 6:40 Arthur Zamarin
2021-12-29 6:00 Sam James
2021-12-29 5:58 Sam James
2021-12-29 5:35 Sam James
2021-12-29 3:19 Sam James
2021-12-29 3:14 Sam James
2021-12-29 1:58 Sam James
2021-12-29 1:58 Sam James
2021-08-16 22:34 Louis Sautier
2021-08-15 23:39 Louis Sautier
2021-07-28 2:58 Ionen Wolkens
2021-07-28 2:58 Ionen Wolkens
2021-05-16 18:56 Sam James
2021-05-14 6:42 Agostino Sarubbo
2021-05-14 6:42 Agostino Sarubbo
2021-05-07 18:56 Sergei Trofimovich
2021-05-07 13:31 Sam James
2021-05-07 13:30 Sam James
2021-05-07 13:29 Sam James
2021-05-06 21:21 Sam James
2021-03-29 20:59 Sam James
2021-03-12 8:36 Joonas Niilola
2021-03-12 8:36 Joonas Niilola
2021-02-14 5:37 Sam James
2021-02-10 16:29 Sergei Trofimovich
2021-02-09 21:30 Sam James
2021-02-09 9:48 Sam James
2021-02-09 8:23 Sam James
2021-02-09 6:16 Sam James
2020-12-17 15:04 Joonas Niilola
2020-09-23 11:07 Michał Górny
2020-09-23 10:29 Agostino Sarubbo
2020-09-18 8:11 Agostino Sarubbo
2020-09-18 7:54 Agostino Sarubbo
2020-09-16 17:48 Sergei Trofimovich
2020-08-25 13:59 Sam James
2020-08-25 12:35 Sam James
2020-08-24 1:57 Sam James
2020-08-19 3:55 Matt Turner
2020-06-28 20:51 Aaron Bauman
2020-05-27 20:38 Andreas Sturmlechner
2020-04-17 0:04 Andreas Sturmlechner
2020-02-18 13:28 Joonas Niilola
2020-02-18 13:21 Joonas Niilola
2020-02-18 8:49 Joonas Niilola
2019-11-02 8:09 Michał Górny
2019-11-02 8:03 Mikle Kolyada
2019-11-02 8:03 Mikle Kolyada
2019-08-29 11:39 David Seifert
2019-07-29 8:53 Mikle Kolyada
2019-07-29 8:53 Mikle Kolyada
2019-07-29 8:53 Mikle Kolyada
2019-07-23 0:42 Aaron Bauman
2019-07-18 18:35 Sergei Trofimovich
2019-07-18 13:10 Agostino Sarubbo
2019-07-18 11:45 Agostino Sarubbo
2019-07-18 10:01 Agostino Sarubbo
2019-07-18 9:57 Agostino Sarubbo
2019-07-17 14:03 Agostino Sarubbo
2019-07-10 20:44 Sergei Trofimovich
2019-07-08 12:10 Thomas Deutschmann
2019-07-08 11:05 Agostino Sarubbo
2019-05-04 14:43 Andreas K. Hüttel
2019-04-28 20:32 Mikle Kolyada
2019-04-20 6:46 Michał Górny
2019-04-14 14:37 Aaron Bauman
2019-04-12 7:06 Sergei Trofimovich
2018-06-23 14:25 Mikle Kolyada
2018-03-22 6:07 Markus Meier
2018-02-11 10:25 Michał Górny
2018-02-01 20:37 Thomas Deutschmann
2018-01-29 15:51 Tobias Klausmann
2018-01-08 16:35 Patrice Clement
2017-12-24 11:25 Sergei Trofimovich
2017-12-24 9:59 Sergei Trofimovich
2017-12-19 21:48 Sergei Trofimovich
2017-12-19 12:08 Jason Zaman
2017-11-04 7:42 Michael Palimaka
2017-11-04 7:42 Michael Palimaka
2017-10-18 20:54 Michał Górny
2017-10-18 20:54 Michał Górny
2017-06-27 12:30 Michael Palimaka
2017-03-18 12:22 David Seifert
2017-03-11 12:57 David Seifert
2017-03-10 18:05 David Seifert
2017-02-03 20:01 Jeroen Roovers
2017-01-24 10:09 Fabian Groffen
2017-01-22 9:23 Tobias Klausmann
2016-12-12 16:27 Michał Górny
2016-12-12 16:27 Michał Górny
2016-12-12 16:27 Michał Górny
2016-12-12 16:27 Michał Górny
2016-12-12 16:27 Michał Górny
2016-04-01 19:17 Markus Meier
2016-03-24 19:58 Patrice Clement
2016-03-22 14:32 Agostino Sarubbo
2015-12-21 22:28 Patrice Clement
2015-11-23 15:02 Patrice Clement
2015-11-23 13:13 Patrice Clement
2015-11-17 10:29 Patrice Clement
2015-11-17 6:00 Ian Delaney
2015-11-17 6:00 Ian Delaney
2015-11-17 6:00 Ian Delaney
2015-11-14 15:36 Ian Delaney
2015-11-14 15:36 Ian Delaney
2015-11-14 15:36 Ian Delaney
2015-11-14 15:36 Ian Delaney
2015-11-14 15:36 Ian Delaney
2015-11-14 15:36 Ian Delaney
2015-11-14 15:36 Ian Delaney
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=1640743106.1dd1aaa202b3070ad6a08ca991c9d3869e6146a0.sam@gentoo \
--to=sam@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