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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E1EE13835A for ; Mon, 19 Apr 2021 08:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AED24E084E; Mon, 19 Apr 2021 08:42:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85F6FE084E for ; Mon, 19 Apr 2021 08:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C96A340E74 for ; Mon, 19 Apr 2021 08:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87E76730 for ; Mon, 19 Apr 2021 08:42:21 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1618821732.fc7fb99a80c8f6af017e04655fd6542ea9a0899f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hakyll/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/hakyll/Manifest dev-haskell/hakyll/hakyll-4.13.4.1.ebuild X-VCS-Directories: dev-haskell/hakyll/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fc7fb99a80c8f6af017e04655fd6542ea9a0899f X-VCS-Branch: master Date: Mon, 19 Apr 2021 08:42:21 +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: 526aabd6-5db7-4e2e-8c9d-91787c0596fc X-Archives-Hash: 3ee599ee15401ed98ef7a9c463346650 commit: fc7fb99a80c8f6af017e04655fd6542ea9a0899f Author: Jack Todaro posteo org> AuthorDate: Sun Apr 18 03:17:26 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Apr 19 08:42:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7fb99a dev-haskell/hakyll: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/hakyll/Manifest | 1 - dev-haskell/hakyll/hakyll-4.13.4.1.ebuild | 87 ------------------------------- 2 files changed, 88 deletions(-) diff --git a/dev-haskell/hakyll/Manifest b/dev-haskell/hakyll/Manifest index b5b3f2161ff..da24e9ffe3a 100644 --- a/dev-haskell/hakyll/Manifest +++ b/dev-haskell/hakyll/Manifest @@ -1,2 +1 @@ -DIST hakyll-4.13.4.1.tar.gz 105251 BLAKE2B 6a2c83f2784aad1c80ecce7d01ade1d1bde0546c3f828acc74c88df95b4217f191eb516bf57cc1993bdaebd76629d86d3963bf386f7df68ca5dc17288f3f2b3f SHA512 6045a1461855d46f57a20f7a84636f90e6d151bcbaf09511f10ab66fa0567062e355ff580d1f12a4432bbe517bc9e162d65927f3c343f8f077e81981e7c7973c DIST hakyll-4.14.0.0.tar.gz 109807 BLAKE2B e1e6e541f5783571740744b9eee1bcd9edd79eec69b5556de39ef7a47f86e23fa0284ccb83ff9212ff4b07b7e2519eff67946ebdbf90663421cf98ea9761c529 SHA512 5f3f7a952b085cf1a59a646c15e42f29c89d4ed0a5a96f55156d19b86340c2361da6c19ff7a70bde98122423e237dc7082bfcc84bc5e96ab9421fdaef84a8cce diff --git a/dev-haskell/hakyll/hakyll-4.13.4.1.ebuild b/dev-haskell/hakyll/hakyll-4.13.4.1.ebuild deleted file mode 100644 index 87f239ca146..00000000000 --- a/dev-haskell/hakyll/hakyll-4.13.4.1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.7.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A static website compiler library" -HOMEPAGE="https://jaspervdj.be/hakyll" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="buildwebsite +checkexternal +previewserver +usepandoc +watchserver" - -RDEPEND=">=dev-haskell/blaze-html-0.5:=[profile?] =dev-haskell/blaze-markup-0.5.1:=[profile?] =dev-haskell/cryptonite-0.25:=[profile?] =dev-haskell/data-default-0.4:=[profile?] =dev-haskell/file-embed-0.0.10.1:=[profile?] =dev-haskell/lrucache-1.1.1:=[profile?] =dev-haskell/memory-0.14.18:=[profile?] =dev-haskell/mtl-1:=[profile?] =dev-haskell/network-uri-2.6:=[profile?] =dev-haskell/optparse-applicative-0.12:=[profile?] =dev-haskell/parsec-3.0:=[profile?] =dev-haskell/random-1.0:=[profile?] =dev-haskell/regex-tdfa-1.1:=[profile?] =dev-haskell/resourcet-1.1:=[profile?] =dev-haskell/scientific-0.3.4:=[profile?] =dev-haskell/tagsoup-0.13.1:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/time-locale-compat-0.1:=[profile?] =dev-haskell/unordered-containers-0.2:=[profile?] =dev-haskell/vector-0.11:=[profile?] =dev-haskell/yaml-0.8.11:=[profile?] =dev-lang/ghc-8.6.3:= - buildwebsite? ( >=app-text/pandoc-2.11:=[profile?] =dev-haskell/http-conduit-2.2:=[profile?] =dev-haskell/fsnotify-0.2:=[profile?] =dev-haskell/http-types-0.9:=[profile?] =dev-haskell/wai-3.2:=[profile?] =dev-haskell/wai-app-static-3.1:=[profile?] =dev-haskell/warp-3.2:=[profile?] =dev-haskell/http-types-0.7:=[profile?] =dev-haskell/fsnotify-0.2:=[profile?] =app-text/pandoc-2.11:=[profile?] = 2.10 && < 2.11,' 'pandoc >= 2.11' \ - 'pandoc >= 2.10 && < 2.11' 'pandoc >= 2.11' \ - 'pandoc-citeproc >= 0.14 && < 0.18' ' ' \ - 'file-embed >= 0.0.10.1 && < 0.0.12' 'file-embed >= 0.0.10.1' -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag buildwebsite buildwebsite) \ - $(cabal_flag checkexternal checkexternal) \ - $(cabal_flag previewserver previewserver) \ - $(cabal_flag usepandoc usepandoc) \ - $(cabal_flag watchserver watchserver) -} - -src_test() { - # unixFilter test expects 'option' output in error message - # But it's a localized string that: - # https://github.com/jaspervdj/hakyll/issues/607 - LANGUAGE=en haskell-cabal_src_test -}