From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0703F158094 for ; Mon, 22 Aug 2022 08:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8374E0952; Mon, 22 Aug 2022 08:04:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A852BE0952 for ; Mon, 22 Aug 2022 08:04:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 745A4340F7D for ; Mon, 22 Aug 2022 08:04:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB57A5A2 for ; Mon, 22 Aug 2022 08:04:16 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1661155413.c720a7a3a527e5e8f29aa450ed2116ad3d513e53.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/authenticate/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/authenticate/Manifest dev-haskell/authenticate/authenticate-1.3.5.ebuild dev-haskell/authenticate/metadata.xml profiles/package.mask X-VCS-Directories: dev-haskell/authenticate/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c720a7a3a527e5e8f29aa450ed2116ad3d513e53 X-VCS-Branch: master Date: Mon, 22 Aug 2022 08:04:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe2b7a98-7a4f-4e49-b2b3-72bd3b9d88df X-Archives-Hash: 21e4e52bad5f53ca0de84979416dd152 commit: c720a7a3a527e5e8f29aa450ed2116ad3d513e53 Author: Jakov Smolić gentoo org> AuthorDate: Mon Aug 22 07:59:25 2022 +0000 Commit: Jakov Smolić gentoo 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ć 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? ( - - - - haskell@gentoo.org - Gentoo Haskell - - - Get Network.URI from the network-uri package - - - yesodweb/authenticate - - 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 (2022-07-16) # No longer supported upstream. Use a newer ruby version instead.