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/th-expand-syns/
Date: Thu, 16 Feb 2017 10:26:47
Message-Id: 1487240799.25bb19b846780ac6130ab49c32fd4dae58800188.slyfox@gentoo
1 commit: 25bb19b846780ac6130ab49c32fd4dae58800188
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 10:23:40 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 10:26:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25bb19b8
7
8 dev-haskell/th-expand-syns: bump up to 0.4.2.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-haskell/th-expand-syns/Manifest | 1 +
13 .../th-expand-syns/th-expand-syns-0.4.2.0.ebuild | 26 ++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest
17 index d399b9e9d0..37db9e279e 100644
18 --- a/dev-haskell/th-expand-syns/Manifest
19 +++ b/dev-haskell/th-expand-syns/Manifest
20 @@ -1 +1,2 @@
21 DIST th-expand-syns-0.3.0.6.tar.gz 6395 SHA256 d2f4ea032b5cc79591f516cf607a99acb9557f054edb9906a50a4decef481b0f SHA512 ffface5d571b6af659e37910c22aaca93c04dac3a58483b53a8c197389ef94173027b3e446f96e7de7239c9139f7901aa85a2e990f9d2a2d83a5e641d7f37365 WHIRLPOOL c09be5619dd9f6de5b38918523e203c1b11c3b2a5e8c9b161d8d306d36ad8b5499709880bfe598ef5f0236225c6c904c16578fa498e9886ac684d78789ca561f
22 +DIST th-expand-syns-0.4.2.0.tar.gz 7237 SHA256 66fed79828e9a13375f0f801f5ecc3763186667228ad91e19919219ff1654db9 SHA512 c0af0f38793cad2ddf96b75fb19641f791dab51f053b4d8c68c6081f0cd2e29f1d76fd2436b596c10718dfd84e4715740499cf95675e22013c7ce3a1655ba8b9 WHIRLPOOL 7340da373ce3a0cb277ef91d4fb23b067049f3669808caf44a3c923b2b9b48829bc9befc67568951df068c6ca3cbdb4687d63fbe066986bc08806d95e73d9d9d
23
24 diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild
25 new file mode 100644
26 index 0000000000..ac06411a98
27 --- /dev/null
28 +++ b/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +# ebuild generated by hackport 0.5.1.9999
37 +
38 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 +inherit haskell-cabal
40 +
41 +DESCRIPTION="Expands type synonyms in Template Haskell ASTs"
42 +HOMEPAGE="https://github.com/DanielSchuessler/th-expand-syns"
43 +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0/${PV}"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +RDEPEND="dev-haskell/syb:=[profile?]
51 + >=dev-lang/ghc-7.4.1:=
52 +"
53 +DEPEND="${RDEPEND}
54 + >=dev-haskell/cabal-1.8
55 +"