From 73a60efdaaff6063fd22218663891cf7cdc50749 Mon Sep 17 00:00:00 2001 From: hololeap Date: Mon, 2 Oct 2023 23:09:20 -0600 Subject: [PATCH] dev-haskell/regex-compat: Hackage revision bump Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/regex-compat/Manifest | 1 + dev-haskell/regex-compat/metadata.xml | 15 +++++++++------ ...2.1.ebuild => regex-compat-0.95.2.1-r1.ebuild} | 7 ++++--- 3 files changed, 14 insertions(+), 9 deletions(-) rename dev-haskell/regex-compat/{regex-compat-0.95.2.1.ebuild => regex-compat-0.95.2.1-r1.ebuild} (86%) diff --git a/dev-haskell/regex-compat/Manifest b/dev-haskell/regex-compat/Manifest index d6a0c0a860999..08f1bff573132 100644 --- a/dev-haskell/regex-compat/Manifest +++ b/dev-haskell/regex-compat/Manifest @@ -1 +1,2 @@ +DIST regex-compat-0.95.2.1-rev2.cabal 1705 BLAKE2B 99c4b12e120b2360edebe97899ce66e520ee05171cca7e2888fa2b0f30fbb0440a8d2d81c3bbf432d08de9ac10cbed3bead4a8ae20162711f6dd667be558e8b5 SHA512 4eb8c7a86268c7e5b834ff093e843cfb8bde1e72d51bd53346998a2743cc5999b1f8efd08e4b091dad662e5f1cc466eadf490af94d122e8b12799726a6824b85 DIST regex-compat-0.95.2.1.tar.gz 4285 BLAKE2B 5b1b7adf71c2903bf6647cc0bfefae230f59dbd3ab655a03083f279e7557b533ab745c15e36c51dcd6c4da9239e49a85c64a37a50458ee1a20e0d33a5abecc38 SHA512 87a671729dcdb2c89ce079fbb124cd2f16407f2dca0ed5d0d898a9cf06f893b82c184566efe80d966afbc7dde2cab1693b81516adc4832a9c65283a65fecd919 diff --git a/dev-haskell/regex-compat/metadata.xml b/dev-haskell/regex-compat/metadata.xml index 13b8f14085dd1..116bb696237e6 100644 --- a/dev-haskell/regex-compat/metadata.xml +++ b/dev-haskell/regex-compat/metadata.xml @@ -1,10 +1,13 @@ - - haskell@gentoo.org - - - lazy-regex - + + haskell@gentoo.org + Gentoo Haskell + + + regex-compat + haskell-hvr/regex-compat + lazy-regex + diff --git a/dev-haskell/regex-compat/regex-compat-0.95.2.1.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.2.1-r1.ebuild similarity index 86% rename from dev-haskell/regex-compat/regex-compat-0.95.2.1.ebuild rename to dev-haskell/regex-compat/regex-compat-0.95.2.1-r1.ebuild index 332ffda94125c..a8b58590ce602 100644 --- a/dev-haskell/regex-compat/regex-compat-0.95.2.1.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.95.2.1-r1.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -# ebuild generated by hackport 0.6.7.9999 +# ebuild generated by hackport 0.7.2.2.9999 #hackport: flags: +newbase,+splitbase +CABAL_HACKAGE_REVISION=2 + CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Replaces/enhances \"Text.Regex\"" HOMEPAGE="https://wiki.haskell.org/Regular_expressions" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}"