diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
| commit | 171e0b5f950f655c3da943ea59ba2e741425319f (patch) | |
| tree | c520a8c422c7fc58a5149552b1db8a423e469b21 /app-text | |
| parent | f95e0da799133b56968a5a6af89c7fb3366c4777 (diff) | |
| download | baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip | |
Adding metadata
Diffstat (limited to 'app-text')
| -rw-r--r-- | app-text/pandoc-cli/Manifest | 1 | ||||
| -rw-r--r-- | app-text/pandoc-cli/metadata.xml | 1 | ||||
| -rw-r--r-- | app-text/pandoc-cli/pandoc-cli-3.10.ebuild | 40 | ||||
| -rw-r--r-- | app-text/pandoc/pandoc-2.18-r2.ebuild | 8 | ||||
| -rw-r--r-- | app-text/trang/trang-20241231-r1.ebuild (renamed from app-text/trang/trang-20241231.ebuild) | 8 | ||||
| -rw-r--r-- | app-text/zotero-bin/zotero-bin-9.0.4.ebuild | 2 |
6 files changed, 54 insertions, 6 deletions
diff --git a/app-text/pandoc-cli/Manifest b/app-text/pandoc-cli/Manifest index 7723b3414780..7ab9a8ccdc84 100644 --- a/app-text/pandoc-cli/Manifest +++ b/app-text/pandoc-cli/Manifest @@ -1 +1,2 @@ DIST pandoc-cli-0.1.1.tar.gz 10814 BLAKE2B 22ecd904a5e8222f68ef5b72c343a6e87448a8f4839092bca0291864cd34389061119223296171447c1570a1667e9257661ec71bbb9acffe4406ccee7dd67181 SHA512 bf05834761d9c78a21b5aaf20a3a1ca24e035e394e22858506d649ec669d8ca72d8578ad9ba2e4d24bc1681dc8faa9e4c1a39fa1d82414da51e6786b23f31a36 +DIST pandoc-cli-3.10.tar.gz 102753 BLAKE2B 413c77fed2d9bd1b9a6c9ce32af9929e1d0b1a6a693157cbdae034971f2d695589e4a7f0b78c5f5151fe257f1314ccc1924bd425797ab50430b261398154bd0a SHA512 2bd05ee652e065bb9d589a4152984ee3b742a7900ed5dbe9049f4542ceb4c937c9f85c8ebdea8e6d966144955c1cc9675eb04216def68635c60faa4e270a9102 diff --git a/app-text/pandoc-cli/metadata.xml b/app-text/pandoc-cli/metadata.xml index 4c7d02186ab0..ad6937d28bf9 100644 --- a/app-text/pandoc-cli/metadata.xml +++ b/app-text/pandoc-cli/metadata.xml @@ -9,6 +9,7 @@ <flag name="lua">Support custom modifications and conversions with the pandoc Lua scripting engine.</flag> <flag name="nightly">Add '-nightly-COMPILEDATE' to the output of '--version'.</flag> + <flag name="repl">Include support for running a pandoc Lua repl.</flag> <flag name="server">Include support for running pandoc as an HTTP server.</flag> </use> <origin>baldeagleos-repo</origin> diff --git a/app-text/pandoc-cli/pandoc-cli-3.10.ebuild b/app-text/pandoc-cli/pandoc-cli-3.10.ebuild new file mode 100644 index 000000000000..dd6ec2f47730 --- /dev/null +++ b/app-text/pandoc-cli/pandoc-cli-3.10.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.9.1.0 + +CABAL_FEATURES="" +inherit haskell-cabal + +DESCRIPTION="Conversion between documentation formats" +HOMEPAGE="https://pandoc.org" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +IUSE="+lua nightly +repl +server" + +RDEPEND="~dev-haskell/pandoc-3.10:= + dev-haskell/text:= + >=dev-lang/ghc-9.6.2:= + lua? ( >=dev-haskell/pandoc-lua-engine-0.5.1:= <dev-haskell/pandoc-lua-engine-0.6:= ) + repl? ( >=dev-haskell/hslua-cli-1.4.1:= <dev-haskell/hslua-cli-1.5:= + >=dev-haskell/temporary-1.1:= <dev-haskell/temporary-1.4:= ) + server? ( >=dev-haskell/pandoc-server-0.1.1:= <dev-haskell/pandoc-server-0.2:= + dev-haskell/safe:= + >=dev-haskell/wai-extra-3.0.24:= + dev-haskell/warp:= ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.10.1.0 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag lua lua) \ + $(cabal_flag nightly nightly) \ + $(cabal_flag repl repl) \ + $(cabal_flag server server) +} diff --git a/app-text/pandoc/pandoc-2.18-r2.ebuild b/app-text/pandoc/pandoc-2.18-r2.ebuild index a25a25a502f8..40656928c2de 100644 --- a/app-text/pandoc/pandoc-2.18-r2.ebuild +++ b/app-text/pandoc/pandoc-2.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,6 +18,10 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="embed-data-files trypandoc" +CABAL_CHDEPS=( + 'tasty-lua >= 1.0 && < 1.1' 'tasty-lua >= 1.0 && < 1.2' +) + RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-2.1:=[profile?] >=dev-haskell/aeson-pretty-0.8.9:=[profile?] <dev-haskell/aeson-pretty-0.9:=[profile?] >=dev-haskell/attoparsec-0.12:=[profile?] <dev-haskell/attoparsec-0.15:=[profile?] @@ -87,7 +91,7 @@ DEPEND="${RDEPEND} >=dev-haskell/tasty-0.11 <dev-haskell/tasty-1.5 >=dev-haskell/tasty-golden-2.3 <dev-haskell/tasty-golden-2.4 >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.11 - >=dev-haskell/tasty-lua-1.0 <dev-haskell/tasty-lua-1.1 + >=dev-haskell/tasty-lua-1.0 <dev-haskell/tasty-lua-1.2 >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.11 ) " diff --git a/app-text/trang/trang-20241231.ebuild b/app-text/trang/trang-20241231-r1.ebuild index a4eb0d1b0f77..9ca50b18d5c0 100644 --- a/app-text/trang/trang-20241231.ebuild +++ b/app-text/trang/trang-20241231-r1.ebuild @@ -29,11 +29,13 @@ CP_DEPEND=" JAVACC_SLOT="7.0.13" +# min jdk-11 because of compilation error in test-class: +# bad class file: /usr/share/testng/lib/testng.jar(org/testng/Assert.class) +# class file has wrong version 55.0, should be 52.0 DEPEND=" ${CP_DEPEND} dev-java/javacc:${JAVACC_SLOT} - dev-java/testng:0 - >=virtual/jdk-1.8:* + >=virtual/jdk-11:* " RDEPEND=" @@ -41,12 +43,12 @@ RDEPEND=" >=virtual/jre-1.8:* " -JAVA_CLASSPATH_EXTRA="testng" JAVA_GENTOO_CLASSPATH_EXTRA="util:helper" JAVA_JAR_FILENAME="trang.jar" JAVA_MAIN_CLASS="com.thaiopensource.relaxng.translate.Driver" JAVA_RESOURCE_DIRS=( meta resources/src/main ) JAVA_SRC_DIR=( {gen,}src/main ) +JAVA_TEST_GENTOO_CLASSPATH="testng" JAVA_TEST_RESOURCE_DIRS="src/test" JAVA_TEST_SRC_DIR="src/test" diff --git a/app-text/zotero-bin/zotero-bin-9.0.4.ebuild b/app-text/zotero-bin/zotero-bin-9.0.4.ebuild index 53de780cb3da..30af2e2e5349 100644 --- a/app-text/zotero-bin/zotero-bin-9.0.4.ebuild +++ b/app-text/zotero-bin/zotero-bin-9.0.4.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="-* ~amd64 ~arm64 ~x86" +KEYWORDS="-* amd64 ~arm64 ~x86" RDEPEND=" app-accessibility/at-spi2-core |
