app-text / lowdown

Markdown translator producing HTML5, roff documents in the ms and man formats

Official package sites : https://kristaps.bsd.lv/lowdown/ ·

v3.0.1 :: 0/4 :: gentoo

Modified
License
ISC
Keywords
~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86

v2.0.4 :: 0/3 :: gentoo

Modified
License
ISC
Keywords
amd64 ppc64 x86 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~riscv ~sparc

v2.0.2-r1 :: 0/3 :: gentoo

Modified
License
ISC
Keywords
~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86

v2.0.2 :: 0/3 :: gentoo

Modified
License
ISC
Keywords
amd64 arm64 ppc64 x86 ~arm ~loong ~m68k ~mips ~ppc ~riscv ~sparc

virtual / libcrypt : Virtual for libcrypt.so

virtual / libcrypt : Virtual for libcrypt.so

970261
app-text/lowdown-2.0.4, dev-build/bmake-20251111: stablereq
970547
app-text/lowdown-2.0.4 fails test - [boost-1.90] [jdk26] emake failed
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 3.0.1, drop 3.0.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 3.0.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Eli Schwartz · gentoo
app-text/lowdown: Stabilize 2.0.4 x86, #970261
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Eli Schwartz · gentoo
app-text/lowdown: Stabilize 2.0.4 ppc64, #970261
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Eli Schwartz · gentoo
app-text/lowdown: Stabilize 2.0.4 amd64, #970261
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
NHOrus · gentoo
app-text/lowdown: Fix build with MAKEFLAGS set, i.e. with jobserver
Previous flag filtering effort has not taken into account that while `export` propagates between stages, `unset` doesn't, so bmake will still get MAKEFLAGS it will silently prepend to command line and exit due unrecognized arguments Bug: https://bugs.gentoo.org/966238 Closes: https://bugs.gentoo.org/970189 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Part-of: https://github.com/gentoo/gentoo/pull/45831 Closes: https://github.com/gentoo/gentoo/pull/45831 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
NHOrus · gentoo
app-text/lowdown: bmake compatibility fix, drop old versions
GNU Make has many valid short ops and long ops, most of which are incompatible with bmake. We can either chase sanitization or do the sane thing, unset MAKEOPTS and MAKEFLAGS and pass just jobs Closes: https://bugs.gentoo.org/966238 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Part-of: https://github.com/gentoo/gentoo/pull/44764 Closes: https://github.com/gentoo/gentoo/pull/44764 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: Filter -O from MAKEOPTS
Rework how we filter flags from MAKEOPTS since we now have to filter multiple flags. Closes: https://bugs.gentoo.org/966244 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: destabilize 2.0.4 for ~amd64, ~arm64, ~ppc64, ~x86
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
app-text/lowdown: add 2.0.4
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-text/lowdown: Keyword 2.0.2 sparc, #962378
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/lowdown: Stabilize 2.0.2 amd64, #957153
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-text/lowdown: Stabilize 2.0.2 ppc64, #957153
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-text/lowdown: Stabilize 2.0.2 arm64, #957153
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-text/lowdown: Stabilize 2.0.2 x86, #957153
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-text/lowdown: Keyword 1.1.1 ppc64, #952116
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 2.0.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 2.0.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-text/lowdown: Stabilize 1.1.1 x86, #949013
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/lowdown: Stabilize 1.1.1 arm64, #949013
Signed-off-by: Sam James <sam@gentoo.org>
NHOrus · gentoo
app-text/lowdown: fix prefix installation
We can't switch to econf from configure, because this uses oconfigure[^1] and oconfigure doesn't recognize `--prefix` as valid command line argument only `PREFIX` [^1]: https://github.com/kristapsdz/oconfigure Co-authored-by: Christian Ludwig <chrissicool@gmail.com> Closes: https://bugs.gentoo.org/947349 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40274 Signed-off-by: Florian Schmaus <flow@gentoo.org>
NHOrus · gentoo
app-text/lowdown: Add config tests that fail on MUSL to ignore list
Closes: https://bugs.gentoo.org/942443 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: drop 1.3.0, 1.3.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
app-text/lowdown: add 1.4.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
WANG Xuerui · gentoo
app-text/lowdown: keyword 1.3.2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 1.3.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: drop 1.1.2, 1.2.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
app-text/lowdown: add 1.3.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 1.3.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
James Le Cuirot · gentoo
app-text/lowdown: Keyword 1.2.0 for ~m68k
The tests pass. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
app-text/lowdown: Keyword 1.2.0 riscv, #942915
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-text/lowdown: Keyword 1.2.0 mips, #942915
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-text/lowdown: Keyword 1.2.0 arm, #942915
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/lowdown: Keyword 1.2.0 ppc, #942915
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-text/lowdown: Keyword 1.2.0 ppc64, #942915
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: drop 1.1.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
app-text/lowdown: add 1.2.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/lowdown: Stabilize 1.1.1 amd64, #942185
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 1.1.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 1.1.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: drop 1.0.0, 1.0.1-r1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
app-text/lowdown: stabilize 1.1.0 for amd64
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 1.1.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: Get rid of artificial libbsd dep (bug #904729)
Closes: https://bugs.gentoo.org/904729 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 1.0.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: stabilize 1.0.0 for amd64
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
app-text/lowdown: drop 0.11.1-r1, 0.11.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: add 1.0.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
app-text/lowdown: Keyword 0.11.2 arm64, #845201
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: drop 0.8.4-r1, 0.10.0-r1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
app-text/lowdown: add 0.11.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: Fix library installation (bug #832797)
Bug: https://bugs.gentoo.org/832797 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: Version bump to 0.11.1 (fix #832797)
Closes: https://bugs.gentoo.org/832797 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: Add -lmd to pkgconfig (bug #832590)
Also install lowdown.so symlink Closes: https://bugs.gentoo.org/832590 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: Bump to 0.10.0, install lib (bug #811111)
Closes: https://bugs.gentoo.org/811111 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/lowdown: add missing virtual/libcrypt subslot operator
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown-0.8.4: Respect LDFLAGS (bug #783393)
Also don't directly call ar, and fix musl support. Closes: https://bugs.gentoo.org/783393 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
app-text/lowdown: New package
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>