diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:09:20 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:01 +0100 |
commit | 73a60efdaaff6063fd22218663891cf7cdc50749 (patch) | |
tree | e3da217d83671af245004b088af693a6a32b66c7 /dev-haskell/regex-compat | |
parent | dev-haskell/regex-base: add 0.94.0.2 (diff) | |
download | gentoo-73a60efdaaff6063fd22218663891cf7cdc50749.tar.gz gentoo-73a60efdaaff6063fd22218663891cf7cdc50749.tar.bz2 gentoo-73a60efdaaff6063fd22218663891cf7cdc50749.zip |
dev-haskell/regex-compat: Hackage revision bump
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/regex-compat')
-rw-r--r-- | dev-haskell/regex-compat/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/regex-compat/metadata.xml | 15 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.95.2.1-r1.ebuild (renamed from dev-haskell/regex-compat/regex-compat-0.95.2.1.ebuild) | 7 |
3 files changed, 14 insertions, 9 deletions
diff --git a/dev-haskell/regex-compat/Manifest b/dev-haskell/regex-compat/Manifest index d6a0c0a86099..08f1bff57313 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 13b8f14085dd..116bb696237e 100644 --- a/dev-haskell/regex-compat/metadata.xml +++ b/dev-haskell/regex-compat/metadata.xml @@ -1,10 +1,13 @@ <?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> - </maintainer> - <upstream> - <remote-id type="sourceforge">lazy-regex</remote-id> - </upstream> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <upstream> + <remote-id type="hackage">regex-compat</remote-id> + <remote-id type="github">haskell-hvr/regex-compat</remote-id> + <remote-id type="sourceforge">lazy-regex</remote-id> + </upstream> </pkgmetadata> 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 index 332ffda94125..a8b58590ce60 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}" |