commit:     7fcc42aca975a681834ff8f34de3d930f909430f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 07:21:53 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 07:21:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcc42ac

dev-haskell/hakyll: treeclean

Closes: https://bugs.gentoo.org/810760
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-haskell/hakyll/Manifest               |  1 -
 dev-haskell/hakyll/hakyll-4.15.1.1.ebuild | 82 -------------------------------
 dev-haskell/hakyll/metadata.xml           | 15 ------
 profiles/package.mask                     |  1 -
 4 files changed, 99 deletions(-)

diff --git a/dev-haskell/hakyll/Manifest b/dev-haskell/hakyll/Manifest
deleted file mode 100644
index 73cfc4c8f7c9..000000000000
--- a/dev-haskell/hakyll/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hakyll-4.15.1.1.tar.gz 121384 BLAKE2B 
3c77cb22a7bc862882aed452a6fa9d0adb58c274d5311e47a8cab6eaa2978e57e5421e2ef496944d03a0100d43ef0da9d1902423c2f104ca02a7437fb4030e4c
 SHA512 
c0fee6bedfe19677484e41d2d0a098bf351c35a8b3adc7fe5de407a0686dd1d1108584b05525f70ce7cac94919b50c09be91706226bbc3f3e3d155cc9bc1eb34

diff --git a/dev-haskell/hakyll/hakyll-4.15.1.1.ebuild 
b/dev-haskell/hakyll/hakyll-4.15.1.1.ebuild
deleted file mode 100644
index af6b01b7830c..000000000000
--- a/dev-haskell/hakyll/hakyll-4.15.1.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.1.1.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 ~ppc64 ~x86"
-IUSE="buildwebsite +checkexternal +previewserver +usepandoc +watchserver"
-
-RDEPEND=">=dev-haskell/blaze-html-0.5:=[profile?] 
<dev-haskell/blaze-html-0.10:=[profile?]
-       >=dev-haskell/blaze-markup-0.5.1:=[profile?] 
<dev-haskell/blaze-markup-0.9:=[profile?]
-       >=dev-haskell/data-default-0.4:=[profile?] 
<dev-haskell/data-default-0.8:=[profile?]
-       >=dev-haskell/file-embed-0.0.10.1:=[profile?] 
<dev-haskell/file-embed-0.0.16:=[profile?]
-       >=dev-haskell/hashable-1.0:=[profile?] 
<dev-haskell/hashable-2:=[profile?]
-       >=dev-haskell/lifted-async-0.10:=[profile?] 
<dev-haskell/lifted-async-1:=[profile?]
-       >=dev-haskell/lrucache-1.1.1:=[profile?] 
<dev-haskell/lrucache-1.3:=[profile?]
-       >=dev-haskell/network-uri-2.6:=[profile?] 
<dev-haskell/network-uri-2.7:=[profile?]
-       >=dev-haskell/optparse-applicative-0.12:=[profile?] 
<dev-haskell/optparse-applicative-0.18:=[profile?]
-       >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.3:=[profile?]
-       >=dev-haskell/regex-tdfa-1.1:=[profile?] 
<dev-haskell/regex-tdfa-1.4:=[profile?]
-       >=dev-haskell/resourcet-1.1:=[profile?] 
<dev-haskell/resourcet-1.3:=[profile?]
-       >=dev-haskell/scientific-0.3.4:=[profile?] 
<dev-haskell/scientific-0.4:=[profile?]
-       >=dev-haskell/tagsoup-0.13.1:=[profile?] 
<dev-haskell/tagsoup-0.15:=[profile?]
-       >=dev-haskell/time-locale-compat-0.1:=[profile?] 
<dev-haskell/time-locale-compat-0.2:=[profile?]
-       >=dev-haskell/unordered-containers-0.2:=[profile?] 
<dev-haskell/unordered-containers-0.3:=[profile?]
-       >=dev-haskell/vector-0.11:=[profile?] 
<dev-haskell/vector-0.13:=[profile?]
-       >=dev-haskell/yaml-0.8.11:=[profile?] <dev-haskell/yaml-0.12:=[profile?]
-       >=dev-lang/ghc-8.6.3:=
-       >=dev-haskell/aeson-1.0:=[profile?] <dev-haskell/aeson-2.1:=[profile?]
-       buildwebsite? ( >=app-text/pandoc-2.11:=[profile?] 
<app-text/pandoc-2.19:=[profile?] )
-       checkexternal? ( >=dev-haskell/http-conduit-2.2:=[profile?] 
<dev-haskell/http-conduit-2.4:=[profile?] )
-       previewserver? ( >=dev-haskell/fsnotify-0.2:=[profile?] 
<dev-haskell/fsnotify-0.4:=[profile?]
-                               >=dev-haskell/http-types-0.9:=[profile?] 
<dev-haskell/http-types-0.13:=[profile?]
-                               >=dev-haskell/wai-3.2:=[profile?] 
<dev-haskell/wai-3.3:=[profile?]
-                               >=dev-haskell/wai-app-static-3.1:=[profile?] 
<dev-haskell/wai-app-static-3.2:=[profile?]
-                               >=dev-haskell/warp-3.2:=[profile?] 
<dev-haskell/warp-3.4:=[profile?] )
-       !previewserver? ( checkexternal? ( 
>=dev-haskell/http-types-0.7:=[profile?] 
<dev-haskell/http-types-0.13:=[profile?] )
-                               watchserver? ( 
>=dev-haskell/fsnotify-0.2:=[profile?] <dev-haskell/fsnotify-0.4:=[profile?] ) )
-       usepandoc? ( >=app-text/pandoc-2.11:=[profile?] 
<app-text/pandoc-2.19:=[profile?] )
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-2.4.0.1
-       test? ( >=dev-haskell/quickcheck-2.8 <dev-haskell/quickcheck-2.15
-               >=dev-haskell/tasty-0.11 <dev-haskell/tasty-1.5
-               >=dev-haskell/tasty-golden-2.3 <dev-haskell/tasty-golden-2.4
-               >=dev-haskell/tasty-hunit-0.9 <dev-haskell/tasty-hunit-0.11
-               >=dev-haskell/tasty-quickcheck-0.8 
<dev-haskell/tasty-quickcheck-0.11 )
-"
-
-src_prepare() {
-       default
-
-       cabal_chdeps \
-               'pandoc >= 2.11 && < 2.18' 'pandoc >= 2.11' \
-               'pandoc    >= 2.11  && < 2.18' 'pandoc    >= 2.11'
-}
-
-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
-}

diff --git a/dev-haskell/hakyll/metadata.xml b/dev-haskell/hakyll/metadata.xml
deleted file mode 100644
index 68225177cd41..000000000000
--- a/dev-haskell/hakyll/metadata.xml
+++ /dev/null
@@ -1,15 +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="buildwebsite">Build the hakyll website</flag>
-               <flag name="previewserver">Include the preview server</flag>
-               <flag name="checkexternal">Include external link checking</flag>
-               <flag name="watchserver">wait for filesystem changes and 
rebuild pages</flag>
-               <flag name="usepandoc">Include Pandoc support</flag>
-       </use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 7f1d407d892d..64f8c6abf12e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -429,7 +429,6 @@ dev-haskell/gsasl
 dev-haskell/gtk
 dev-haskell/gtk2hs-buildtools
 dev-haskell/gtk3
-dev-haskell/hakyll
 
 # Hans de Graaff <[email protected]> (2022-07-16)
 # No longer supported upstream. Use a newer ruby version instead.

Reply via email to