summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 09:06:46 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 09:06:46 +0000
commite5b70b50c2f4632ceef7ceea6218a283ca921350 (patch)
tree702e73d79aef53e26f5119de4824f028462e5a5e /dev-haskell/gnutls
parentBump glob to 0.7.5 (diff)
downloadgentoo-2-e5b70b50c2f4632ceef7ceea6218a283ca921350.tar.gz
gentoo-2-e5b70b50c2f4632ceef7ceea6218a283ca921350.tar.bz2
gentoo-2-e5b70b50c2f4632ceef7ceea6218a283ca921350.zip
Bump gnutls to 0.1.5
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/gnutls')
-rw-r--r--dev-haskell/gnutls/ChangeLog9
-rw-r--r--dev-haskell/gnutls/gnutls-0.1.5.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-haskell/gnutls/ChangeLog b/dev-haskell/gnutls/ChangeLog
index 30b1d80fdc92..3db8edcb9214 100644
--- a/dev-haskell/gnutls/ChangeLog
+++ b/dev-haskell/gnutls/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/gnutls
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/ChangeLog,v 1.1 2013/08/26 11:32:43 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/ChangeLog,v 1.2 2014/07/02 09:06:46 gienah Exp $
+
+*gnutls-0.1.5 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +gnutls-0.1.5.ebuild:
+ Bump gnutls to 0.1.5
*gnutls-0.1.4 (26 Aug 2013)
diff --git a/dev-haskell/gnutls/gnutls-0.1.5.ebuild b/dev-haskell/gnutls/gnutls-0.1.5.ebuild
new file mode 100644
index 000000000000..10f560ea043d
--- /dev/null
+++ b/dev-haskell/gnutls/gnutls-0.1.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/gnutls-0.1.5.ebuild,v 1.1 2014/07/02 09:06:46 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.3.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-6.10.4:=
+ net-libs/gnutls
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+ virtual/pkgconfig
+"