Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/aeson-compat/
Date: Thu, 16 Feb 2017 10:22:54
Message-Id: 1487240517.768ac4434a7b0f2b79cc2961b874947b35af7fa6.slyfox@gentoo
1 commit: 768ac4434a7b0f2b79cc2961b874947b35af7fa6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 08:45:16 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 10:21:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768ac443
7
8 dev-haskell/aeson-compat: new package, a depend of dev-haskell/persistent-template-2.5.1.2
9
10 Compatibility layer for aeson
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-haskell/aeson-compat/Manifest | 1 +
15 dev-haskell/aeson-compat/aeson-compat-0.3.6.ebuild | 51 ++++++++++++++++++++++
16 dev-haskell/aeson-compat/metadata.xml | 11 +++++
17 3 files changed, 63 insertions(+)
18
19 diff --git a/dev-haskell/aeson-compat/Manifest b/dev-haskell/aeson-compat/Manifest
20 new file mode 100644
21 index 0000000000..2126bd4699
22 --- /dev/null
23 +++ b/dev-haskell/aeson-compat/Manifest
24 @@ -0,0 +1 @@
25 +DIST aeson-compat-0.3.6.tar.gz 8956 SHA256 7aa365d9f44f708f25c939489528836aa10b411e0a3e630c8c2888670874d142 SHA512 2d2bd172a1335886894df73fbb999ce5b8ae5ff710866560278b4bcf27a5ef4a2ff025a0a97cc4f764e85819bf6a9771bdaf7acbd830f1baee5f3133ff5c185d WHIRLPOOL a3f4dec58f7a97619a6e05659c063e6c4b285aa6acc574ac4c699571e73308b90ddaf41a3563737ae5366addb8ea2eed9b7d931bd661ee1f1bf3d4bea0e7fe0d
26
27 diff --git a/dev-haskell/aeson-compat/aeson-compat-0.3.6.ebuild b/dev-haskell/aeson-compat/aeson-compat-0.3.6.ebuild
28 new file mode 100644
29 index 0000000000..10df54975f
30 --- /dev/null
31 +++ b/dev-haskell/aeson-compat/aeson-compat-0.3.6.ebuild
32 @@ -0,0 +1,51 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +
39 +# ebuild generated by hackport 0.5.9999
40 +
41 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
42 +inherit haskell-cabal
43 +
44 +DESCRIPTION="Compatibility layer for aeson"
45 +HOMEPAGE="https://github.com/phadej/aeson-compat#readme"
46 +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
47 +
48 +LICENSE="BSD"
49 +SLOT="0/${PV}"
50 +KEYWORDS="~amd64 ~x86"
51 +IUSE=""
52 +
53 +RDEPEND=">=dev-haskell/aeson-0.7.0.6:=[profile?] <dev-haskell/aeson-1.1:=[profile?]
54 + >=dev-haskell/attoparsec-0.12:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
55 + >=dev-haskell/base-compat-0.6.0:=[profile?] <dev-haskell/base-compat-0.10:=[profile?]
56 + >=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.9:=[profile?]
57 + >=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
58 + >=dev-haskell/nats-1:=[profile?] <dev-haskell/nats-1.2:=[profile?]
59 + >=dev-haskell/scientific-0.3:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
60 + >=dev-haskell/semigroups-0.16.2.2:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
61 + >=dev-haskell/tagged-0.7.3:=[profile?] <dev-haskell/tagged-0.9:=[profile?]
62 + >=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?]
63 + >=dev-haskell/time-locale-compat-0.1.0.1:=[profile?] <dev-haskell/time-locale-compat-0.2:=[profile?]
64 + >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
65 + >=dev-haskell/vector-0.10:=[profile?] <dev-haskell/vector-0.12:=[profile?]
66 + >=dev-lang/ghc-7.8.2:=
67 +"
68 +DEPEND="${RDEPEND}
69 + >=dev-haskell/cabal-1.18.1.3
70 + test? ( >=dev-haskell/base-orphans-0.4.5 <dev-haskell/base-orphans-0.6
71 + >=dev-haskell/quickcheck-2.7.6
72 + >=dev-haskell/quickcheck-instances-0.3 <dev-haskell/quickcheck-instances-0.3.13
73 + >=dev-haskell/tasty-0.10 <dev-haskell/tasty-0.12
74 + >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.10
75 + >=dev-haskell/tasty-quickcheck-0.8 <dev-haskell/tasty-quickcheck-0.9 )
76 +"
77 +
78 +src_prepare() {
79 + default
80 +
81 + cabal_chdeps \
82 + 'QuickCheck >=2.7.6 && <2.9.2' 'QuickCheck >=2.7.6'
83 +}
84
85 diff --git a/dev-haskell/aeson-compat/metadata.xml b/dev-haskell/aeson-compat/metadata.xml
86 new file mode 100644
87 index 0000000000..335b9b6a30
88 --- /dev/null
89 +++ b/dev-haskell/aeson-compat/metadata.xml
90 @@ -0,0 +1,11 @@
91 +<?xml version="1.0" encoding="UTF-8"?>
92 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 +<pkgmetadata>
94 + <maintainer type="project">
95 + <email>haskell@g.o</email>
96 + <name>Gentoo Haskell</name>
97 + </maintainer>
98 + <longdescription>
99 + Compatibility layer for @aeson@
100 + </longdescription>
101 +</pkgmetadata>