summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-05-25 10:56:04 +0000
committerMark Wright <gienah@gentoo.org>2013-05-25 10:56:04 +0000
commitcc0e759bc21ddc4385a8ca16e066915ba773460b (patch)
treef92cfb0422f97b7ac9189a3d2b8de6e772d90858 /dev-haskell/polyparse
parentVersion bump for the 3.9 series, remove old. (diff)
downloadgentoo-2-cc0e759bc21ddc4385a8ca16e066915ba773460b.tar.gz
gentoo-2-cc0e759bc21ddc4385a8ca16e066915ba773460b.tar.bz2
gentoo-2-cc0e759bc21ddc4385a8ca16e066915ba773460b.zip
Bump polyparse to 1.9
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/polyparse')
-rw-r--r--dev-haskell/polyparse/ChangeLog9
-rw-r--r--dev-haskell/polyparse/polyparse-1.9.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-haskell/polyparse/ChangeLog b/dev-haskell/polyparse/ChangeLog
index a42ce0ab9367..87820c0c9116 100644
--- a/dev-haskell/polyparse/ChangeLog
+++ b/dev-haskell/polyparse/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/polyparse
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.2 2012/09/12 15:54:33 qnikst Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/ChangeLog,v 1.3 2013/05/25 10:56:04 gienah Exp $
+
+*polyparse-1.9 (25 May 2013)
+
+ 25 May 2013; Mark Wright <gienah@gentoo.org> +polyparse-1.9.ebuild:
+ Bump polyparse to 1.9
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> polyparse-1.8.ebuild:
move dev-haskell/polyparse/polyparse-1.8.ebuild ebuild to mirror://hackage
diff --git a/dev-haskell/polyparse/polyparse-1.9.ebuild b/dev-haskell/polyparse/polyparse-1.9.ebuild
new file mode 100644
index 000000000000..09aafcdb8515
--- /dev/null
+++ b/dev-haskell/polyparse/polyparse-1.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/polyparse/polyparse-1.9.ebuild,v 1.1 2013/05/25 10:56:04 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A variety of alternative parser combinator libraries."
+HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"