# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.8.0.0.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal systemd DESCRIPTION="High performance web server on WAI/warp" HOMEPAGE="https://kazu-yamamoto.github.io/mighttpd2/" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="tls" CABAL_CHDEPS=( 'warp-tls >= 3.2.7 && < 3.3' 'warp-tls >= 3.2.7' ) RDEPEND=" acct-group/mighttpd2 acct-user/mighttpd2 dev-haskell/async:=[profile?] dev-haskell/auto-update:=[profile?] dev-haskell/byteorder:=[profile?] dev-haskell/case-insensitive:=[profile?] >=dev-haskell/conduit-1.1:=[profile?] dev-haskell/conduit-extra:=[profile?] >=dev-haskell/http-client-0.5:=[profile?] dev-haskell/http-date:=[profile?] dev-haskell/http-types:=[profile?] dev-haskell/network:=[profile?] dev-haskell/old-locale:=[profile?] dev-haskell/resourcet:=[profile?] dev-haskell/streaming-commons:=[profile?] dev-haskell/unix-time:=[profile?] dev-haskell/unordered-containers:=[profile?] >=dev-haskell/wai-3.2:=[profile?] =dev-haskell/wai-app-file-cgi-3.1.9:=[profile?] =dev-haskell/wai-http2-extra-0.1:=[profile?] >=dev-haskell/wai-logger-2.3.0:=[profile?] >=dev-haskell/warp-3.3:=[profile?] =dev-lang/ghc-8.4.3:= tls? ( dev-haskell/tls:=[profile?] >=dev-haskell/tls-session-manager-0.0.2.0:=[profile?] >=dev-haskell/warp-tls-3.2.7:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-2.2.0.1 test? ( >=dev-haskell/hspec-1.3 ) " src_configure() { haskell-cabal_src_configure \ $(cabal_flag tls tls) } src_install() { haskell-cabal_src_install mkdir -p "${ED}"/etc/mighttpd2 cp "${FILESDIR}"/mighttpd2.conf "${ED}"/etc/mighttpd2/mighttpd2.conf || die cp "${FILESDIR}"/mighttpd2.route "${ED}"/etc/mighttpd2/mighttpd2.route || die newinitd "${FILESDIR}"/mighttpd2.initd mighttpd2 keepdir /var/log/mighttpd2 fperms 0700 /var/log/mighttpd2 fowners ${PN}:${PN} /var/log/mighttpd2 systemd_dounit "${FILESDIR}"/mighttpd2.service systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d.conf ${PN}.conf }