summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:59:32 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-09-29 09:59:36 +0200
commitf81369cb21bc6792878ffae32a245fcb42b988b7 (patch)
tree4394849a352d4a9bf3f62c754b61a1e572a7bc4c
parentdev-haskell/abstract-deque-tests: Remove last-rited pkg (diff)
downloadgentoo-f81369cb21bc6792878ffae32a245fcb42b988b7.tar.gz
gentoo-f81369cb21bc6792878ffae32a245fcb42b988b7.tar.bz2
gentoo-f81369cb21bc6792878ffae32a245fcb42b988b7.zip
dev-haskell/stack: Remove last-rited pkg
Closes: https://bugs.gentoo.org/682976 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-haskell/stack/Manifest1
-rw-r--r--dev-haskell/stack/files/stack-2.5.1.1-disable-network-tests.patch22
-rw-r--r--dev-haskell/stack/metadata.xml22
-rw-r--r--dev-haskell/stack/stack-2.7.6_pre20220421.ebuild120
-rw-r--r--profiles/package.mask1
5 files changed, 0 insertions, 166 deletions
diff --git a/dev-haskell/stack/Manifest b/dev-haskell/stack/Manifest
deleted file mode 100644
index 6e58c879d1c9..000000000000
--- a/dev-haskell/stack/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stack-dcf7bb31815c7505e809a1707909832e02614501.tar.gz 692782 BLAKE2B 75cebf81e57c33bd694f5b3ee99e6eeb61b185f2a92a41f4bf5c6433de356d6bc5e79995ed5564146abbc549d83b6ffcceece1304a9ed7edafb63dfdb75b26cc SHA512 defe35a301decb950ea5aaa595e1f3b49aaeadbd0ff81f1b22e9967b35f5ce5a934e102aa87049d4bfb40df58ca0180f1788dfc2a987c5b0ad56437b4d49eab7
diff --git a/dev-haskell/stack/files/stack-2.5.1.1-disable-network-tests.patch b/dev-haskell/stack/files/stack-2.5.1.1-disable-network-tests.patch
deleted file mode 100644
index d3890d16af9a..000000000000
--- a/dev-haskell/stack/files/stack-2.5.1.1-disable-network-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/test/Stack/ConfigSpec.hs b/src/test/Stack/ConfigSpec.hs
-index 0b1b93f..d047d86 100644
---- a/src/test/Stack/ConfigSpec.hs
-+++ b/src/test/Stack/ConfigSpec.hs
-@@ -183,7 +183,7 @@ spec = beforeAll setup $ do
- boptsReconfigure `shouldBe` True
- boptsCabalVerbose `shouldBe` True
-
-- it "finds the config file in a parent directory" $ inTempDir $ do
-+ xit "finds the config file in a parent directory" $ inTempDir $ do
- writeFile "package.yaml" "name: foo"
- writeFile (toFilePath stackDotYaml) sampleConfig
- parentDir <- getCurrentDirectory >>= parseAbsDir
-@@ -194,7 +194,7 @@ spec = beforeAll setup $ do
- bc <- runRIO config $ withBuildConfig ask
- view projectRootL bc `shouldBe` parentDir
-
-- it "respects the STACK_YAML env variable" $ inTempDir $ do
-+ xit "respects the STACK_YAML env variable" $ inTempDir $ do
- withSystemTempDir "config-is-here" $ \dir -> do
- let stackYamlFp = toFilePath (dir </> stackDotYaml)
- writeFile stackYamlFp sampleConfig
diff --git a/dev-haskell/stack/metadata.xml b/dev-haskell/stack/metadata.xml
deleted file mode 100644
index cf86fa7b9a08..000000000000
--- a/dev-haskell/stack/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Please see the documentation at &lt;https://docs.haskellstack.org&gt;
- for usage information.
-
- If building a 'stack' executable for distribution, please download the
- source code from &lt;https://github.com/commercialhaskell/stack/releases&gt;
- and build it using Stack itself in order to ensure identical behaviour
- to official binaries. This package on Hackage is provided for convenience
- and bootstrapping purposes.
-
- Note that the API for the library is not currently stable, and may
- change significantly, even between minor releases. It is
- currently only intended for use by the executable.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/stack/stack-2.7.6_pre20220421.ebuild b/dev-haskell/stack/stack-2.7.6_pre20220421.ebuild
deleted file mode 100644
index dba4ac39a16a..000000000000
--- a/dev-haskell/stack/stack-2.7.6_pre20220421.ebuild
+++ /dev/null
@@ -1,120 +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
-#hackport: flags: -disable-git-info,-hide-dependency-versions,-integration-tests,-static,-supported-build,-developer-mode
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="The Haskell Tool Stack"
-HOMEPAGE="https://haskellstack.org"
-
-# hololeap <hololeap@protonmail.com> (2022-04-21)
-# Current released version (2.7.5) has issues with Cabal-3.4,
-# use latest upstream HEAD which has fixes.
-REPO_URI="https://github.com/commercialhaskell/stack"
-COMMIT="dcf7bb31815c7505e809a1707909832e02614501"
-BRANCH="master"
-SRC_URI="${REPO_URI}/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-CABAL_FILE="${S}/${PN}.cabal"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=( "${FILESDIR}/${PN}-2.5.1.1-disable-network-tests.patch" )
-
-RDEPEND="dev-haskell/aeson:=[profile?]
- dev-haskell/annotated-wl-pprint:=[profile?]
- dev-haskell/ansi-terminal:=[profile?]
- dev-haskell/async:=[profile?]
- dev-haskell/attoparsec:=[profile?]
- dev-haskell/base64-bytestring:=[profile?]
- dev-haskell/cabal:=[profile?]
- dev-haskell/casa-client:=[profile?]
- dev-haskell/casa-types:=[profile?]
- dev-haskell/colour:=[profile?]
- dev-haskell/conduit:=[profile?]
- dev-haskell/conduit-extra:=[profile?]
- dev-haskell/cryptonite:=[profile?]
- dev-haskell/cryptonite-conduit:=[profile?]
- dev-haskell/echo:=[profile?]
- dev-haskell/extra:=[profile?]
- dev-haskell/file-embed:=[profile?]
- dev-haskell/filelock:=[profile?]
- dev-haskell/fsnotify:=[profile?]
- dev-haskell/generic-deriving:=[profile?]
- dev-haskell/githash:=[profile?]
- dev-haskell/hackage-security:=[profile?]
- dev-haskell/hashable:=[profile?]
- dev-haskell/hi-file-parser:=[profile?]
- dev-haskell/hpack:=[profile?]
- dev-haskell/http-client:=[profile?]
- dev-haskell/http-client-tls:=[profile?]
- dev-haskell/http-conduit:=[profile?]
- dev-haskell/http-download:=[profile?]
- dev-haskell/http-types:=[profile?]
- dev-haskell/memory:=[profile?]
- dev-haskell/microlens:=[profile?]
- dev-haskell/mintty:=[profile?]
- dev-haskell/mono-traversable:=[profile?]
- dev-haskell/mustache:=[profile?]
- dev-haskell/neat-interpolation:=[profile?]
- dev-haskell/network-uri:=[profile?]
- dev-haskell/open-browser:=[profile?]
- >=dev-haskell/optparse-applicative-0.14.3.0:=[profile?]
- dev-haskell/optparse-simple:=[profile?]
- >=dev-haskell/pantry-0.5.3:=[profile?]
- dev-haskell/path:=[profile?]
- dev-haskell/path-io:=[profile?]
- dev-haskell/persistent:=[profile?]
- dev-haskell/persistent-sqlite:=[profile?]
- dev-haskell/persistent-template:=[profile?]
- dev-haskell/primitive:=[profile?]
- dev-haskell/project-template:=[profile?]
- dev-haskell/retry:=[profile?]
- >=dev-haskell/rio-0.1.21.0:=[profile?]
- >=dev-haskell/rio-prettyprint-0.1.1.0:=[profile?]
- dev-haskell/semigroups:=[profile?]
- dev-haskell/split:=[profile?]
- dev-haskell/stm:=[profile?]
- dev-haskell/streaming-commons:=[profile?]
- dev-haskell/tar:=[profile?]
- dev-haskell/temporary:=[profile?]
- dev-haskell/text-metrics:=[profile?]
- dev-haskell/th-reify-many:=[profile?]
- dev-haskell/tls:=[profile?]
- dev-haskell/typed-process:=[profile?]
- dev-haskell/unicode-transforms:=[profile?]
- dev-haskell/unix-compat:=[profile?]
- dev-haskell/unliftio:=[profile?]
- dev-haskell/unordered-containers:=[profile?]
- dev-haskell/vector:=[profile?]
- dev-haskell/yaml:=[profile?]
- dev-haskell/zip-archive:=[profile?]
- dev-haskell/zlib:=[profile?]
- >=dev-lang/ghc-8.10.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-3.2.0.0
- test? (
- dev-haskell/hspec
- dev-haskell/quickcheck
- dev-haskell/raw-strings-qq
- dev-haskell/smallcheck
- )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-developer-mode \
- --flag=-disable-git-info \
- --flag=-hide-dependency-versions \
- --flag=-integration-tests \
- --flag=-static \
- --flag=-supported-build
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 319896bf4ed0..97bf1d1aea0e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -257,7 +257,6 @@ dev-haskell/parser-combinators
dev-haskell/megaparsec-tests
dev-haskell/hspec-megaparsec
dev-haskell/neat-interpolation
-dev-haskell/stack
# hololeap <hololeap@protonmail.com> (2022-08-21)
# doctest-parallel does not currently work with Setup.hs (used internally by