# ChangeLog for app-text/asciidoc # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # (auto-generated from git log) *asciidoc-9999 (09 Aug 2015) *asciidoc-8.6.9-r1 (09 Aug 2015) *asciidoc-8.6.9 (09 Aug 2015) *asciidoc-8.6.8-r1 (09 Aug 2015) *asciidoc-8.6.5 (09 Aug 2015) 09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +asciidoc-8.6.5.ebuild, +asciidoc-8.6.8-r1.ebuild, +asciidoc-8.6.9.ebuild, +asciidoc-8.6.9-r1.ebuild, +asciidoc-9999.ebuild, +metadata.xml: proj/gentoo: Initial commit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed 24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> 24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml: Revert DOCTYPE SYSTEM https changes in metadata.xml repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720 *asciidoc-8.6.9-r2 (13 Nov 2015) 13 Nov 2015; Marc Joliet <marcec@gmx.de> +asciidoc-8.6.9-r2.ebuild: revbump to 8.6.9-r2 to add deps Also, drop keywords to match app-text/dblatex. Gentoo-bug: 366763 Signed-off-by: Marc Joliet <marcec@gmx.de> 13 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-9999.ebuild: apply dep fixes to -9999 Gentoo-bug: 366763 Signed-off-by: Marc Joliet <marcec@gmx.de> 13 Nov 2015; Marc Joliet <marcec@gmx.de> metadata.xml: add myself as proxy-maintainer Add myself as proxy-maintainer, replacing the previous maintainer at his suggestion. Signed-off-by: Marc Joliet <marcec@gmx.de> 13 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-8.6.9-r2.ebuild, asciidoc-9999.ebuild: add a dep on app-text/highlight It is another provider for the "highlight" USE flag. Signed-off-by: Marc Joliet <marcec@gmx.de> 13 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-8.6.9-r2.ebuild, asciidoc-9999.ebuild: change order of highlight deps Change the order of the highlight USE flag deps so that dev-util/source-highlight becomes the default in order to match upstream. Gentoo-bug: 552148 Signed-off-by: Marc Joliet <marcec@gmx.de> 13 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-8.6.9-r2.ebuild, asciidoc-9999.ebuild: split highlight deps by newline Signed-off-by: Marc Joliet <marcec@gmx.de> 14 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-8.6.9-r1.ebuild, asciidoc-8.6.9-r2.ebuild, asciidoc-9999.ebuild: trim description to <80 chars The new description is taken verbatim from the first sentence at http://asciidoc.org/userguide.html#_introduction. Signed-off-by: Marc Joliet <marcec@gmx.de> 16 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-8.6.9-r2.ebuild, asciidoc-9999.ebuild: use readme.gentoo for some deps Use readme.gentoo to refer to the a2x(1) man page for a list of runtime dependencies instead of forcing the app-text/dblatex and lynx/w3m dependencies. Since this commit removes the direct dependency on app-text/dblatex, it also restores previously dropped KEYWORDS to ~arch. Gentoo-bug: 565844 Signed-off-by: Marc Joliet <marcec@gmx.de> 16 Nov 2015; Marc Joliet <marcec@gmx.de> -asciidoc-8.6.5.ebuild: drop old 8.6.5 It uses the deprecated EAPI 3, the deprecated python eclass, and supports fewer KEYWORDS than the newer versions. Signed-off-by: Marc Joliet <marcec@gmx.de> 16 Nov 2015; Marc Joliet <marcec@gmx.de> -asciidoc-8.6.8-r1.ebuild: drop old 8.6.8-r1 Signed-off-by: Marc Joliet <marcec@gmx.de> 16 Nov 2015; Marc Joliet <marcec@gmx.de> -asciidoc-8.6.9.ebuild: drop old 8.6.9 It suffers from bug #483336, which was fixed in -r1. Signed-off-by: Marc Joliet <marcec@gmx.de> 20 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-8.6.9-r2.ebuild, asciidoc-9999.ebuild: remove vim-syntax from IUSE The vim-syntax USE flag is useless now, for the following reasons: - The actions it controls have no effect, since the Makefile.in doesn't do anything vim-related anymore, as mentioned in the CHANGELOG. - Vim comes with its own syntax file since version 7.4, which is maintained (by AsciiDoc upstream, according to its header) and was last updated in 2014, whereas the upstream syntax file has not been changed since 2013. Gentoo-bug: 530808 Signed-off-by: Marc Joliet <marcec@gmx.de> 20 Nov 2015; Marc Joliet <marcec@gmx.de> asciidoc-8.6.9-r2.ebuild: 8.6.9-r2: fix docompress call Docompress should only be called when USE=examples. Gentoo-bug: 555400 Signed-off-by: Marc Joliet <marcec@gmx.de> 21 Dec 2015; Patrice Clement <monsieurp@gentoo.org> asciidoc-9999.ebuild: 9999: fix a typo Package-Manager: portage-2.2.24 Signed-off-by: Marc Joliet <marcec@gmx.de> 24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml: Replace all herds with appropriate projects (GLEP 67) Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded. 24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml: Set appropriate maintainer types in metadata.xml (GLEP 67) 22 Mar 2016; Agostino Sarubbo <ago@gentoo.org> asciidoc-8.6.9-r2.ebuild: amd64 stable wrt bug #577838 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> *asciidoc-8.6.9-r3 (24 Mar 2016) 24 Mar 2016; Patrice Clement <monsieurp@gentoo.org> +asciidoc-8.6.9-r3.ebuild: move to readme.gentoo-r1 eclass Package-Manager: portage-2.2.26 Signed-off-by: Marc Joliet <marcec@gmx.de> Closes: https://github.com/gentoo/gentoo/pull/1128 01 Apr 2016; Markus Meier <maekke@gentoo.org> asciidoc-8.6.9-r2.ebuild: arm stable, bug #577838 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" 25 Jun 2016; Agostino Sarubbo <ago@gentoo.org> asciidoc-8.6.9-r2.ebuild: x86 stable wrt bug #577838 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> 06 Jul 2016; Agostino Sarubbo <ago@gentoo.org> asciidoc-8.6.9-r2.ebuild: ppc stable wrt bug #577838 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> 12 Dec 2016; Michał Górny <mgorny@gentoo.org> asciidoc-8.6.9-r3.ebuild, asciidoc-9999.ebuild: rework to not need "cd tests" Package-Manager: portage-2.2.24 Signed-off-by: Marc Joliet <marcec@gmx.de> 12 Dec 2016; Michał Górny <mgorny@gentoo.org> asciidoc-9999.ebuild: 9999: switch to new Git repo Package-Manager: portage-2.2.24 Signed-off-by: Marc Joliet <marcec@gmx.de> 12 Dec 2016; Michał Górny <mgorny@gentoo.org> asciidoc-9999.ebuild: 9999: move to readme.gentoo-r1 eclass Package-Manager: portage-2.3.0 Signed-off-by: Marc Joliet <marcec@gmx.de> 12 Dec 2016; Michał Górny <mgorny@gentoo.org> asciidoc-9999.ebuild: 9999: switch to EAPI 6 Package-Manager: portage-2.3.0 Signed-off-by: Marc Joliet <marcec@gmx.de> 12 Dec 2016; Michał Górny <mgorny@gentoo.org> asciidoc-9999.ebuild: 9999: remove dep on dev-util/aap Remove the dependency on dev-util/aap, which was only used to build three documentation files. Instead, asciidoc is called directly now. Closes: https://github.com/gentoo/gentoo/pull/3082 Package-Manager: portage-2.3.0 Signed-off-by: Marc Joliet <marcec@gmx.de>