summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-10-20 03:59:38 +0000
committerMark Wright <gienah@gentoo.org>2013-10-20 03:59:38 +0000
commit6de0a630665be6d0d0997f3c6806868da61c1314 (patch)
tree8f380190200ebde98f671cfa793cefef17ee68a6 /dev-haskell
parentBump pandoc-types to 1.12.3 (diff)
downloadgentoo-2-6de0a630665be6d0d0997f3c6806868da61c1314.tar.gz
gentoo-2-6de0a630665be6d0d0997f3c6806868da61c1314.tar.bz2
gentoo-2-6de0a630665be6d0d0997f3c6806868da61c1314.zip
Bump utf8-light to 0.4.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/utf8-light/ChangeLog7
-rw-r--r--dev-haskell/utf8-light/utf8-light-0.4.2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-haskell/utf8-light/ChangeLog b/dev-haskell/utf8-light/ChangeLog
index 71c9d9490267..06984ed37903 100644
--- a/dev-haskell/utf8-light/ChangeLog
+++ b/dev-haskell/utf8-light/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/utf8-light
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-light/ChangeLog,v 1.1 2013/09/13 06:38:52 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-light/ChangeLog,v 1.2 2013/10/20 03:59:38 gienah Exp $
+
+*utf8-light-0.4.2 (20 Oct 2013)
+
+ 20 Oct 2013; Mark Wright <gienah@gentoo.org> +utf8-light-0.4.2.ebuild:
+ Bump utf8-light to 0.4.2
*utf8-light-0.4.0.1 (13 Sep 2013)
diff --git a/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild b/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild
new file mode 100644
index 000000000000..cf0e5614dbb2
--- /dev/null
+++ b/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild,v 1.1 2013/10/20 03:59:38 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Unicode"
+HOMEPAGE="http://hackage.haskell.org/package/utf8-light"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"