From 386855c4d1ef509c1fd32abd721589c81669613b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 23 Oct 2023 08:35:49 +0100 Subject: gentoo auto-resync : 23:10:2023 - 08:35:49 --- dev-haskell/alex/Manifest | 6 +- dev-haskell/alex/alex-3.2.7.2.ebuild | 76 ++++++++++++++++++++++ dev-haskell/alex/files/alex-3.2.7.2-fix-docs.patch | 46 +++++++++++++ dev-haskell/alex/metadata.xml | 4 ++ 4 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 dev-haskell/alex/alex-3.2.7.2.ebuild create mode 100644 dev-haskell/alex/files/alex-3.2.7.2-fix-docs.patch (limited to 'dev-haskell/alex') diff --git a/dev-haskell/alex/Manifest b/dev-haskell/alex/Manifest index 3f2af8e4155f..5f5342b0961d 100644 --- a/dev-haskell/alex/Manifest +++ b/dev-haskell/alex/Manifest @@ -1,3 +1,7 @@ +AUX alex-3.2.7.2-fix-docs.patch 1771 BLAKE2B 05a8af026fe51ddf0692a98c26b22f91ab5c439c7657bd90d492293811d56124ed6f56537c8483fec6c996935af8e9c5ad3a89715652cc8ba43cb1b02725ec44 SHA512 9cbbab36d065f726c06a69abc846481fd46793382d3c865b0121e32db6cad7552418581b03168f5137f40607ada3572ac26006bf0d60f28e1afd92aff9e6c988 +DIST alex-13732056ff8d287f2ee0c4ecb968efe04516c890.tar.gz 103395 BLAKE2B 1254655ec480fe648238df6864d9623f0128bcdbcfca22f5b63e85b24183ece5e21ae8dc5e1a26c5f511233c420a33dc19a6fcbc2824ae56043ba75fc38e5d49 SHA512 5c7e9e0633ea4536fb4be981c123d42bc3ac035732ad5cb88d9f9b38199d13f7ef211f4e2f1fc475490019461bb56eafb702c3b4c61417dd1cc6c555c1a436d2 DIST alex-3.2.7.1.tar.gz 108229 BLAKE2B 1c1c3488c6e0f559003de5edc1250afdd09098eb4da3414d8c461d03ee5f08b94f80e6f6d32366f6d8d0563a068ee8b2a1c9cb7b78bbbf0a1dcf3767ea448ffd SHA512 f8ff12de874b905449fdda0d704f9e4ac30fa3e60e965f82d7bb2d6e3974cf926f85134d32878c48faf0ec4a002ea7240cf6696e1cbcad25a0eebb9d1850cc07 +DIST alex-3.2.7.2.tar.gz 85450 BLAKE2B fcb752b24b475e5502b686dec717f613c7fbda8eeb3583f4807e419960479ddaea0e578e7ab81974e480ad9ecf59d8a0bf94341da72d247221e9d2905206641f SHA512 925c652883a12c3d271b212d1a83df15e98b3c8b5a70aecc91786db601101f9544722a04969bc4d84265910c1994cfb79fc6d50aa01a04604c4bb11735513a58 EBUILD alex-3.2.7.1.ebuild 1471 BLAKE2B 81cc8e6a572590c715d909f4755211253859c1102572beb8af4a5773bdc957b6da235cf57dd06fed8e3a03f71bc05429b7528c3bc1b560d40963287ab9762ba1 SHA512 64e7a999ea3addf0033898abdf7c9c75f68217568c61b52616ee140c3806f89d19d0e7b9a2ba65228da0554fb4a828b53dab6daadf9b66c9225c1f89c2f38d57 -MISC metadata.xml 250 BLAKE2B 3adf9597d5114c480b4cc9fb5c3e231d8475b795cd6dce77986e13583ab6e59b43857cf2328570490abef0062a8b8a6b73d231867f9b62124855515cdc044d6d SHA512 5ef2c1d34a3438b39a38c041d45bb06bd0f1ae8a3f8b971bd5aaf36dee560f380e9abefab0c2a4cd7b518e151f5c6a0d0c7cd53caee9a384818f1bdc7deeadc4 +EBUILD alex-3.2.7.2.ebuild 1592 BLAKE2B 04f27264d5bf4f4504cd4e95414238e7212258f27c1c6e514b01c570bfc3fc28fc06f284b78465d574c974645c09a6d11675490b49891652cac901085e6fb845 SHA512 da90343a978fb142ef9998610572e91dcf3f6b8d43b607fbfd7d7cb674a619228499b1818a25a6bc7d40570d96bb2e561a01520b80facad062d674d72cceeeea +MISC metadata.xml 372 BLAKE2B f739c395cb212e196214a2044d6ba6ae47251abba42d5919de6870df5dcf894a5489ea5127e8e3539ffc51d669483a01327e0e52bb2d26cb9e46f7b9e2f8b716 SHA512 6ca7446eb089cbe032124a55c4a92dd8bb4d63c5032430267d45c54cf435e5708b5433e0ef934e4e53c2ed2a9888291398db19c07145f0d2dbe744553fc9e0a8 diff --git a/dev-haskell/alex/alex-3.2.7.2.ebuild b/dev-haskell/alex/alex-3.2.7.2.ebuild new file mode 100644 index 000000000000..0b2e45036a1b --- /dev/null +++ b/dev-haskell/alex/alex-3.2.7.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.2.0.9999 +#hackport: flags: +small_base + +CABAL_FEATURES="test-suite" +inherit haskell-cabal + +DESCRIPTION="Alex is a tool for generating lexical analysers in Haskell" +HOMEPAGE="https://www.haskell.org/alex/" + +GIT_REPO="https://github.com/haskell/${PN}" +GIT_COMMIT="13732056ff8d287f2ee0c4ecb968efe04516c890" +GIT_P="${PN}-${GIT_COMMIT}" +GIT_S="${WORKDIR}/${GIT_P}" +SRC_URI+=" doc? ( + ${GIT_REPO}/archive/${GIT_COMMIT}.tar.gz -> ${GIT_P}.tar.gz +)" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="doc" + +RDEPEND=">=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 + doc? ( + dev-python/sphinx + dev-python/sphinx-rtd-theme + ) +" +src_prepare() { + if use doc; then + cp -a "${GIT_S}/doc/" "${S}" || die + eapply "${FILESDIR}/${PN}-3.2.7.2-fix-docs.patch" + fi + + haskell-cabal_src_prepare +} + +src_configure() { + # make sure we don't accidentally use those + # installed in system + haskell-cabal_src_configure \ + --with-alex=false \ + --with-happy=false \ + --flag=small_base +} + +src_compile() { + haskell-cabal_src_compile + + if use doc; then + emake -C "${S}/doc/" -j1 + fi +} + +src_test() { + # 1. workaround Setup.hs deadlock: https://github.com/haskell/cabal/issues/2398 + # 2. use freshly built ALEX= binary and datadir path + alex_datadir="${S}"/data \ + emake -k -C tests all ALEX="${S}"/dist/build/alex/alex +} + +src_install() { + haskell-cabal_src_install + + if use doc; then + dodoc -r "${S}/doc/_build/html" + fi +} diff --git a/dev-haskell/alex/files/alex-3.2.7.2-fix-docs.patch b/dev-haskell/alex/files/alex-3.2.7.2-fix-docs.patch new file mode 100644 index 000000000000..2ed25658754d --- /dev/null +++ b/dev-haskell/alex/files/alex-3.2.7.2-fix-docs.patch @@ -0,0 +1,46 @@ +From e461c3b0935a05a169aa22a1b113c08f8989eea6 Mon Sep 17 00:00:00 2001 +From: hololeap +Date: Sat, 8 Apr 2023 12:18:36 -0600 +Subject: [PATCH 1/1] Fix documentation + +contributing.rst refers to a non-existant 'bug-fixes' doc + +conf.py refers to non-existant '_static' directory + +Signed-off-by: hololeap +--- + doc/conf.py | 2 +- + doc/contributing.rst | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/doc/conf.py b/doc/conf.py +index ea3862d..718b0e6 100644 +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -49,7 +49,7 @@ html_theme = 'sphinx_rtd_theme' + # Add any paths that contain custom static files (such as style sheets) here, + # relative to this directory. They are copied after the builtin static files, + # so a file named "default.css" will overwrite the builtin "default.css". +-html_static_path = ['_static'] ++#html_static_path = ['_static'] + + # The name of the Pygments (syntax highlighting) style to use. + pygments_style = 'sphinx' +diff --git a/doc/contributing.rst b/doc/contributing.rst +index 6df2865..e889b90 100644 +--- a/doc/contributing.rst ++++ b/doc/contributing.rst +@@ -8,8 +8,8 @@ Contributing to Alex + Source Code Repository + ---------------------- + +-Alex is hosted on `GitHub `__. +-As previously discussed in `bug-reports`_, we use the built-in `GitHub issue tracker `__ for Alex. ++Alex is hosted on `GitHub `__, ++and we use the built-in `GitHub issue tracker `__ for Alex. + We also use `GitHub pull requests `__ for managing changes; + feel free to submit them! + +-- +2.39.2 + diff --git a/dev-haskell/alex/metadata.xml b/dev-haskell/alex/metadata.xml index 937381521944..fc9c458f8018 100644 --- a/dev-haskell/alex/metadata.xml +++ b/dev-haskell/alex/metadata.xml @@ -5,4 +5,8 @@ haskell@gentoo.org Gentoo Haskell + + alex + haskell/alex + -- cgit v1.2.3