gpo.zugaina.org

Search Portage & Overlays:

app-text/pandoc-cli

Conversion between documentation formats

Screenshots

  • pandoc-cli-0.1.1-r1
    ~amd64 ~arm64 ~ppc64 ~riscv ~x86
    +lua nightly +server

    View      Download      Browse     License: GPL-2+   
    Overlay: gentoo
  • pandoc-cli-0.1.1
    ~amd64
    +lua nightly +server

    View      Download      Browse     License: GPL-2+   
    Overlay: haskell

ChangeLog

commit 5526d7ce69b976eb49f2d9ebf8ee01fcfd8cd52a
Author: hololeap <hololeap@protonmail.com>
Date: Sun Nov 26 16:07:49 2023 -0700

app-text/pandoc-cli: Fix soft-block on dev-haskell/pandoc

Soft-block should only be for <dev-haskell/pandoc-3. This matches what
is in the ::gentoo ebuild for app-text/pandoc-cli.

Signed-off-by: hololeap <hololeap@protonmail.com>

commit 5a27f4d289da18a1da0108b8f0442287a1d83979
Author: Bryce Glover <RandomDSdevel@gmail.com>
Date: Fri Sep 29 21:37:39 2023 -0400

app-text/pandoc-cli, dev-haskell/pandoc: Soft-block on app-text/pandoc-cli.

commit 225917608de317f2a6f9dc5d9112b0eb75b9d6b5
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Sep 24 16:18:48 2023 -0600

app-text/pandoc: Rename to dev-haskell/pandoc

Change to the dev-haskell category to reflect that 'pandoc' is a
library and does not contain the application (now in the 'pandoc-cli'
package).

See: https://github.com/jgm/pandoc/commit/bd1d923b86edba6e090ba14b1cd17e1e32c727f2
See: d7d13c0ee0af75839a2f607366dab6e990ebbe39
Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1480
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 0b5e142e9b6cb6e889bf7234742d1c2773c62e64
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:34:54 2023 -0600

app-text/pandoc-cli: Remove profiling support

This reverts commit db1b477d2fe7f9c97f186456186e5b23a46282c0.

Adding a profile USE flag and CABAL_FEATURES=profile does not change
anything about the executable or how it is built.

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600

*/*: Remove [profile?] from ghc RDEPEND

This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.

Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit db1b477d2fe7f9c97f186456186e5b23a46282c0
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun May 7 19:07:10 2023 +1000

app-text/pandoc-cli: add profiling support

Patch supplied by Nikifor Kuznetsov.

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600

*/*: Remove ~x86 (and related) from KEYWORDS

x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.

With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.

See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600

*/*: Add [profile?] to ghc RDEPEND

Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.

Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit b3b1524387d4ea1e4f811494fbc87452f666aade
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:03:43 2023 +1000

app-text/pandoc-cli: new package, add 0.1.1

Signed-off-by: Jack Todaro <solpeth@posteo.org>