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/shakespeare-js/
Date: Sat, 31 Oct 2020 20:09:24
Message-Id: 1604174953.a47930ee93d49e20bdf0ac509fc89cfc5aa26d92.slyfox@gentoo
1 commit: a47930ee93d49e20bdf0ac509fc89cfc5aa26d92
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 19:49:44 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 20:09:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47930ee
7
8 dev-haskell/shakespeare-js: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/shakespeare-js/metadata.xml | 10 ----------
14 dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild | 10 +++++-----
15 2 files changed, 5 insertions(+), 15 deletions(-)
16
17 diff --git a/dev-haskell/shakespeare-js/metadata.xml b/dev-haskell/shakespeare-js/metadata.xml
18 index 7be317c9494..b7878815d80 100644
19 --- a/dev-haskell/shakespeare-js/metadata.xml
20 +++ b/dev-haskell/shakespeare-js/metadata.xml
21 @@ -5,14 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.
27 - In this case, the variable type needs a ToJavascript instance.
28 -
29 - There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance.
30 -
31 - Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples
32 -
33 - shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package.
34 - </longdescription>
35 </pkgmetadata>
36
37 diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild
38 index 744b7342c28..a8341b1ee47 100644
39 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild
40 +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild
41 @@ -1,11 +1,11 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 -EAPI=5
47 +EAPI=7
48
49 -# ebuild generated by hackport 0.3.6.9999
50 +# ebuild generated by hackport 0.6.6.9999
51
52 -CABAL_FEATURES="lib profile"
53 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
54 inherit haskell-cabal
55
56 DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time"
57 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND=">=dev-haskell/shakespeare-2.0:=[profile?]
61 - >=dev-lang/ghc-6.10.4:=
62 + >=dev-lang/ghc-7.4.1:=
63 "
64 DEPEND="${RDEPEND}
65 >=dev-haskell/cabal-1.8