diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 13:58:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | aef6e682ad79e82904b6d737e70629955b6dcf69 (patch) | |
tree | ae0f591745020f75724fb3c21a2799a994e89b2c /dev-haskell/authenticate | |
parent | dev-haskell/auto-update: drop old (diff) | |
download | gentoo-aef6e682ad79e82904b6d737e70629955b6dcf69.tar.gz gentoo-aef6e682ad79e82904b6d737e70629955b6dcf69.tar.bz2 gentoo-aef6e682ad79e82904b6d737e70629955b6dcf69.zip |
dev-haskell/authenticate: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/authenticate')
-rw-r--r-- | dev-haskell/authenticate/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/authenticate/authenticate-1.3.2.10.ebuild | 46 | ||||
-rw-r--r-- | dev-haskell/authenticate/authenticate-1.3.2.6.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/authenticate/authenticate-1.3.2.8.ebuild | 40 |
4 files changed, 0 insertions, 125 deletions
diff --git a/dev-haskell/authenticate/Manifest b/dev-haskell/authenticate/Manifest index 985613c0ccfb..160d42eac299 100644 --- a/dev-haskell/authenticate/Manifest +++ b/dev-haskell/authenticate/Manifest @@ -1,4 +1 @@ -DIST authenticate-1.3.2.10.tar.gz 8585 SHA256 c44dec73e5c24f2e62a9a0c0b7622cd91bd0abdc07fec067ee43d72bcb44c3b7 SHA512 4995403f136b79bc4f40a69815397258afedeef4c51473ad3b5b0655539613b0ba61f1bd86652b24b2605555363d2e0d84435a3b282087ea8afe96586424698a WHIRLPOOL 6865297310f31def433eea154e364a460049ac2ff319e6013e8c352ac249730987d008d87db925eb8a7a635075fa1ab4513bc687d9dab23d1e3304812713af69 DIST authenticate-1.3.2.11.tar.gz 8728 SHA256 049388bf2ebf9017f3854462e1e2af57366959528e815017651e8da112577ff6 SHA512 8e1358bd6dd62f10b372fd5df6bd2b50f1c161ade466316efa9e036c17be97e7c561eab968a2e17d28cc12988db454618bf11b8c9bc5e9a20d864423756eccb5 WHIRLPOOL 409b9faa2b879b6a1b7fd58878dc29209c701f6aba4a83fb8465d8a2a5385246a2793b108f50dc0f4461d8d6f403030986962089880ea4f211e431b57204a1e2 -DIST authenticate-1.3.2.6.tar.gz 8426 SHA256 3f4b5b35e85083c22b3ff1cfa2bb18964f203b9d36695b118452aa69b0894f8b SHA512 a85f6c509026b85fd95e2598313935b3403d18b98bcb118fabdf7b44f4d67c8ff4a335efde25603a79d9a8ebb361890aaf738008ec3706bafc1b762a62444c1f WHIRLPOOL 767446f8c15590bed47574f49e5212c771a272267c52a9e86782d9a466126efa14d1e66e590a63798f52795e0e8205de1ead6b750fc15547c9f68498c68d26b5 -DIST authenticate-1.3.2.8.tar.gz 8507 SHA256 4906e81d47a4f8754cc54dd8b1493d0093a30c34a699d049b5295231e49491fa SHA512 c1b7f13179c1e2c6912a2f5425be76bd09ca353747de1d8fb6bf5735eff2e9f7ef2be1560cdbbd02be080b9882eb3fc6aee8a3ffe090f5a14ef9b81915e63437 WHIRLPOOL 1760ec1b088c142e4db866841fcbb816a609b7b1179a3a3049c54d5e8c0c8b3e2d9c7177c97bf8d422f14444f245547a2013192140b6d92f3d2cb0c5e13e5857 diff --git a/dev-haskell/authenticate/authenticate-1.3.2.10.ebuild b/dev-haskell/authenticate/authenticate-1.3.2.10.ebuild deleted file mode 100644 index bd55201b946a..000000000000 --- a/dev-haskell/authenticate/authenticate-1.3.2.10.ebuild +++ /dev/null @@ -1,46 +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.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Authentication methods for Haskell web applications" -HOMEPAGE="https://github.com/yesodweb/authenticate" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+network-uri" - -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?] - dev-haskell/attoparsec:=[profile?] - dev-haskell/blaze-builder:=[profile?] - >=dev-haskell/case-insensitive-0.2:=[profile?] - >=dev-haskell/conduit-0.5:=[profile?] - >=dev-haskell/http-conduit-1.5:=[profile?] - >=dev-haskell/http-types-0.6:=[profile?] - dev-haskell/monad-control:=[profile?] - dev-haskell/resourcet:=[profile?] - >=dev-haskell/tagstream-conduit-0.5.5:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/transformers-0.1:=[profile?] - dev-haskell/unordered-containers:=[profile?] - >=dev-haskell/xml-conduit-1.0:=[profile?] - >=dev-lang/ghc-7.4.1:= - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag network-uri network-uri) -} diff --git a/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild b/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild deleted file mode 100644 index 3be14cfad75d..000000000000 --- a/dev-haskell/authenticate/authenticate-1.3.2.6.ebuild +++ /dev/null @@ -1,36 +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.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Authentication methods for Haskell web applications" -HOMEPAGE="https://github.com/yesodweb/authenticate" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?] - dev-haskell/attoparsec:=[profile?] - dev-haskell/blaze-builder:=[profile?] - >=dev-haskell/case-insensitive-0.2:=[profile?] - >=dev-haskell/conduit-0.5:=[profile?] - >=dev-haskell/http-conduit-1.5:=[profile?] - >=dev-haskell/http-types-0.6:=[profile?] - dev-haskell/network:=[profile?] - >=dev-haskell/tagsoup-0.12:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/transformers-0.1:=[profile?] - dev-haskell/unordered-containers:=[profile?] - >=dev-haskell/xml-conduit-1.0:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild b/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild deleted file mode 100644 index 47bf27e69102..000000000000 --- a/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild +++ /dev/null @@ -1,40 +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.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Authentication methods for Haskell web applications" -HOMEPAGE="https://github.com/yesodweb/authenticate" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?] - dev-haskell/attoparsec:=[profile?] - dev-haskell/blaze-builder:=[profile?] - >=dev-haskell/case-insensitive-0.2:=[profile?] - >=dev-haskell/conduit-0.5:=[profile?] - >=dev-haskell/http-conduit-1.5:=[profile?] - >=dev-haskell/http-types-0.6:=[profile?] - dev-haskell/monad-control:=[profile?] - dev-haskell/network:=[profile?] - dev-haskell/resourcet:=[profile?] - >=dev-haskell/tagstream-conduit-0.5.5:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/transformers-0.1:=[profile?] - dev-haskell/unordered-containers:=[profile?] - >=dev-haskell/xml-conduit-1.0:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |