mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/hlint: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST hlint-2.1.17.tar.gz 119243 BLAKE2B 09d70dffdaec25e8f574fb4dd1f6012828cc8032e38b9275a676b836bff0a86e331ac4e7780618001931622e985ad4a9bd799267b06dee059f3f1b28b33bdf16 SHA512 b0a78fa970bcf2b74d969e1825dee1c7382fb5cebc47f3c752f3b3d5915905943dff21e36f8c0158e3bd10696c4785a2c86a2e1abfcf72b610ab2b564f3be5f3
|
||||
DIST hlint-3.2.7.tar.gz 159088 BLAKE2B 5fde93d35093aff4c56dd2b39f2f2318872b6d85cfa1d8ee21aaa7c970ecbd013eb5cac3b9d8742139fe3fa1e5c251364ea479facbc54338adcec5717e31dfaa SHA512 5db66f671d18279d5f4da8b158c9947e95804eff97b2efe1b53a2e3f0f5e23d7560c8085a253031e57d20bb77da0c266f2143b3b03899bfaa1a311d3ace2985b
|
||||
|
||||
@@ -1,82 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
# ebuild generated by hackport 0.6.4.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal elisp-common
|
||||
|
||||
DESCRIPTION="Source code suggestions"
|
||||
HOMEPAGE="https://github.com/ndmitchell/hlint#readme"
|
||||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="emacs +gpl"
|
||||
|
||||
RDEPEND=">=dev-haskell/aeson-1.1.2.0:=[profile?]
|
||||
>=dev-haskell/ansi-terminal-0.6.2:=[profile?]
|
||||
>=dev-haskell/cmdargs-0.10:=[profile?]
|
||||
>=dev-haskell/cpphs-1.20.1:=[profile?]
|
||||
>=dev-haskell/data-default-0.3:=[profile?]
|
||||
>=dev-haskell/extra-1.6.6:=[profile?]
|
||||
dev-haskell/haskell-src-exts:1.21=[profile?]
|
||||
>=dev-haskell/haskell-src-exts-util-0.2.5:=[profile?]
|
||||
>=dev-haskell/refact-0.3:=[profile?]
|
||||
>=dev-haskell/semigroups-0.18:=[profile?]
|
||||
dev-haskell/text:=[profile?]
|
||||
>=dev-haskell/uniplate-1.5:=[profile?]
|
||||
dev-haskell/unordered-containers:=[profile?]
|
||||
dev-haskell/vector:=[profile?]
|
||||
>=dev-haskell/yaml-0.5.0:=[profile?]
|
||||
>=dev-lang/ghc-7.10.1:=
|
||||
gpl? ( >=dev-haskell/hscolour-1.21:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.22.2.0
|
||||
"
|
||||
|
||||
SITEFILE="60${PN}-gentoo.el"
|
||||
|
||||
src_configure() {
|
||||
local threaded_flag=""
|
||||
if $(ghc-supports-threaded-runtime); then
|
||||
threaded_flag="--flags=threaded"
|
||||
else
|
||||
threaded_flag="--flags=-threaded"
|
||||
fi
|
||||
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag gpl gpl) \
|
||||
$threaded_flag
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cabal_src_compile
|
||||
|
||||
use emacs && elisp-compile data/hs-lint.el
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cabal_src_install
|
||||
|
||||
if use emacs; then
|
||||
elisp-install ${PN} data/*.el data/*.elc || die "elisp-install failed."
|
||||
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
|
||||
fi
|
||||
|
||||
doman data/hlint.1
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
haskell-cabal_pkg_postinst
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
haskell-cabal_pkg_postrm
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
Reference in New Issue
Block a user