summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2022-07-24 19:07:53 +1000
committerSam James <sam@gentoo.org>2022-07-24 18:10:48 +0100
commit28cfb8b8499fb9eef86ab5288c8247ea7568860a (patch)
treea0136c86fde53cc81c700c0a475fc909372802b0 /dev-haskell/shakespeare
parentdev-haskell/shakespeare: add 2.0.30 (diff)
downloadgentoo-28cfb8b8499fb9eef86ab5288c8247ea7568860a.tar.gz
gentoo-28cfb8b8499fb9eef86ab5288c8247ea7568860a.tar.bz2
gentoo-28cfb8b8499fb9eef86ab5288c8247ea7568860a.zip
dev-haskell/shakespeare: drop 2.0.25
Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/shakespeare')
-rw-r--r--dev-haskell/shakespeare/Manifest1
-rw-r--r--dev-haskell/shakespeare/shakespeare-2.0.25.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-haskell/shakespeare/Manifest b/dev-haskell/shakespeare/Manifest
index 11d5049fb018..c85cb1c3d6e7 100644
--- a/dev-haskell/shakespeare/Manifest
+++ b/dev-haskell/shakespeare/Manifest
@@ -1,2 +1 @@
-DIST shakespeare-2.0.25.tar.gz 65816 BLAKE2B 65bf2313e74de6516fd0fdde91986e9ded0e8cbba46273402f296fc1a824893725c8b618cdfd1c6194d6b49b303c6ee8cbafd42fc3ffc70e7b9d56f7267d6eb3 SHA512 26805c070c712a7bd549a2923f7b39cf9eaf7c9a3451c0c672eeff3b22e4d3f696887f3846e39c73f1c0add6a21becae9e58bb2821c0158298e105e0a1bf8ac2
DIST shakespeare-2.0.30.tar.gz 71263 BLAKE2B a3ef788611b83d27d0e188cb11b45e54f5e7ce1ff215c3f62d643f5725022b8e7b3f94af7ce35fe5471311b01b9b6ff532fb6fec5ad4059a6d5be31f65f2b122 SHA512 8b278c712f0e914dee2cb2736f6d859e920ffdd3ffbeb2684eb45d3eafced4bf871cd5f960e31b9355d53f913fee29611f82494ec7b26d8711a2b33ef5a0aca0
diff --git a/dev-haskell/shakespeare/shakespeare-2.0.25.ebuild b/dev-haskell/shakespeare/shakespeare-2.0.25.ebuild
deleted file mode 100644
index beb62cf019ba..000000000000
--- a/dev-haskell/shakespeare/shakespeare-2.0.25.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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)
-}