From 0b7fe4ec22e0ca618669793476df407d168c1081 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 16 Aug 2020 10:09:30 +0100 Subject: [PATCH] dev-haskell/yesod-persistent: drop old Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich --- dev-haskell/yesod-persistent/Manifest | 3 -- .../yesod-persistent-1.4.0.5.ebuild | 36 ------------------- .../yesod-persistent-1.4.0.6.ebuild | 36 ------------------- .../yesod-persistent-1.4.1.1.ebuild | 35 ------------------ 4 files changed, 110 deletions(-) delete mode 100644 dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild delete mode 100644 dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild delete mode 100644 dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild diff --git a/dev-haskell/yesod-persistent/Manifest b/dev-haskell/yesod-persistent/Manifest index 9883ec097f1cd..b156f46219e59 100644 --- a/dev-haskell/yesod-persistent/Manifest +++ b/dev-haskell/yesod-persistent/Manifest @@ -1,4 +1 @@ -DIST yesod-persistent-1.4.0.5.tar.gz 4375 BLAKE2B 805d7a92af3183a7dbe47f836162bfc6c39c9fe65e40681cac949fe89b0a54dcbf9a41582f4f077d32570b4b5978073330c72087a62f9a3337e528aa12f96cd8 SHA512 867e252e7c511da5b4adaaebb22f53fcf657a588c43be456d8415157e49caa8e51b40fb875bf93834cf93c353c5d9f8455eff911636a13245c0725617ad52eb1 -DIST yesod-persistent-1.4.0.6.tar.gz 4401 BLAKE2B 7fe7900bee5ee3925b9a9c0d557e46a482c9fe40ac1a4669767ee52921ebf0c5d76a5b4e7957ccf9baf1938cf3955ce72ede4d822c056c86f5717d9e3eece858 SHA512 36f949ad6e2740ee3f9e3d198e4e8641b8349f41d1ebb4a958892df638a966b98cffb2579d3d08dae30baffd385aaba93364864736db973ce74174eb2062f64e -DIST yesod-persistent-1.4.1.1.tar.gz 4893 BLAKE2B 5760256a7dcba44df192e47df3dfc0f4cd8691dd4a48def527e21c29e9111e644aef7a2be089cab44227248167c382b07b4217c8a3ba16bb470830e16c00d120 SHA512 e808d9266299d5d91c8d7766af62693791654213a1c51368e4259c9fcbd16e476d17403870d1ce5dd1c8761fa09932b4e91f713af715ca8e0de63a13f48bda04 DIST yesod-persistent-1.6.0.4.tar.gz 5319 BLAKE2B ed8afa4ceaad8dabd62e5da4d11d7aef3f2f8c97277de6df99380be8650ca3c0481aba2f62204b8d94f9bc5769e260c1576dd9fe5608626bd6018d1e965389ca SHA512 a52d85b025397ae04641346107124a5570765356bc7209f0391646b93b3c8954219c73d717c98d108d552800eeb2122531f98abd2b0e2109aee59c7d9825f70d diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild deleted file mode 100644 index d744096b8ca05..0000000000000 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Some helpers for using Persistent from Yesod" -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/blaze-builder:=[profile?] - dev-haskell/conduit:=[profile?] - >=dev-haskell/persistent-2.1:=[profile?] =dev-haskell/persistent-template-2.1:=[profile?] =dev-haskell/resourcet-0.4.5:=[profile?] - >=dev-haskell/transformers-0.2.2:=[profile?] - >=dev-haskell/yesod-core-1.4.0:=[profile?] =dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( dev-haskell/hspec - dev-haskell/persistent-sqlite - dev-haskell/text - dev-haskell/wai-extra ) -" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild deleted file mode 100644 index 9ac021eba1249..0000000000000 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Some helpers for using Persistent from Yesod" -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/blaze-builder:=[profile?] - dev-haskell/conduit:=[profile?] - >=dev-haskell/persistent-2.1:=[profile?] =dev-haskell/persistent-template-2.1:=[profile?] =dev-haskell/resourcet-0.4.5:=[profile?] - >=dev-haskell/transformers-0.2.2:=[profile?] - >=dev-haskell/yesod-core-1.4.0:=[profile?] =dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( dev-haskell/hspec - dev-haskell/persistent-sqlite - dev-haskell/text - dev-haskell/wai-extra ) -" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild deleted file mode 100644 index a290fa55d3867..0000000000000 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Some helpers for using Persistent from Yesod" -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/blaze-builder:=[profile?] - dev-haskell/conduit:=[profile?] - >=dev-haskell/persistent-2.1:=[profile?] =dev-haskell/persistent-template-2.1:=[profile?] =dev-haskell/resourcet-0.4.5:=[profile?] - >=dev-haskell/yesod-core-1.4.0:=[profile?] =dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( dev-haskell/hspec - dev-haskell/persistent-sqlite - dev-haskell/text - dev-haskell/wai-extra ) -"