forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-portage/hackport: bump up to 0.5.4
Package-Manager: Portage-2.3.20, Repoman-2.3.6
- Loading branch information
Sergei Trofimovich
committed
Jan 23, 2018
1 parent
f965b09
commit 5db8705
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST hackport-0.5.1.tar.gz 1390428 BLAKE2B a0791b39fe665934499fa930bda99cc3a9fe1c146ec4075985d139cac3fc49bac3fe68e37e9d26a7989e288a8e6c4c6f87dab29a4d088edb44018509f26f1fa8 SHA512 006e4457a9ebba9acff35787a73a321b903db2f6ff54423cd66e91a93390183d0ca2690e2d0c8b5c1256116c9f81cabeac45c6dcb21e537849afbb1109bd80af | ||
DIST hackport-0.5.2.tar.gz 1390418 BLAKE2B d9d90e86d16532a04fb387ba4d0aa3e53594ddb9c0780c1e7f05d3c1c75b60331656efbb50bd72c28b5b5736509210ab0087d7e1d441d4c8a9a8fd754538eae8 SHA512 c191421608667cde034eb8b4e3c1ae95a8ae41cc35df8f3cfad640870f871dd78711173666bee671af4efc762c069e7f20cd3693d96f64f60848d83ce185575c | ||
DIST hackport-0.5.3.tar.gz 1390724 BLAKE2B 666a1bbb4f5eb4abf6a5546867bbfdaf2280bcd2967773b3b57c2933f44e7a367127cd4b56c6d0cf300c3ae30bd6a066e02dd976dc962ecaa39316d70cbe937b SHA512 785a1fb9762bdd10e86f47255d687a905eb122eb46e9470b7ea562cbe98d1be882b28923d5852f41ba2481c27321de9b2322fc83b5fa77037ba9251ea5f08dcc | ||
DIST hackport-0.5.4.tar.gz 1390924 BLAKE2B 2fcc4ece84b813e130d860048328b7c4b704f1a37cffe15f26f24f8a9db8e7a267f083b1f8469f1d3e9753c07ad17dbbc209a2a8095770a7610fe73baf9965c1 SHA512 49593066608bf8d57678d1725c51da4f1f6213a06b1c5645d97e4a711704adc9a40c66ad4fd6a624572fc7491943874b5b48381bc02545a0e9b6d7a5619be073 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
# ebuild generated by hackport 0.5.2.9999 | ||
|
||
CABAL_FEATURES="test-suite" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Hackage and Portage integration tool" | ||
HOMEPAGE="http://hackage.haskell.org/package/hackport" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RESTRICT=test # tests are broken: need path to ebuild tree | ||
|
||
RDEPEND="dev-haskell/async:= | ||
dev-haskell/base16-bytestring:= | ||
dev-haskell/base64-bytestring:= | ||
dev-haskell/cryptohash:= | ||
dev-haskell/ed25519:= | ||
dev-haskell/extensible-exceptions:= | ||
dev-haskell/hashable:= | ||
>=dev-haskell/http-4000.0.3:= | ||
dev-haskell/missingh:= | ||
dev-haskell/mtl:= | ||
>=dev-haskell/network-2.6:= | ||
>=dev-haskell/network-uri-2.6:= | ||
dev-haskell/old-locale:= | ||
dev-haskell/old-time:= | ||
dev-haskell/parsec:= | ||
dev-haskell/random:= | ||
dev-haskell/regex-compat:= | ||
dev-haskell/split:= | ||
dev-haskell/stm:= | ||
>=dev-haskell/tar-0.5:= | ||
>=dev-haskell/xml-1.3.7:= | ||
dev-haskell/zlib:= | ||
>=dev-lang/ghc-7.8.2:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.18.1.3 | ||
test? ( dev-haskell/hunit ) | ||
" | ||
|
||
src_install() { | ||
haskell-cabal_src_install | ||
doman man/hackport.1 | ||
} |