diff options
| author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:06:59 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:27 +0100 |
| commit | be58db661d4b1d24e20f9cc6c830bd76caea0192 (patch) | |
| tree | c44b6f947d373685ab9a49f69dcc54e93e054388 /dev-haskell/dbus/dbus-1.3.0.ebuild | |
| parent | e56faf61e0418ac5c8647d2472a296118927eab5 (diff) | |
| download | gentoo-be58db661d4b1d24e20f9cc6c830bd76caea0192.tar.gz gentoo-be58db661d4b1d24e20f9cc6c830bd76caea0192.tar.bz2 gentoo-be58db661d4b1d24e20f9cc6c830bd76caea0192.zip | |
dev-haskell/dbus: add 1.3.0
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/dbus/dbus-1.3.0.ebuild')
| -rw-r--r-- | dev-haskell/dbus/dbus-1.3.0.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/dbus/dbus-1.3.0.ebuild b/dev-haskell/dbus/dbus-1.3.0.ebuild new file mode 100644 index 000000000000..ce2a08ef691d --- /dev/null +++ b/dev-haskell/dbus/dbus-1.3.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.4.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A client library for the D-Bus IPC system" +HOMEPAGE="https://github.com/rblaze/haskell-dbus#readme" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +# exotic keywords require ghc bump to 9.2 series +#KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND="<dev-haskell/cereal-0.6:=[profile?] + >=dev-haskell/conduit-1.3.0:=[profile?] <dev-haskell/conduit-1.4:=[profile?] + <dev-haskell/lens-5.3:=[profile?] + >=dev-haskell/network-3.1.2.1:=[profile?] <dev-haskell/network-3.2:=[profile?] + <dev-haskell/parsec-3.2:=[profile?] + <dev-haskell/random-1.3:=[profile?] + <dev-haskell/split-0.3:=[profile?] + <dev-haskell/text-2.1:=[profile?] + <dev-haskell/th-lift-0.9:=[profile?] + <dev-haskell/vector-0.14:=[profile?] + >=dev-haskell/xml-conduit-1.9.0.0:=[profile?] <dev-haskell/xml-conduit-1.10.0.0:=[profile?] + <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-9.2.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.6.3.0 + test? ( <dev-haskell/extra-1.8 + <dev-haskell/quickcheck-2.15 + <dev-haskell/resourcet-1.4 + <dev-haskell/tasty-1.5 + <dev-haskell/tasty-hunit-0.11 + <dev-haskell/tasty-quickcheck-0.11 + >=dev-haskell/temporary-1.3 <dev-haskell/temporary-1.4 ) +" |
