dev-haskell/dbus: Bump to 1.3.11

Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-06-22 16:20:14 +10:00
parent 03d17d5488
commit ea70c6c8f6
2 changed files with 49 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST dbus-1.2.27.tar.gz 78017 BLAKE2B 396739e7e6af0fe1921c9d3857c0650db9532d00a3fd2eda18042d42ce8336631d93d0c0ce75681b695f9e90c7205e38aea7c4f984544460ecab19c7d5090478 SHA512 2c6b87b4a793b555ef617e3f3f89695116180f0e1df2f84ee3da62c819c05c10a78d328644b84c8c9796354ee6dd1c6ad6b0430a1b9a2d7fe112b251d4606e8d
DIST dbus-1.3.0.tar.gz 82155 BLAKE2B 46b5500294e93b2614e66fa99962917e3a27030e178f0b3734a764089d5ba2a72afd203d2b1afcc2227c7b0953e1f324af62b6d537148e32a7527677ae017a8b SHA512 e59b11910a4e4288c89955dbbd2a135cb81dc263aacb331477e4f70403f53d70340af3a280eee9be8b2ee70eef8c06813381ab1dcb36927d059c90a726992cc7
DIST dbus-1.3.11.tar.gz 81183 BLAKE2B 3b14c0ca84d052bdcb841ffef434e5bd63873bcab90b104c46ebea47530fe0d7197ba99dfb75fe6dc742664d9bbd4e3b58d70120fababf38f2a62d6dc54b110a SHA512 482935e1447509d71a3dd692121c082920a8e883c3e538bfc57941d38d8c5931e9935cec741b41e1d6522ee7897357e96e140b4278e169f1351d2454b85b7afa

View File

@@ -0,0 +1,48 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.9.0.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"
CABAL_CHDEPS=('template-haskell >= 2.18 && < 2.23' 'template-haskell >= 2.18 && < 2.24')
RDEPEND="<dev-haskell/cereal-0.6:=[profile?]
>=dev-haskell/conduit-1.3.0:=[profile?] <dev-haskell/conduit-1.4:=[profile?]
<dev-haskell/lens-5.4:=[profile?]
>=dev-haskell/network-3.2:=[profile?] <dev-haskell/network-3.3:=[profile?]
<dev-haskell/parsec-3.2:=[profile?]
<dev-haskell/random-1.4:=[profile?]
<dev-haskell/split-0.3:=[profile?]
<dev-haskell/text-2.2:=[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.11.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.9
<dev-haskell/quickcheck-2.16
<dev-haskell/resourcet-1.4
<dev-haskell/tasty-1.6
<dev-haskell/tasty-hunit-0.11
<dev-haskell/tasty-quickcheck-0.12
>=dev-haskell/temporary-1.3 <dev-haskell/temporary-1.4 )
"
BDEPEND="
test? (
sys-apps/dbus
)
"