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

commit:     94f3ede7a3bf73835e053cfae9a3e53fba44d9c9
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 07:46:50 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 07:46:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f3ede7

dev-haskell/regex-compat-tdfa: Remove last-rited pkg

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

 dev-haskell/regex-compat-tdfa/Manifest             |  1 -
 .../files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch | 11 -------
 dev-haskell/regex-compat-tdfa/metadata.xml         |  8 -----
 .../regex-compat-tdfa-0.95.1.4.ebuild              | 35 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 56 deletions(-)

diff --git a/dev-haskell/regex-compat-tdfa/Manifest b/dev-haskell/regex-compat-tdfa/Manifest
deleted file mode 100644
index a48d51d6d258..000000000000
--- a/dev-haskell/regex-compat-tdfa/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST regex-compat-tdfa-0.95.1.4.tar.gz 4146 BLAKE2B 1749307b8a7bfb1f0a0137febf425191d225bcdfbb0517034ea31e11e648eac128f16cc1951f9471e9f22efeb296c1c32344a375c16381ef823e0fc4674e730f SHA512 7e387a7713ff8e43cfce4262b1288b85f8b60729162a842186bf6a7e1078dfb9e26013087ff7e9bcf81521f8c352926873bb280b9df57b016aef2ca4ce70aa14

diff --git a/dev-haskell/regex-compat-tdfa/files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch b/dev-haskell/regex-compat-tdfa/files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch
deleted file mode 100644
index 78d0ceb93575..000000000000
--- a/dev-haskell/regex-compat-tdfa/files/regex-compat-tdfa-0.95.1.4-ghc-9.0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- regex-compat-tdfa-0.95.1.4-orig/Text/Regex.hs	2021-06-25 10:08:26.670791461 +1000
-+++ regex-compat-tdfa-0.95.1.4/Text/Regex.hs	2021-06-25 10:08:10.325737439 +1000
-@@ -139,7 +139,7 @@
- splitRegex :: Regex -> String -> [String]
- splitRegex _ [] = []
- splitRegex delim strIn = 
--  let matches = map (!0) (matchAll delim strIn)
-+  let matches = map (! 0) (matchAll delim strIn)
-       go _i str [] = str : []
-       go i str ((off,len):rest) =
-         let i' = off+len

diff --git a/dev-haskell/regex-compat-tdfa/metadata.xml b/dev-haskell/regex-compat-tdfa/metadata.xml
deleted file mode 100644
index 937381521944..000000000000
--- a/dev-haskell/regex-compat-tdfa/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/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild b/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
deleted file mode 100644
index 71c308c67193..000000000000
--- a/dev-haskell/regex-compat-tdfa/regex-compat-tdfa-0.95.1.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-#hackport: flags: +newbase,+splitbase
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Unicode Support version of Text.Regex, using regex-tdfa"
-HOMEPAGE="https://hub.darcs.net/shelarcy/regex-compat-tdfa"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-haskell/regex-base-0.93:=[profile?]
-	>=dev-haskell/regex-tdfa-1.1.0:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.95.1.4-ghc-9.0.patch )
-
-src_configure() {
-	haskell-cabal_src_configure \
-		--flag=newbase \
-		--flag=splitbase
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index ee5e55fd8e33..bab27bbc8a5e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -333,7 +333,6 @@ dev-haskell/readable
 dev-haskell/rebase
 dev-haskell/refact
 dev-haskell/regex-applicative-text
-dev-haskell/regex-compat-tdfa
 
 # 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:49 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:49 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/regex-compat-tdfa/files/, profiles/, dev-haskell/regex-compat-tdfa/ Jakov Smolić

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