public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-api/, profiles/
@ 2022-09-29  7:55 Jakov Smolić
  0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-09-29  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d142d44403af8a5d590e37220e2b1d5f959dad7e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 07:54:28 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 07:54:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d142d444

dev-haskell/haddock-api: Remove last-rited pkg

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-haskell/haddock-api/Manifest                  |  1 -
 dev-haskell/haddock-api/haddock-api-2.25.1.ebuild | 42 -----------------------
 dev-haskell/haddock-api/metadata.xml              |  8 -----
 profiles/package.mask                             |  1 -
 4 files changed, 52 deletions(-)

diff --git a/dev-haskell/haddock-api/Manifest b/dev-haskell/haddock-api/Manifest
deleted file mode 100644
index f78fcfe4a07e..000000000000
--- a/dev-haskell/haddock-api/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST haddock-api-2.25.1.tar.gz 208616 BLAKE2B 4ee682e797f6d8790ba83f53111263b07ce4080809d2aa8306123e04dd0d5472822b45ad8f09bcd4d4a4cf01e4462cfe8f6ed683b6468e2870d43f02bc761717 SHA512 ce34eb986733f3cc8338781054ff4d88f7fcdefed476a8a9861657306ffd8d89e7768b2640f354257fd2db336c5d66bd0acdd1676ad401422d785847277d914f

diff --git a/dev-haskell/haddock-api/haddock-api-2.25.1.ebuild b/dev-haskell/haddock-api/haddock-api-2.25.1.ebuild
deleted file mode 100644
index f8f4cad037ba..000000000000
--- a/dev-haskell/haddock-api/haddock-api-2.25.1.ebuild
+++ /dev/null
@@ -1,42 +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
-
-CABAL_FEATURES="lib profile hoogle hscolour test-suite" # haddock
-inherit haskell-cabal
-
-DESCRIPTION="A documentation-generation tool for Haskell libraries"
-HOMEPAGE="https://www.haskell.org/haddock/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-#keep in sync with ghc-9.0.2
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-haskell/exceptions:=[profile?]
-	>=dev-haskell/ghc-paths-0.1.0.9:=[profile?] <dev-haskell/ghc-paths-0.2:=[profile?]
-	>=dev-haskell/haddock-library-1.10.0:=[profile?] <dev-haskell/haddock-library-1.11:=[profile?]
-	dev-haskell/mtl:=[profile?]
-	>=dev-haskell/parsec-3.1.13.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
-	>=dev-haskell/xhtml-3000.2.2:=[profile?] <dev-haskell/xhtml-3000.3:=[profile?]
-	>=dev-lang/ghc-9.0.2:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-3.4.1.0
-	test? ( >=dev-haskell/ghc-paths-0.1.0.12 <dev-haskell/ghc-paths-0.2
-		>=dev-haskell/hspec-2.4.4
-		>=dev-haskell/hspec-discover-2.4.4
-		>=dev-haskell/quickcheck-2.14 <dev-haskell/quickcheck-2.15 )
-"
-
-src_prepare() {
-	default
-
-	cabal_chdeps \
-		'hspec           >= 2.4.4 && < 2.8' 'hspec >=2.4.4' \
-		'hspec-discover:hspec-discover >= 2.4.4 && < 2.8' 'hspec-discover:hspec-discover >= 2.4.4'
-}

diff --git a/dev-haskell/haddock-api/metadata.xml b/dev-haskell/haddock-api/metadata.xml
deleted file mode 100644
index 937381521944..000000000000
--- a/dev-haskell/haddock-api/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index eb7dc66bd39a..95da48b71123 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -289,7 +289,6 @@ dev-haskell/githash
 dev-haskell/groupoids
 dev-haskell/groups
 dev-haskell/haddock
-dev-haskell/haddock-api
 
 # hololeap <hololeap@protonmail.com> (2022-08-21)
 # doctest-parallel does not currently work with Setup.hs (used internally by


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-29  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-29  7:55 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/haddock-api/, profiles/ Jakov Smolić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox