commit: c720a7a3a527e5e8f29aa450ed2116ad3d513e53 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Aug 22 07:59:25 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Aug 22 08:03:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c720a7a3
dev-haskell/authenticate: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-haskell/authenticate/Manifest | 1 - dev-haskell/authenticate/authenticate-1.3.5.ebuild | 43 ---------------------- dev-haskell/authenticate/metadata.xml | 14 ------- profiles/package.mask | 1 - 4 files changed, 59 deletions(-) diff --git a/dev-haskell/authenticate/Manifest b/dev-haskell/authenticate/Manifest deleted file mode 100644 index a484ef9a9379..000000000000 --- a/dev-haskell/authenticate/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST authenticate-1.3.5.tar.gz 8817 BLAKE2B cfd9a4e9f8a6d4f76cb3c3e1e496c8eafbc5b675cc14b38463bb4175d3bcab86d1561a3434f6638062905e9bf3543f689cae5b4510283bb4da3c513a56014510 SHA512 12962fcf71c732a7e709e7069d46691917b9ee9f2af6aab5556b76a4556b6ffc39e52082a4fcdbe501c2cbc7cc496b1164b6a9f2c3883597fcdd0a8298d4ac1a diff --git a/dev-haskell/authenticate/authenticate-1.3.5.ebuild b/dev-haskell/authenticate/authenticate-1.3.5.ebuild deleted file mode 100644 index 5f168e7885e2..000000000000 --- a/dev-haskell/authenticate/authenticate-1.3.5.ebuild +++ /dev/null @@ -1,43 +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.1 - -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="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -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/html-conduit-1.3:=[profile?] - >=dev-haskell/http-conduit-1.5:=[profile?] - >=dev-haskell/http-types-0.6:=[profile?] - dev-haskell/resourcet:=[profile?] - dev-haskell/text:=[profile?] - dev-haskell/unordered-containers:=[profile?] - >=dev-haskell/xml-conduit-1.0:=[profile?] - >=dev-lang/ghc-7.8.2:= - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag network-uri network-uri) -} diff --git a/dev-haskell/authenticate/metadata.xml b/dev-haskell/authenticate/metadata.xml deleted file mode 100644 index 7c5409a507bf..000000000000 --- a/dev-haskell/authenticate/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Haskell</name> - </maintainer> - <use> - <flag name="network-uri">Get Network.URI from the network-uri package</flag> - </use> - <upstream> - <remote-id type="github">yesodweb/authenticate</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 69b086e35fab..ca4e199be243 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -341,7 +341,6 @@ dev-haskell/arrows dev-haskell/ascii-progress dev-haskell/attoparsec-conduit dev-haskell/attoparsec-enumerator -dev-haskell/authenticate # Hans de Graaff <[email protected]> (2022-07-16) # No longer supported upstream. Use a newer ruby version instead.
