diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-29 12:05:35 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:00:36 +0100 |
commit | ef7a96db933586f81b8f8fe4f8fa6766033fa95e (patch) | |
tree | 175183fd024e89e9bebeb8cd9a2c41ece306fa9c /app-portage | |
parent | dev-haskell/lukko: add package (diff) | |
download | gentoo-ef7a96db933586f81b8f8fe4f8fa6766033fa95e.tar.gz gentoo-ef7a96db933586f81b8f8fe4f8fa6766033fa95e.tar.bz2 gentoo-ef7a96db933586f81b8f8fe4f8fa6766033fa95e.zip |
app-portage/hackport: : bump up to 0.6.6
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/hackport/Manifest | 1 | ||||
-rw-r--r-- | app-portage/hackport/hackport-0.6.6.ebuild | 54 |
2 files changed, 55 insertions, 0 deletions
diff --git a/app-portage/hackport/Manifest b/app-portage/hackport/Manifest index a9a6fc50bdb6..854b42eb19c1 100644 --- a/app-portage/hackport/Manifest +++ b/app-portage/hackport/Manifest @@ -1 +1,2 @@ DIST hackport-0.6.3.tar.gz 1986620 BLAKE2B 6878b3f378b1c5303047c4e6ea27edd587527bc0f303dae8947f0e2a066452b5c4cf3a13594499c3b367ff515114f43c2fa7dece935a704f0f6855fc23f14100 SHA512 ef2f2125c89352207f82e02668bfd84c9e38d5ed3f8643d19d4f270cf7440169c7e6d24513f90e7d616900a06a429e54cf01a42363ff463d536fa37700b7d1cc +DIST hackport-0.6.6.tar.gz 2079279 BLAKE2B 6e4084babb3fc036568387845ca2793d47a29ce94c24211259324d3040d0c0e15be028d0a9726ea8512dd518d7e9dd8447aba67725c0916418f523449f2179b4 SHA512 b836bd21e3713796feaab9ca830fdef80f52b9723d0fba6cfb60d802e038eaec2da8492eb025d6ae376aea69734c031e23c0887642675c4f767b1592d82c5523 diff --git a/app-portage/hackport/hackport-0.6.6.ebuild b/app-portage/hackport/hackport-0.6.6.ebuild new file mode 100644 index 000000000000..b892779acfd3 --- /dev/null +++ b/app-portage/hackport/hackport-0.6.6.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.5.9999 + +CABAL_FEATURES="test-suite" +inherit haskell-cabal + +DESCRIPTION="Hackage and Portage integration tool" +HOMEPAGE="http://hackage.haskell.org/package/hackport" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-portage/repoman + >=dev-haskell/async-2.0:= + >=dev-haskell/base16-bytestring-0.1.1:= + >=dev-haskell/base64-bytestring-1.0:= + >=dev-haskell/cryptohash-sha256-0.11:= + dev-haskell/ed25519:= + dev-haskell/extensible-exceptions:= + >=dev-haskell/hashable-1.0:= + >=dev-haskell/http-4000.1.5:= + >=dev-haskell/lukko-0.1:= + >=dev-haskell/mtl-2.1:= + >=dev-haskell/network-2.6:= + >=dev-haskell/network-uri-2.6:= + >=dev-haskell/old-locale-1.0:= + >=dev-haskell/parsec-3.1.13:= + >=dev-haskell/random-1.0:= + dev-haskell/split:= + >=dev-haskell/stm-2.0:= + >=dev-haskell/tar-0.5:= + >=dev-haskell/text-1.2.3.0:= + >=dev-haskell/xml-1.3.7:= + >=dev-haskell/zlib-0.5.3:= + >=dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 + test? ( >=dev-haskell/doctest-0.8 + >=dev-haskell/hspec-2.0 + >=dev-haskell/quickcheck-2.0 ) +" + +src_install() { + haskell-cabal_src_install + doman man/hackport.1 +} |