diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 16:58:15 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:05 +0100 |
commit | 8abf155981d227031abdbbeb1371cec7961c0191 (patch) | |
tree | b773fc25909f40d79602c30300917fc9378deae1 /dev-haskell/dbus | |
parent | dev-haskell/network: add 3.1.2.5, drop old (diff) | |
download | gentoo-8abf155981d227031abdbbeb1371cec7961c0191.tar.gz gentoo-8abf155981d227031abdbbeb1371cec7961c0191.tar.bz2 gentoo-8abf155981d227031abdbbeb1371cec7961c0191.zip |
dev-haskell/dbus: add 1.2.22, drop 1.2.16
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/dbus')
-rw-r--r-- | dev-haskell/dbus/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/dbus/dbus-1.2.22.ebuild (renamed from dev-haskell/dbus/dbus-1.2.16.ebuild) | 24 |
2 files changed, 10 insertions, 16 deletions
diff --git a/dev-haskell/dbus/Manifest b/dev-haskell/dbus/Manifest index 5d8457279b57..94a488b3bbbb 100644 --- a/dev-haskell/dbus/Manifest +++ b/dev-haskell/dbus/Manifest @@ -1 +1 @@ -DIST dbus-1.2.16.tar.gz 78086 BLAKE2B b0909a8679f746e9f7ab4f949f44d44246271441e23c9baac41514a478d7cf2a6e58a2c697b2e7f005341b544d4533efb6f0065eec40f178303aaea7b1f5014d SHA512 fbcddba41d5a6ea3c93841f56b80c43e968758eb8979412cd15a3e6f384bb042a025dc4850dc2e584b459b0c7b99db791d1a9b17090108c004f657f7e125e441 +DIST dbus-1.2.22.tar.gz 78010 BLAKE2B c7189e15e0a9622e707bb50064584bd43141857257baec8e6d59d0cf39428b3b5efa82668ef70fbff218738ba5822b1aaad0c85b5e14bfa3ae4ef237e2458a9d SHA512 81f9fe1420939ebb5b03602ba59dd86656e4443690d8be460684dcb461ff7df1ff4cdf846a5a15ea6193b6f64b08526b27d3e12825a375eecbded3d0a99a59b9 diff --git a/dev-haskell/dbus/dbus-1.2.16.ebuild b/dev-haskell/dbus/dbus-1.2.22.ebuild index 978131cedba6..58157ba088dc 100644 --- a/dev-haskell/dbus/dbus-1.2.16.ebuild +++ b/dev-haskell/dbus/dbus-1.2.22.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -# ebuild generated by hackport 0.6.4.9999 +# ebuild generated by hackport 0.7.1.1.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -14,32 +14,26 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # requires access to dbus +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND="<dev-haskell/cereal-0.6:=[profile?] >=dev-haskell/conduit-1.3.0:=[profile?] <dev-haskell/conduit-1.4:=[profile?] - <dev-haskell/exceptions-0.11:=[profile?] - <dev-haskell/lens-4.20:=[profile?] - >=dev-haskell/network-3.0.1.0:=[profile?] <dev-haskell/network-3.2:=[profile?] - <dev-haskell/parsec-3.2:=[profile?] + <dev-haskell/lens-5.2:=[profile?] + >=dev-haskell/network-3.1.2.1:=[profile?] <dev-haskell/network-3.2:=[profile?] <dev-haskell/random-1.3:=[profile?] <dev-haskell/split-0.3:=[profile?] - <dev-haskell/text-1.3:=[profile?] <dev-haskell/th-lift-0.9:=[profile?] <dev-haskell/vector-0.13:=[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-7.8.2:= + >=dev-lang/ghc-8.10.1:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 + >=dev-haskell/cabal-3.2.0.0 test? ( <dev-haskell/extra-1.8 <dev-haskell/quickcheck-2.15 <dev-haskell/resourcet-1.3 - <dev-haskell/tasty-1.4 + <dev-haskell/tasty-1.5 <dev-haskell/tasty-hunit-0.11 <dev-haskell/tasty-quickcheck-0.11 ) " |