diff options
author | 2016-05-20 22:07:35 +0100 | |
---|---|---|
committer | 2016-05-20 22:07:35 +0100 | |
commit | c53709d6dfce575275dbc4861519d154f5268a01 (patch) | |
tree | dcfa0ced646a2dd22f26d27a114ceb4e7b851f63 /dev-haskell/gnutls/gnutls-0.2.ebuild | |
parent | app-crypt/acme: Remove old (diff) | |
download | gentoo-c53709d6dfce575275dbc4861519d154f5268a01.tar.gz gentoo-c53709d6dfce575275dbc4861519d154f5268a01.tar.bz2 gentoo-c53709d6dfce575275dbc4861519d154f5268a01.zip |
dev-haskell/gnutls: bump up to 0.2, bug #583416
dev-haskell/gnutls-0.1.6 defined bindings to deprecated
functions like 'gnutls_certificate_type_set_priority'.
Those were removed in recent gnutls versions.
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/583416
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-haskell/gnutls/gnutls-0.2.ebuild')
-rw-r--r-- | dev-haskell/gnutls/gnutls-0.2.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/gnutls/gnutls-0.2.ebuild b/dev-haskell/gnutls/gnutls-0.2.ebuild new file mode 100644 index 000000000000..fb64965eacbf --- /dev/null +++ b/dev-haskell/gnutls/gnutls-0.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Bindings for GNU libgnutls" +HOMEPAGE="https://john-millikin.com/software/haskell-gnutls/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] <dev-haskell/monads-tf-0.2:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] + >=dev-lang/ghc-7.4.1:= + net-libs/gnutls:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 + virtual/pkgconfig +" |