summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-04-02 12:55:00 +0000
committerMark Wright <gienah@gentoo.org>2013-04-02 12:55:00 +0000
commit918c8235344955a53ecc4cf72b1fb140b943b623 (patch)
tree89cf31addadbaf7121ff0f81abb3bfc81afd87bc /dev-haskell/pandoc-types
parentBump network to 2.4.1.2 (diff)
downloadgentoo-2-918c8235344955a53ecc4cf72b1fb140b943b623.tar.gz
gentoo-2-918c8235344955a53ecc4cf72b1fb140b943b623.tar.bz2
gentoo-2-918c8235344955a53ecc4cf72b1fb140b943b623.zip
Bump pandoc-types to 1.10
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/pandoc-types')
-rw-r--r--dev-haskell/pandoc-types/ChangeLog9
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.10.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-haskell/pandoc-types/ChangeLog b/dev-haskell/pandoc-types/ChangeLog
index 5b8c3382e2a8..f0b6d29446ca 100644
--- a/dev-haskell/pandoc-types/ChangeLog
+++ b/dev-haskell/pandoc-types/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/pandoc-types
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.3 2012/09/12 15:59:43 qnikst Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.4 2013/04/02 12:55:00 gienah Exp $
+
+*pandoc-types-1.10 (02 Apr 2013)
+
+ 02 Apr 2013; Mark Wright <gienah@gentoo.org> +pandoc-types-1.10.ebuild:
+ Bump pandoc-types to 1.10
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> pandoc-types-1.8.ebuild,
pandoc-types-1.9.1.ebuild:
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.10.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.10.ebuild
new file mode 100644
index 000000000000..c66ababeefc5
--- /dev/null
+++ b/dev-haskell/pandoc-types/pandoc-types-1.10.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/pandoc-types/pandoc-types-1.10.ebuild,v 1.1 2013/04/02 12:55:00 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Types for representing a structured document"
+HOMEPAGE="http://johnmacfarlane.net/pandoc"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/syb:=[profile?]
+ >=dev-lang/ghc-6.12.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"