diff options
author | Mark Wright <gienah@gentoo.org> | 2013-09-28 12:26:00 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-09-28 12:26:00 +0000 |
commit | 6dfcef626b6da47fd5186e7e8f6cc95941f15476 (patch) | |
tree | 6fa3e0ee5f58d0f532110499e5d9eff2e22979fa /dev-haskell/pandoc-types | |
parent | Import patch from Fedora for IPv6 interface binding #471142 by Jaak Ristioja.... (diff) | |
download | gentoo-2-6dfcef626b6da47fd5186e7e8f6cc95941f15476.tar.gz gentoo-2-6dfcef626b6da47fd5186e7e8f6cc95941f15476.tar.bz2 gentoo-2-6dfcef626b6da47fd5186e7e8f6cc95941f15476.zip |
Bump pandoc-types to 1.12.1.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/pandoc-types')
-rw-r--r-- | dev-haskell/pandoc-types/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/pandoc-types/pandoc-types-1.12.1.2.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-haskell/pandoc-types/ChangeLog b/dev-haskell/pandoc-types/ChangeLog index eaf6260ebcf4..791e6db8a5b7 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.5 2013/09/17 17:09:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.6 2013/09/28 12:26:00 gienah Exp $ + +*pandoc-types-1.12.1.2 (28 Sep 2013) + + 28 Sep 2013; Mark Wright <gienah@gentoo.org> +pandoc-types-1.12.1.2.ebuild: + Bump pandoc-types to 1.12.1.2 *pandoc-types-1.12 (17 Sep 2013) diff --git a/dev-haskell/pandoc-types/pandoc-types-1.12.1.2.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.12.1.2.ebuild new file mode 100644 index 000000000000..3eb80776ef9f --- /dev/null +++ b/dev-haskell/pandoc-types/pandoc-types-1.12.1.2.ebuild @@ -0,0 +1,27 @@ +# 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.12.1.2.ebuild,v 1.1 2013/09/28 12:26:00 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.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/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?] + >=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.5:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 +" |