diff options
author | 2012-11-18 08:56:42 +0000 | |
---|---|---|
committer | 2012-11-18 08:56:42 +0000 | |
commit | 906b5304fea57effdb9f8abe2eed48f2d26ae0b1 (patch) | |
tree | b4de00a8c1c71a7147c7509f4fcab39ffb18c74b /dev-haskell/iconv | |
parent | Adding epatch_user to setools (diff) | |
download | gentoo-2-906b5304fea57effdb9f8abe2eed48f2d26ae0b1.tar.gz gentoo-2-906b5304fea57effdb9f8abe2eed48f2d26ae0b1.tar.bz2 gentoo-2-906b5304fea57effdb9f8abe2eed48f2d26ae0b1.zip |
Bump iconv to 0.4.1.1
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/iconv')
-rw-r--r-- | dev-haskell/iconv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/iconv/iconv-0.4.1.1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-haskell/iconv/ChangeLog b/dev-haskell/iconv/ChangeLog index b2ad736a55be..032b508cdac1 100644 --- a/dev-haskell/iconv/ChangeLog +++ b/dev-haskell/iconv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/iconv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/ChangeLog,v 1.5 2012/09/12 15:20:56 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/ChangeLog,v 1.6 2012/11/18 08:56:42 gienah Exp $ + +*iconv-0.4.1.1 (18 Nov 2012) + + 18 Nov 2012; Mark Wright <gienah@gentoo.org> +iconv-0.4.1.1.ebuild: + Bump iconv to 0.4.1.1 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> iconv-0.4.1.0.ebuild: move dev-haskell/iconv/iconv-0.4.1.0.ebuild ebuild to mirror://hackage diff --git a/dev-haskell/iconv/iconv-0.4.1.1.ebuild b/dev-haskell/iconv/iconv-0.4.1.1.ebuild new file mode 100644 index 000000000000..a508b3d7feb0 --- /dev/null +++ b/dev-haskell/iconv/iconv-0.4.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/iconv-0.4.1.1.ebuild,v 1.1 2012/11/18 08:56:42 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="String encoding conversion" +HOMEPAGE="http://hackage.haskell.org/package/iconv" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |