diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-02-18 21:20:05 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-02-18 21:20:05 +0000 |
commit | 798d7f8e7bf385fd5b6aa00a079dc2dc57da166c (patch) | |
tree | c1c8c5fc5f8c3917a82244c7e0018c8bb388e91d | |
parent | amd64/x86 stable, bug #490692 (diff) | |
download | gentoo-2-798d7f8e7bf385fd5b6aa00a079dc2dc57da166c.tar.gz gentoo-2-798d7f8e7bf385fd5b6aa00a079dc2dc57da166c.tar.bz2 gentoo-2-798d7f8e7bf385fd5b6aa00a079dc2dc57da166c.zip |
Add missing dev-haskell/hsb2hs depend for USE=embed_data_files (bug #540432 by Paul Osmialowski).
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
-rw-r--r-- | app-text/pandoc/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.1.ebuild | 3 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.2.1.ebuild | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.3.1.ebuild | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.3.3.ebuild | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.4.2-r1.ebuild | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.4.ebuild | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.ebuild | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.13.1-r3.ebuild | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.13.2-r1.ebuild | 3 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.13.2.ebuild | 5 |
11 files changed, 36 insertions, 19 deletions
diff --git a/app-text/pandoc/ChangeLog b/app-text/pandoc/ChangeLog index 969691e9c698..2a8e73b8480f 100644 --- a/app-text/pandoc/ChangeLog +++ b/app-text/pandoc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/pandoc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.36 2015/02/16 14:41:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.37 2015/02/18 21:20:05 slyfox Exp $ + + 18 Feb 2015; Sergei Trofimovich <slyfox@gentoo.org> pandoc-1.12.1.ebuild, + pandoc-1.12.2.1.ebuild, pandoc-1.12.3.1.ebuild, pandoc-1.12.3.3.ebuild, + pandoc-1.12.4.2-r1.ebuild, pandoc-1.12.4.ebuild, pandoc-1.12.ebuild, + pandoc-1.13.1-r3.ebuild, pandoc-1.13.2-r1.ebuild, pandoc-1.13.2.ebuild: + Add missing dev-haskell/hsb2hs depend for USE=embed_data_files (bug #540432 by + Paul Osmialowski). 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> pandoc-1.12.1.ebuild: amd64/x86 stable, bug #490692 diff --git a/app-text/pandoc/pandoc-1.12.1.ebuild b/app-text/pandoc/pandoc-1.12.1.ebuild index 89b6efd4a4f7..130e7005c53d 100644 --- a/app-text/pandoc/pandoc-1.12.1.ebuild +++ b/app-text/pandoc/pandoc-1.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.1.ebuild,v 1.2 2015/02/16 14:41:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.1.ebuild,v 1.3 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -45,6 +45,7 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.2:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.0.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-1.10:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " diff --git a/app-text/pandoc/pandoc-1.12.2.1.ebuild b/app-text/pandoc/pandoc-1.12.2.1.ebuild index 26a7330450ff..6823edda3262 100644 --- a/app-text/pandoc/pandoc-1.12.2.1.ebuild +++ b/app-text/pandoc/pandoc-1.12.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.2.1.ebuild,v 1.1 2013/12/11 11:36:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.2.1.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -45,6 +45,7 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.2:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.0.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-2.1:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " diff --git a/app-text/pandoc/pandoc-1.12.3.1.ebuild b/app-text/pandoc/pandoc-1.12.3.1.ebuild index e8a57a00612b..4378f060ed4d 100644 --- a/app-text/pandoc/pandoc-1.12.3.1.ebuild +++ b/app-text/pandoc/pandoc-1.12.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.3.1.ebuild,v 1.1 2014/02/01 19:57:11 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.3.1.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -46,6 +46,7 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.8:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.0.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-2.1:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " diff --git a/app-text/pandoc/pandoc-1.12.3.3.ebuild b/app-text/pandoc/pandoc-1.12.3.3.ebuild index d101b5a21c3c..8c6916ddf582 100644 --- a/app-text/pandoc/pandoc-1.12.3.3.ebuild +++ b/app-text/pandoc/pandoc-1.12.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.3.3.ebuild,v 1.2 2014/04/13 13:04:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.3.3.ebuild,v 1.3 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -46,6 +46,7 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.8:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.0.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-2.1:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " diff --git a/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild b/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild index ab684cb98293..55392d7330a5 100644 --- a/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild +++ b/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild,v 1.1 2014/07/02 14:59:14 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -49,6 +49,7 @@ RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-0.8:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.4.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-2.2:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " diff --git a/app-text/pandoc/pandoc-1.12.4.ebuild b/app-text/pandoc/pandoc-1.12.4.ebuild index f754e8561729..c6c4c6b37471 100644 --- a/app-text/pandoc/pandoc-1.12.4.ebuild +++ b/app-text/pandoc/pandoc-1.12.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.4.ebuild,v 1.1 2014/05/10 12:12:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.4.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -49,6 +49,7 @@ RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-0.8:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.4.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-2.2:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " diff --git a/app-text/pandoc/pandoc-1.12.ebuild b/app-text/pandoc/pandoc-1.12.ebuild index df1fcd5c3ba4..e109b98afcf9 100644 --- a/app-text/pandoc/pandoc-1.12.ebuild +++ b/app-text/pandoc/pandoc-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.ebuild,v 1.4 2013/11/24 19:32:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.ebuild,v 1.5 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -46,6 +46,7 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.2:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.0.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-1.10:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " diff --git a/app-text/pandoc/pandoc-1.13.1-r3.ebuild b/app-text/pandoc/pandoc-1.13.1-r3.ebuild index 764421be0958..ccb7f31d4b73 100644 --- a/app-text/pandoc/pandoc-1.13.1-r3.ebuild +++ b/app-text/pandoc/pandoc-1.13.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.13.1-r3.ebuild,v 1.1 2014/12/13 22:40:52 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.13.1-r3.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -49,6 +49,7 @@ RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?] <dev-haskell/aeson-0.9:=[profil >=dev-haskell/zip-archive-0.2.3.4:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.4.1:= + embed_data_files? ( dev-haskell/hsb2hs ) https? ( >=dev-haskell/http-client-0.3.2:=[profile?] <dev-haskell/http-client-0.5:=[profile?] >=dev-haskell/http-client-tls-0.2:=[profile?] <dev-haskell/http-client-tls-0.3:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) diff --git a/app-text/pandoc/pandoc-1.13.2-r1.ebuild b/app-text/pandoc/pandoc-1.13.2-r1.ebuild index b28efbcce7aa..86fbc6cf3b11 100644 --- a/app-text/pandoc/pandoc-1.13.2-r1.ebuild +++ b/app-text/pandoc/pandoc-1.13.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.13.2-r1.ebuild,v 1.1 2015/01/05 05:04:03 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.13.2-r1.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -49,6 +49,7 @@ RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?] <dev-haskell/aeson-0.9:=[profil >=dev-haskell/zip-archive-0.2.3.4:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.4.1:= + embed_data_files? ( dev-haskell/hsb2hs ) https? ( >=dev-haskell/http-client-0.3.2:=[profile?] <dev-haskell/http-client-0.5:=[profile?] >=dev-haskell/http-client-tls-0.2:=[profile?] <dev-haskell/http-client-tls-0.3:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) diff --git a/app-text/pandoc/pandoc-1.13.2.ebuild b/app-text/pandoc/pandoc-1.13.2.ebuild index dae59807ada4..a2dda415e95f 100644 --- a/app-text/pandoc/pandoc-1.13.2.ebuild +++ b/app-text/pandoc/pandoc-1.13.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.13.2.ebuild,v 1.1 2014/12/20 09:52:26 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.13.2.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -49,6 +49,7 @@ RDEPEND=">=dev-haskell/aeson-0.7.0.5:=[profile?] <dev-haskell/aeson-0.9:=[profil >=dev-haskell/zip-archive-0.2.3.4:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.4.1:= + embed_data_files? ( dev-haskell/hsb2hs ) https? ( >=dev-haskell/http-client-0.3.2:=[profile?] <dev-haskell/http-client-0.5:=[profile?] >=dev-haskell/http-client-tls-0.2:=[profile?] <dev-haskell/http-client-tls-0.3:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) |