diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 06:07:11 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 06:07:11 +0000 |
commit | 0475670cf22cc01b73937eebf435f7fe0725b3fc (patch) | |
tree | c824f02168670a89e749ec37a09e9b4b28e2faaa /dev-haskell/idna | |
parent | 4.7.3 p1.2: Fixes bug #475482 (linking errors with -O3 -march=core-avx2). (diff) | |
download | gentoo-2-0475670cf22cc01b73937eebf435f7fe0725b3fc.tar.gz gentoo-2-0475670cf22cc01b73937eebf435f7fe0725b3fc.tar.bz2 gentoo-2-0475670cf22cc01b73937eebf435f7fe0725b3fc.zip |
dev-haskell/idna: new version
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/idna')
-rw-r--r-- | dev-haskell/idna/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/idna/idna-0.2.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/idna/metadata.xml | 11 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/idna/ChangeLog b/dev-haskell/idna/ChangeLog new file mode 100644 index 000000000000..8bbdbd976057 --- /dev/null +++ b/dev-haskell/idna/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/idna +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/idna/ChangeLog,v 1.1 2013/08/26 06:07:11 qnikst Exp $ + +*idna-0.2 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +idna-0.2.ebuild, + +metadata.xml: + dev-haskell/idna: new version diff --git a/dev-haskell/idna/idna-0.2.ebuild b/dev-haskell/idna/idna-0.2.ebuild new file mode 100644 index 000000000000..88bead412881 --- /dev/null +++ b/dev-haskell/idna/idna-0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/idna/idna-0.2.ebuild,v 1.1 2013/08/26 06:07:11 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Implements IDNA (RFC 3490)." +HOMEPAGE="http://hackage.haskell.org/package/idna" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/punycode-2.0:=[profile?] + >=dev-haskell/stringprep-0.1.2:=[profile?] + >=dev-haskell/text-0.1:=[profile?] + >=dev-lang/ghc-7.0.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/idna/metadata.xml b/dev-haskell/idna/metadata.xml new file mode 100644 index 000000000000..d29e7ceffed0 --- /dev/null +++ b/dev-haskell/idna/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + Implements IDNA - Internationalized Domain Names in Applications (RFC 3490). + </longdescription> +</pkgmetadata> |