diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-30 21:36:29 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-30 22:15:36 +0100 |
commit | 0ab96be6d72da962b351ac9c7842f13c30446a04 (patch) | |
tree | 767c057236c51c6496a86347abfe2fc812dcf003 /dev-haskell | |
parent | dev-haskell/yesod-form: drop old (diff) | |
download | gentoo-0ab96be6d72da962b351ac9c7842f13c30446a04.tar.gz gentoo-0ab96be6d72da962b351ac9c7842f13c30446a04.tar.bz2 gentoo-0ab96be6d72da962b351ac9c7842f13c30446a04.zip |
dev-haskell/yesod-persistent: drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/yesod-persistent/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild | 38 | ||||
-rw-r--r-- | dev-haskell/yesod-persistent/yesod-persistent-1.4.0.3.ebuild | 37 |
3 files changed, 0 insertions, 77 deletions
diff --git a/dev-haskell/yesod-persistent/Manifest b/dev-haskell/yesod-persistent/Manifest index dd3668264d76..bd3cffd4b886 100644 --- a/dev-haskell/yesod-persistent/Manifest +++ b/dev-haskell/yesod-persistent/Manifest @@ -1,3 +1 @@ -DIST yesod-persistent-1.2.3.tar.gz 4169 SHA256 fc3627ff021573cb92403b667e20ebb6194b227f30a189019d288be1cdbfbacd SHA512 b7e7f6734ef0a61c61dbbe00d4496ca5ee51a389eaf0f32b2d6092f4662ca810cc051ed47b9976c35b69ca939dec858f1b70f6de8309a3e45486ef914ab329a3 WHIRLPOOL 9c05deefaf7b800463dfeb6551c8a86ad77072b5a29e001ee41680c6697bb9372fe1dab927b2375839f404f75dfdfef0f3b846fade132f149722958ea48ac73a -DIST yesod-persistent-1.4.0.3.tar.gz 4283 SHA256 6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f SHA512 9701fd77fe40862f712a3f2ff7108203c2a1532bea03c1d63396c0133fb24b2adc70d134b22f7e61a1e5c96a8a8859f131eea0e180fe9e731dd2d0ca8d47b0ae WHIRLPOOL ed436bcf4db489f89c1935ce9240b31cc6e4a08d12d24c183db4c3221151502f37ec32e7a5114244a86404192bb22ebb625d85406d716f5d441faeacf234ba16 DIST yesod-persistent-1.4.0.5.tar.gz 4375 SHA256 e5ad890ca4d4c0499ae08e5e1e294f4c1435e9395ba1ba9bb3acf3982eb8d2c2 SHA512 867e252e7c511da5b4adaaebb22f53fcf657a588c43be456d8415157e49caa8e51b40fb875bf93834cf93c353c5d9f8455eff911636a13245c0725617ad52eb1 WHIRLPOOL aad20e94944de017138c5d172602326152681ea36c9c9e2bba6e681f421d3f836c28e2ec5e15418c65bf009ddd858f40f015a991beef52420426a801d1ed6913 diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild deleted file mode 100644 index b88a9627f38b..000000000000 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Some helpers for using Persistent from Yesod" -HOMEPAGE="http://www.yesodweb.com/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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-1.2:=[profile?] <dev-haskell/persistent-1.4:=[profile?] - >=dev-haskell/persistent-template-1.2:=[profile?] <dev-haskell/persistent-template-1.4:=[profile?] - dev-haskell/resource-pool:=[profile?] - >=dev-haskell/resourcet-0.4.5:=[profile?] - >=dev-haskell/transformers-0.2.2:=[profile?] - >=dev-haskell/yesod-core-1.2.2:=[profile?] <dev-haskell/yesod-core-1.3:=[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 - dev-haskell/wai-test ) -" diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.3.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.3.ebuild deleted file mode 100644 index 4cf3178a70c5..000000000000 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Some helpers for using Persistent from Yesod" -HOMEPAGE="http://www.yesodweb.com/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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-2.3:=[profile?] - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.2:=[profile?] - dev-haskell/resource-pool:=[profile?] - >=dev-haskell/resourcet-0.4.5:=[profile?] - >=dev-haskell/transformers-0.2.2:=[profile?] - >=dev-haskell/yesod-core-1.4.0:=[profile?] <dev-haskell/yesod-core-1.5:=[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 ) -" |