commit:     e4cc61dc0420020852b5cf9d1c87f8242e2b1e5d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 10:53:36 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 09:07:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cc61dc

dev-haskell/shakespeare: bump up to 2.0.25

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/shakespeare/Manifest                  |  1 +
 dev-haskell/shakespeare/shakespeare-2.0.25.ebuild | 43 +++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-haskell/shakespeare/Manifest b/dev-haskell/shakespeare/Manifest
index c67c3aba210..972e19c8dbd 100644
--- a/dev-haskell/shakespeare/Manifest
+++ b/dev-haskell/shakespeare/Manifest
@@ -1 +1,2 @@
 DIST shakespeare-2.0.21.tar.gz 65752 BLAKE2B 
fdcaf27cc9f9346b93b3f1eb8b215ee75c4751427be279574c93929f4f5f521c01091bbff81a849bef3f98d97cf662b725ab99da709437b98ac85afc34f74d99
 SHA512 
ca796206aafffb5a96c75d305e90bad48f17d213b24dce8c8adcc9c94299ed78b0a2b48b5116d18b0ee26b413e845df53d387d3ca1b3d4c127e9b02b9f124af7
+DIST shakespeare-2.0.25.tar.gz 65816 BLAKE2B 
65bf2313e74de6516fd0fdde91986e9ded0e8cbba46273402f296fc1a824893725c8b618cdfd1c6194d6b49b303c6ee8cbafd42fc3ffc70e7b9d56f7267d6eb3
 SHA512 
26805c070c712a7bd549a2923f7b39cf9eaf7c9a3451c0c672eeff3b22e4d3f696887f3846e39c73f1c0add6a21becae9e58bb2821c0158298e105e0a1bf8ac2

diff --git a/dev-haskell/shakespeare/shakespeare-2.0.25.ebuild 
b/dev-haskell/shakespeare/shakespeare-2.0.25.ebuild
new file mode 100644
index 00000000000..beb62cf019b
--- /dev/null
+++ b/dev-haskell/shakespeare/shakespeare-2.0.25.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A toolkit for making compile-time interpolated templates"
+HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="test-coffee test-export test-roy"
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+       dev-haskell/blaze-html:=[profile?]
+       dev-haskell/blaze-markup:=[profile?]
+       dev-haskell/exceptions:=[profile?]
+       >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-4:=[profile?]
+       >=dev-haskell/scientific-0.3.0.0:=[profile?]
+       >=dev-haskell/text-0.7:=[profile?]
+       dev-haskell/th-lift:=[profile?]
+       dev-haskell/unordered-containers:=[profile?]
+       dev-haskell/vector:=[profile?]
+       >=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.24.0.0
+       test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3
+               dev-haskell/hunit )
+"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               $(cabal_flag test-coffee test_coffee) \
+               $(cabal_flag test-export test_export) \
+               $(cabal_flag test-roy test_roy)
+}

Reply via email to