summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2022-07-23 12:48:03 +1000
committerSam James <sam@gentoo.org>2022-07-23 05:06:23 +0100
commit6bff11afc995d5c2f2769cf91fd91a471a875d96 (patch)
tree618d80559c228a8ef60aff5a74e48db05626368c /dev-haskell/yesod
parentdev-haskell/yesod-core: add 1.6.23.1 (diff)
downloadgentoo-6bff11afc995d5c2f2769cf91fd91a471a875d96.tar.gz
gentoo-6bff11afc995d5c2f2769cf91fd91a471a875d96.tar.bz2
gentoo-6bff11afc995d5c2f2769cf91fd91a471a875d96.zip
dev-haskell/yesod: drop 1.6.1.0
Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/yesod')
-rw-r--r--dev-haskell/yesod/Manifest1
-rw-r--r--dev-haskell/yesod/yesod-1.6.1.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-haskell/yesod/Manifest b/dev-haskell/yesod/Manifest
index f536f5a038b4..6a80a7e27df1 100644
--- a/dev-haskell/yesod/Manifest
+++ b/dev-haskell/yesod/Manifest
@@ -1,2 +1 @@
-DIST yesod-1.6.1.0.tar.gz 9794 BLAKE2B b0306995ca93646d4ed1eb58356c706b1a4fb773cbcf3dd7649405484af1f077f7f22c9d1792d9fb34aca11dc357dd7d527bbc5e5d6f60d24baa0b3797f60255 SHA512 712eed39b64f515cb949186ddb950133cc2daccde6d4a9b0115809e5f4726a957b2809ee785b348971c617b3d173bcd40776b065f5bf1d68b79af12905ada77a
DIST yesod-1.6.2.tar.gz 9927 BLAKE2B 551b6a659180536dae72cea4a342f7451eb005cb79bd06cb5af38e41052956c40b93e2368da307ccdcc8bb5e0ea718ae89e7fd858b3273d8823787a333f11da1 SHA512 7c7a3e191ce91ac4070179bdfdae89c60e91c702d9141bb90fcb7095d175727a3f0648221ea151b6e1f5c37a236f55c37aaf963c526e4ced572c19bd6fb0b3a8
diff --git a/dev-haskell/yesod/yesod-1.6.1.0.ebuild b/dev-haskell/yesod/yesod-1.6.1.0.ebuild
deleted file mode 100644
index ed99f1cbd950..000000000000
--- a/dev-haskell/yesod/yesod-1.6.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Creation of type-safe, RESTful web applications"
-HOMEPAGE="https://www.yesodweb.com/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
- >=dev-haskell/conduit-1.3:=[profile?]
- dev-haskell/data-default-class:=[profile?]
- dev-haskell/fast-logger:=[profile?]
- dev-haskell/file-embed:=[profile?]
- dev-haskell/monad-logger:=[profile?]
- dev-haskell/shakespeare:=[profile?]
- dev-haskell/streaming-commons:=[profile?]
- dev-haskell/text:=[profile?]
- dev-haskell/unordered-containers:=[profile?]
- >=dev-haskell/wai-1.3:=[profile?]
- >=dev-haskell/wai-extra-1.3:=[profile?]
- dev-haskell/wai-logger:=[profile?]
- >=dev-haskell/warp-1.3:=[profile?]
- >=dev-haskell/yaml-0.8.17:=[profile?]
- >=dev-haskell/yesod-core-1.6:=[profile?] <dev-haskell/yesod-core-1.7:=[profile?]
- >=dev-haskell/yesod-form-1.6:=[profile?] <dev-haskell/yesod-form-1.7:=[profile?]
- >=dev-haskell/yesod-persistent-1.6:=[profile?] <dev-haskell/yesod-persistent-1.7:=[profile?]
- >=dev-lang/ghc-8.2.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.0.0.2
-"