summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-05-10 12:08:23 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-05-10 12:08:23 +0000
commit93c6c68cbb682d46ea3ec41b9f9fe049d907b5ae (patch)
tree0a0004385790611a4265f9ac11e82d0a022e3a3b /dev-haskell
parentVersion bump. (diff)
downloadgentoo-2-93c6c68cbb682d46ea3ec41b9f9fe049d907b5ae.tar.gz
gentoo-2-93c6c68cbb682d46ea3ec41b9f9fe049d907b5ae.tar.bz2
gentoo-2-93c6c68cbb682d46ea3ec41b9f9fe049d907b5ae.zip
Version bump.
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/pandoc-types/ChangeLog10
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.10.ebuild24
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.12.1.2.ebuild27
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild (renamed from dev-haskell/pandoc-types/pandoc-types-1.12.ebuild)12
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.8.ebuild24
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild24
6 files changed, 15 insertions, 106 deletions
diff --git a/dev-haskell/pandoc-types/ChangeLog b/dev-haskell/pandoc-types/ChangeLog
index 93ade6828a72..6acb71ff1209 100644
--- a/dev-haskell/pandoc-types/ChangeLog
+++ b/dev-haskell/pandoc-types/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-haskell/pandoc-types
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.10 2014/03/09 06:21:59 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.11 2014/05/10 12:08:23 slyfox Exp $
+
+*pandoc-types-1.12.3.3 (10 May 2014)
+
+ 10 May 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ +pandoc-types-1.12.3.3.ebuild, -pandoc-types-1.10.ebuild,
+ -pandoc-types-1.12.1.2.ebuild, -pandoc-types-1.12.ebuild,
+ -pandoc-types-1.8.ebuild, -pandoc-types-1.9.1.ebuild:
+ Version bump.
*pandoc-types-1.12.3.2 (09 Mar 2014)
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.10.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.10.ebuild
deleted file mode 100644
index c66ababeefc5..000000000000
--- a/dev-haskell/pandoc-types/pandoc-types-1.10.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"
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
deleted file mode 100644
index 3eb80776ef9f..000000000000
--- a/dev-haskell/pandoc-types/pandoc-types-1.12.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-"
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.12.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild
index c9a47a287b2d..35ef9a71add5 100644
--- a/dev-haskell/pandoc-types/pandoc-types-1.12.ebuild
+++ b/dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.ebuild,v 1.1 2013/09/17 17:09:45 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/pandoc-types-1.12.3.3.ebuild,v 1.1 2014/05/10 12:08:23 slyfox Exp $
EAPI=5
-# ebuild generated by hackport 0.3.4.9999
+# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
@@ -18,10 +18,10 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?]
+RDEPEND=">=dev-haskell/aeson-0.6.2:=[profile?] <dev-haskell/aeson-0.8:=[profile?]
>=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.5:=[profile?]
- >=dev-lang/ghc-6.12.1:=
+ >=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8.0.2
+ >=dev-haskell/cabal-1.6
"
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.8.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.8.ebuild
deleted file mode 100644
index 6ebe74f6c759..000000000000
--- a/dev-haskell/pandoc-types/pandoc-types-1.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.8.ebuild,v 1.2 2012/09/12 15:59:43 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="pandoc 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"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2
- dev-haskell/syb"
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild
deleted file mode 100644
index a1ac3bf1caf0..000000000000
--- a/dev-haskell/pandoc-types/pandoc-types-1.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.2 2012/09/12 15:59:43 qnikst 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="mirror://hackage/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"