summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:49:58 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:49:58 +0000
commit91f3bbdbd336698120ae4c716c5e01385379fe8e (patch)
tree3622caa2308967e80930c2702b6059ee9a359e22 /dev-haskell
parentFix unpacking of live git ebuilds. (diff)
downloadgentoo-2-91f3bbdbd336698120ae4c716c5e01385379fe8e.tar.gz
gentoo-2-91f3bbdbd336698120ae4c716c5e01385379fe8e.tar.bz2
gentoo-2-91f3bbdbd336698120ae4c716c5e01385379fe8e.zip
Version bump.
(Portage version: 2.2.0_alpha90_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/pandoc-types/ChangeLog10
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-haskell/pandoc-types/ChangeLog b/dev-haskell/pandoc-types/ChangeLog
index 6d7ab95fafd8..ccd0c3d9a79f 100644
--- a/dev-haskell/pandoc-types/ChangeLog
+++ b/dev-haskell/pandoc-types/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/pandoc-types
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.1 2011/04/23 13:15:16 slyfox Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.2 2012/03/10 17:49:58 slyfox Exp $
+
+*pandoc-types-1.9.1 (10 Mar 2012)
+
+ 10 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ +pandoc-types-1.9.1.ebuild:
+ Version bump.
*pandoc-types-1.8 (23 Apr 2011)
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild
new file mode 100644
index 000000000000..b4276df8ac72
--- /dev/null
+++ b/dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild,v 1.1 2012/03/10 17:49:58 slyfox Exp $
+
+# ebuild generated by hackport 0.2.16.9999
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Types for representing a structured document"
+HOMEPAGE="http://johnmacfarlane.net/pandoc"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/syb[profile?]
+ >=dev-lang/ghc-6.12.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"