texlive[47924] Master/texmf-dist: plantuml (4jun18)

commits+karl at tug.org commits+karl at tug.org
Mon Jun 4 22:52:57 CEST 2018


Revision: 47924
          http://tug.org/svn/texlive?view=revision&revision=47924
Author:   karl
Date:     2018-06-04 22:52:57 +0200 (Mon, 04 Jun 2018)
Log Message:
-----------
plantuml (4jun18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
    trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md
    trunk/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
    trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/lualatex/plantuml/release.sh

Modified: trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md	2018-06-04 20:52:38 UTC (rev 47923)
+++ trunk/Master/texmf-dist/doc/lualatex/plantuml/CHANGELOG.md	2018-06-04 20:52:57 UTC (rev 47924)
@@ -4,20 +4,30 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
-## [0.2.2] - 2017-03-22
+## [0.2.3] - 2018-06-04
 
+## Added
+
+- Add `release.sh` to CTAN upload-
+
+## Removed
+
+- Removed `\usepackage{aeguill}` as 1) PlantUML seems not to rely on it any more and 2) [it is obsolete and should not be used anymore](https://tex.stackexchange.com/a/5901/9075).
+
+## [0.2.2] - 2018-03-22
+
 ## Changed
 
-- Added version number in generated plantuml.pdf.
+- Added version number in generated `plantuml.pdf`.
 - Do not strip down `README.md` for CTAN anymore and provide "*.png" for generation of `plantuml.pdf`.
 
-## [0.2.1] - 2017-03-21
+## [0.2.1] - 2018-03-21
 
 ### Fixed
 
 - Added short version of `README.md` to CTAN distribution again, because of [CTAN rules](https://mirror.informatik.hs-fulda.de/tex-archive/help/ctan/CTAN-upload-addendum.html#readme).
 
-## [0.2.0] - 2017-03-20
+## [0.2.0] - 2018-03-20
 
 ### Changed
 
@@ -33,7 +43,8 @@
 
 Initial public release
 
-[Unreleased]: https://github.com/latextemplates/plantuml/compare/0.2.2...HEAD
+[unreleased]: https://github.com/latextemplates/plantuml/compare/0.2.3...HEAD
+[0.2.3]: https://github.com/latextemplates/plantuml/compare/0.2.2...0.2.3
 [0.2.2]: https://github.com/latextemplates/plantuml/compare/0.2.1...0.2.2
 [0.2.1]: https://github.com/latextemplates/plantuml/compare/0.2.0...0.2.1
 [0.2.0]: https://github.com/latextemplates/plantuml/compare/0.1.0...0.2.0

Modified: trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md	2018-06-04 20:52:38 UTC (rev 47923)
+++ trunk/Master/texmf-dist/doc/lualatex/plantuml/README.md	2018-06-04 20:52:57 UTC (rev 47924)
@@ -1,6 +1,6 @@
 # plantuml
 
-Version 0.2.2
+Version 0.2.3
 
 > A LuaLaTeX package for PlantUML in LaTeX
 
@@ -86,7 +86,7 @@
 
 ## Development
 
-The release is built at [CircleCI](http://circleci.com/) using `release.sh`.
+The release is built at [CircleCI](http://circleci.com/) using [release.sh](release.sh).
 
 Release prepration:
 

Modified: trunk/Master/texmf-dist/doc/lualatex/plantuml/plantuml.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/doc/lualatex/plantuml/release.sh
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/plantuml/release.sh	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/lualatex/plantuml/release.sh	2018-06-04 20:52:57 UTC (rev 47924)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TAG=`git describe --abbrev=0 --tags`
+
+# remove shields.io badge
+sed -i "s/# plantuml.*/# plantuml\n\nVersion $TAG/" README.md
+
+# generate plantuml.pdf based on README.md based on pandoc 2.x
+pandoc README.md --pdf-engine=lualatex -o plantuml.pdf
+
+# Prepare for CTAN
+ctanify --notds plantuml.sty plantuml.lua plantuml.pdf README.md CHANGELOG.md release.sh "example-*.tex" "example-*.png"


Property changes on: trunk/Master/texmf-dist/doc/lualatex/plantuml/release.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty	2018-06-04 20:52:38 UTC (rev 47923)
+++ trunk/Master/texmf-dist/tex/lualatex/plantuml/plantuml.sty	2018-06-04 20:52:57 UTC (rev 47924)
@@ -8,7 +8,6 @@
 
 % Required by PlantUML LaTeX output
 \RequirePackage{tikz}
-\RequirePackage{aeguill}
 
 % Enable checking for active -shell-escape
 % Source: https://tex.stackexchange.com/a/88620/9075



More information about the tex-live-commits mailing list