mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 00:08:05 +03:00
dev-haskell/hslogger: Hackage revision bump
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST hslogger-1.3.1.0-rev7.cabal 2978 BLAKE2B 6886f8313f486b6dfe978ea2e6e12567e85c58e7eb74fc0a221136fc31dbe3b923d5fbb6eb617e95b71b354a367343d556be9db4713d48139cc658ca76f9277e SHA512 22de818ce0c2c9ecdff3a2415ff98b7b3f49dec5b8d16a613357f69ef5d7468441ef2f57428f79a9189f96558a0c27610994aceb6998417f6c62a4256290aa3e
|
||||
DIST hslogger-1.3.1.0.tar.gz 37468 BLAKE2B 24bb750c356f071ee35cc84e01b2483f612b6e7403fe8fe60b8af148dba43107660a36a0e30305666fb76af1939ff00f6817dff98720ab7eef321192e6e87976 SHA512 a08e7c85efe2b3f97e87b54db993f78ac31380f9b6f8d926517854771f482b2c64c358ddd12a449a413e5af0f374c034161b6f772148835b50551dc2cdbfa15a
|
||||
|
||||
@@ -1,39 +1,39 @@
|
||||
# Copyright 1999-2023 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.8.4.0.9999
|
||||
#hackport: flags: -test,-buildtests,+network--gt-3_0_0
|
||||
|
||||
CABAL_HACKAGE_REVISION=7
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Versatile logging framework"
|
||||
HOMEPAGE="https://github.com/hvr/hslogger/wiki"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/haskell-hvr/hslogger/wiki"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux"
|
||||
|
||||
RDEPEND=">=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
>=dev-haskell/network-3.0:=[profile?] <dev-haskell/network-3.2:=[profile?]
|
||||
>=dev-haskell/network-bsd-2.8.1:=[profile?] <dev-haskell/network-bsd-2.9:=[profile?]
|
||||
RDEPEND="
|
||||
>=dev-haskell/network-3.0:=[profile?] <dev-haskell/network-3.2
|
||||
>=dev-haskell/network-bsd-2.8.1:=[profile?] <dev-haskell/network-bsd-2.9
|
||||
=dev-haskell/old-locale-1.0*:=[profile?]
|
||||
>=dev-lang/ghc-8.8.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.12
|
||||
test? ( >=dev-haskell/hunit-1.3 <dev-haskell/hunit-1.7 )
|
||||
>=dev-haskell/cabal-3.0.0.0
|
||||
test? (
|
||||
|| (
|
||||
( =dev-haskell/hunit-1.3* )
|
||||
( =dev-haskell/hunit-1.6* )
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
cabal_chdeps \
|
||||
'base >= 4.3 && < 4.14' 'base >= 4.3'
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
--flag=-buildtests \
|
||||
|
||||
@@ -5,13 +5,8 @@
|
||||
<email>haskell@gentoo.org</email>
|
||||
<name>Gentoo Haskell</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
hslogger is a logging framework for Haskell, roughly similar to
|
||||
Python's logging module.
|
||||
|
||||
hslogger lets each log message have a priority and source be associated
|
||||
with it. The programmer can then define global handlers that route
|
||||
or filter messages based on the priority and source. hslogger also
|
||||
has a syslog handler built in.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="hackage">hslogger</remote-id>
|
||||
<remote-id type="github">haskell-hvr/hslogger</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user