summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-03-09 05:12:52 +0000
committerMark Wright <gienah@gentoo.org>2014-03-09 05:12:52 +0000
commit4ec17245496c1b273f4d321813743e1b2e91dc7c (patch)
treefb180ba093ff423897040620d5f2cef5e4cf9886 /dev-haskell
parentLoosen text and some other deps in dbus-core-0.9.3-r3 (diff)
downloadgentoo-2-4ec17245496c1b273f4d321813743e1b2e91dc7c.tar.gz
gentoo-2-4ec17245496c1b273f4d321813743e1b2e91dc7c.tar.bz2
gentoo-2-4ec17245496c1b273f4d321813743e1b2e91dc7c.zip
Bump gnuidn to 0.2.1
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/gnuidn/ChangeLog9
-rw-r--r--dev-haskell/gnuidn/gnuidn-0.2.1.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-haskell/gnuidn/ChangeLog b/dev-haskell/gnuidn/ChangeLog
index 6d8c9b9554e1..17f20ee8623a 100644
--- a/dev-haskell/gnuidn/ChangeLog
+++ b/dev-haskell/gnuidn/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/gnuidn
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/ChangeLog,v 1.1 2013/08/26 11:35:13 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/ChangeLog,v 1.2 2014/03/09 05:12:52 gienah Exp $
+
+*gnuidn-0.2.1 (09 Mar 2014)
+
+ 09 Mar 2014; Mark Wright <gienah@gentoo.org> +gnuidn-0.2.1.ebuild:
+ Bump gnuidn to 0.2.1
*gnuidn-0.2 (26 Aug 2013)
diff --git a/dev-haskell/gnuidn/gnuidn-0.2.1.ebuild b/dev-haskell/gnuidn/gnuidn-0.2.1.ebuild
new file mode 100644
index 000000000000..85a38aeb0b1e
--- /dev/null
+++ b/dev-haskell/gnuidn/gnuidn-0.2.1.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/gnuidn/gnuidn-0.2.1.ebuild,v 1.1 2014/03/09 05:12:52 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Bindings for GNU IDN"
+HOMEPAGE="https://john-millikin.com/software/haskell-gnuidn/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ net-dns/libidn
+"
+DEPEND="${RDEPEND}
+ dev-haskell/c2hs
+ >=dev-haskell/cabal-1.6.0.3
+ virtual/pkgconfig
+"