Skip to content

Commit

Permalink
www-client/hbro: bump up to 1.1.2.1
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.8-r1
  • Loading branch information
Sergei Trofimovich committed Feb 2, 2014
1 parent a6e5ffb commit cc2510f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 113 deletions.
3 changes: 1 addition & 2 deletions www-client/hbro/Manifest
@@ -1,2 +1 @@
DIST hbro-1.0.0.0.tar.gz 20000 SHA256 b18163db4929603183617fa6e77e3f4aaaf96ef25627fd659a258fd49cb284a2 SHA512 24d29e76a7b8f237fc35605a306e2cd68721174f0200258f489c33c73ed526224641510f266af8069fa93e671d807b747d5338790ad0153ac34f561c076f3216 WHIRLPOOL 64599b36fdad5b8a5cf16e533149d788d9126ae7e360c25b428f39f2303071f700b90d11c403f68d7275e469e5b0188cb2791e9520d370f8d9c0ba5dcc6d13b8
DIST hbro-1.1.2.0.tar.gz 22422 SHA256 468d4929db628e08b22a98398a89e9f57c46425e5507518838720c67bd39280e SHA512 f6565e0be54c943d10cf1c12ca0d4e9511b812581e045137e8a938c0f464ec5658ade6deb8b86d1c55bc9d40a91d72304c94483e43c94fc599c6a947d5966552 WHIRLPOOL ebfb89362a6986c6b41dbba0633c6adc3718a8bd169fcd69285086e4369f8ee7ce92e7f4d6f60c940ec73a5f9097fce848e8b2a3a1fe05c60ff718700760c0bb
DIST hbro-1.1.2.1.tar.gz 22803 SHA256 90848ffabe255eaac3667a6be878310e9950db838d7d8e9433da9fcdef0411f9 SHA512 a2747ae553e5b725fa1806f65f1d9d2abf24755761fe3af9205e67896f4388a3745e30e07d9e235db86eae36ecf80acbf66bbea69b748c58505dad9409daf224 WHIRLPOOL ba81dfac2efa97dd31d0e1b94c0da3d2e7d6571d09ab1bbf8c8f86da9edf222e4501c60a6eae8f9a08cc2e8cc7d4122d95867709f763d30153d5f303c3e0875b
27 changes: 0 additions & 27 deletions www-client/hbro/files/hbro-1.1.2.0-webkit.patch

This file was deleted.

37 changes: 0 additions & 37 deletions www-client/hbro/hbro-1.0.0.0.ebuild

This file was deleted.

47 changes: 0 additions & 47 deletions www-client/hbro/hbro-1.1.2.0.ebuild

This file was deleted.

45 changes: 45 additions & 0 deletions www-client/hbro/hbro-1.1.2.1.ebuild
@@ -0,0 +1,45 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

# ebuild generated by hackport 0.3.6.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Minimal KISS compliant browser"
HOMEPAGE="http://projects.haskell.org/hbro/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="WTFPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+threaded"

RDEPEND="dev-haskell/cond:=[profile?]
dev-haskell/data-default:=[profile?]
>=dev-haskell/dyre-0.8.8:=[profile?]
dev-haskell/glib:=[profile?]
>=dev-haskell/gtk-0.12.3:=[profile?]
dev-haskell/lens:=[profile?]
dev-haskell/monad-control:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/network:=[profile?]
dev-haskell/pango:=[profile?]
dev-haskell/transformers:=[profile?]
dev-haskell/transformers-base:=[profile?]
dev-haskell/webkit:=[profile?]
dev-haskell/xdg-basedir:=[profile?]
>=dev-haskell/zeromq3-haskell-0.2:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag threaded threaded)
}

0 comments on commit cc2510f

Please sign in to comment.