From cf8534c394479271deaaed53f9af2bc6097c5a17 Mon Sep 17 00:00:00 2001 From: hololeap Date: Fri, 23 Jan 2026 22:15:44 -0700 Subject: [PATCH] dev-haskell/js-flot: new package, add 0.8.3 Signed-off-by: hololeap Signed-off-by: Mark Wright --- dev-haskell/js-flot/Manifest | 1 + dev-haskell/js-flot/js-flot-0.8.3.ebuild | 23 +++++++++++++++++++++++ dev-haskell/js-flot/metadata.xml | 12 ++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-haskell/js-flot/Manifest create mode 100644 dev-haskell/js-flot/js-flot-0.8.3.ebuild create mode 100644 dev-haskell/js-flot/metadata.xml diff --git a/dev-haskell/js-flot/Manifest b/dev-haskell/js-flot/Manifest new file mode 100644 index 0000000000000..0674e3965795d --- /dev/null +++ b/dev-haskell/js-flot/Manifest @@ -0,0 +1 @@ +DIST js-flot-0.8.3.tar.gz 662691 BLAKE2B d7a8abca7eb8a45fa28da783139f6e672f5557dfc75c1a2b1f41254a3b0e09500f0f1c179b41f76fed456485d4c1db716e51306260c84c090a8779f23b86b791 SHA512 5732938b37e9036156528c0d34cd99b45405db81d1e70b6651b056075ea8d9b616da1ae709c2de1f2f5be044236a3b81fc358d973769fca26993500ff9d0dabf diff --git a/dev-haskell/js-flot/js-flot-0.8.3.ebuild b/dev-haskell/js-flot/js-flot-0.8.3.ebuild new file mode 100644 index 0000000000000..d7916f8cc9985 --- /dev/null +++ b/dev-haskell/js-flot/js-flot-0.8.3.ebuild @@ -0,0 +1,23 @@ +# 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.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Obtain minified flot code" +HOMEPAGE="https://github.com/ndmitchell/js-flot#readme" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-9.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 + test? ( dev-haskell/http ) +" diff --git a/dev-haskell/js-flot/metadata.xml b/dev-haskell/js-flot/metadata.xml new file mode 100644 index 0000000000000..557bace8abf35 --- /dev/null +++ b/dev-haskell/js-flot/metadata.xml @@ -0,0 +1,12 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + js-flot + ndmitchell/js-flot + +