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.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Sergei Trofimovich
committed
Feb 25, 2017
1 parent
1992309
commit 3852d2c
Showing
2 changed files
with
56 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 +1,2 @@ | ||
DIST hackport-0.5.1.tar.gz 1390428 SHA256 667af1dc76c2833dd1fec935c5e61cc331be3c7b20c77ff68206177f70eccdad SHA512 006e4457a9ebba9acff35787a73a321b903db2f6ff54423cd66e91a93390183d0ca2690e2d0c8b5c1256116c9f81cabeac45c6dcb21e537849afbb1109bd80af WHIRLPOOL afd0156c687193f658ff82a08e4b1f1dfc719f91ddac16541bde8b916e669d74475552d3552ad338c5a3f7272c8492d8bd7f1ef69abc65652372ea26c0834ae3 | ||
DIST hackport-0.5.2.tar.gz 1390418 SHA256 fa38878313ab5075d86438d3853760b48c5a943a822a91f6a4057424abed7c63 SHA512 c191421608667cde034eb8b4e3c1ae95a8ae41cc35df8f3cfad640870f871dd78711173666bee671af4efc762c069e7f20cd3693d96f64f60848d83ce185575c WHIRLPOOL 36c748500ece1c3dde7631e04488bc278fabde31a4420c4bdd587f8bf9918eb31bf09c8476d8bed7e6ce4167c0f3a29f3e11024e8736bd6cb16514be7c1d7a15 |
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,55 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
# ebuild generated by hackport 0.5.1.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 | ||
} |