* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unicode-collation/
@ 2022-07-23 4:09 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-07-23 4:09 UTC (permalink / raw
To: gentoo-commits
commit: 97eef4241eea3282dd3894426adcbffb05b8f24f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 04:05:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 04:08:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97eef424
dev-haskell/unicode-collation: fix dtd URL (HTTP->HTTPS)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/unicode-collation/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/unicode-collation/metadata.xml b/dev-haskell/unicode-collation/metadata.xml
index b56fa0d86341..88c9a1589f64 100644
--- a/dev-haskell/unicode-collation/metadata.xml
+++ b/dev-haskell/unicode-collation/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unicode-collation/
@ 2022-11-25 21:57 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-11-25 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 353ef3beaadf7a9482e03e3b018d2fa6bf1b4307
Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Fri Nov 25 20:37:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 21:56:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353ef3be
dev-haskell/unicode-collation: add 0.1.3.3
Closes: https://bugs.gentoo.org/882749
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/unicode-collation/Manifest | 1 +
.../unicode-collation-0.1.3.3.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-haskell/unicode-collation/Manifest b/dev-haskell/unicode-collation/Manifest
index 5b9b60120d20..174ae7a984c9 100644
--- a/dev-haskell/unicode-collation/Manifest
+++ b/dev-haskell/unicode-collation/Manifest
@@ -1 +1,2 @@
DIST unicode-collation-0.1.3.1.tar.gz 2057181 BLAKE2B dde95fbf322a2a9100e8c3a462744006e5e1c2934f0e99c410e311256bf22a0898a7a04960284ba5f801ebfbb3d7465eeedb8ba3a6545cd991b9ee4dd00270a5 SHA512 7c8de0e1c3053bdea7f4007fd7711d5d18fd2f19ddd78ffc3d51cab3ee34623faa51d45ea8408b3e079741bfed9bc453ecc89cc2e20f479280d3646f0f1ecc44
+DIST unicode-collation-0.1.3.3.tar.gz 2056081 BLAKE2B 1b5d58b852ff457b4c794d6e8c87c0539a5987240c2cdb8329fbb00b792be1105c194b55a10b5abd9c59eac7262194065d460a18e994edd2d7f71f535acb4f41 SHA512 bbb8fb3d52fa4906ddb92fb605f49b4c726cfcffd1f950c8a78bc495594a2e7d85fa78e2009da850f0218fce09a57f829ce0f3d6a6000b9b6484754f8c8260e8
diff --git a/dev-haskell/unicode-collation/unicode-collation-0.1.3.3.ebuild b/dev-haskell/unicode-collation/unicode-collation-0.1.3.3.ebuild
new file mode 100644
index 000000000000..e36006f5e702
--- /dev/null
+++ b/dev-haskell/unicode-collation/unicode-collation-0.1.3.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.3.0
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell implementation of the Unicode Collation Algorithm"
+HOMEPAGE="https://github.com/jgm/unicode-collation"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="doctests executable"
+
+RDEPEND="dev-haskell/th-lift-instances:=[profile?]
+ >=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+ test? ( dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-quickcheck
+ >=dev-haskell/unicode-transforms-0.3.7.1
+ doctests? ( >=dev-haskell/doctest-0.8 ) )
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag doctests doctests) \
+ $(cabal_flag executable executable)
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unicode-collation/
@ 2022-11-25 21:57 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-11-25 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 7b02f424b40124f422c3f42720840d43eb7a7078
Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Fri Nov 25 20:37:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 21:56:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b02f424
dev-haskell/unicode-collation: drop 0.1.3.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/unicode-collation/Manifest | 1 -
.../unicode-collation-0.1.3.1.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/dev-haskell/unicode-collation/Manifest b/dev-haskell/unicode-collation/Manifest
index 174ae7a984c9..0614efd7a2ba 100644
--- a/dev-haskell/unicode-collation/Manifest
+++ b/dev-haskell/unicode-collation/Manifest
@@ -1,2 +1 @@
-DIST unicode-collation-0.1.3.1.tar.gz 2057181 BLAKE2B dde95fbf322a2a9100e8c3a462744006e5e1c2934f0e99c410e311256bf22a0898a7a04960284ba5f801ebfbb3d7465eeedb8ba3a6545cd991b9ee4dd00270a5 SHA512 7c8de0e1c3053bdea7f4007fd7711d5d18fd2f19ddd78ffc3d51cab3ee34623faa51d45ea8408b3e079741bfed9bc453ecc89cc2e20f479280d3646f0f1ecc44
DIST unicode-collation-0.1.3.3.tar.gz 2056081 BLAKE2B 1b5d58b852ff457b4c794d6e8c87c0539a5987240c2cdb8329fbb00b792be1105c194b55a10b5abd9c59eac7262194065d460a18e994edd2d7f71f535acb4f41 SHA512 bbb8fb3d52fa4906ddb92fb605f49b4c726cfcffd1f950c8a78bc495594a2e7d85fa78e2009da850f0218fce09a57f829ce0f3d6a6000b9b6484754f8c8260e8
diff --git a/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild b/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild
deleted file mode 100644
index 25adf6d3d7fe..000000000000
--- a/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild
+++ /dev/null
@@ -1,44 +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
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Haskell implementation of the Unicode Collation Algorithm"
-HOMEPAGE="https://github.com/jgm/unicode-collation"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="doctests executable"
-
-RDEPEND="dev-haskell/parsec:=[profile?]
- >=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.1:=[profile?]
- dev-haskell/th-lift-instances:=[profile?]
- >=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
- test? ( dev-haskell/tasty
- dev-haskell/tasty-hunit
- dev-haskell/tasty-quickcheck
- >=dev-haskell/unicode-transforms-0.3.7.1
- doctests? ( >=dev-haskell/doctest-0.8 ) )
-"
-
-src_prepare() {
- default
- cabal_chdeps \
- 'text >= 1.2 && < 1.3' 'text >= 1.2 && < 2.1'
-}
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag doctests doctests) \
- $(cabal_flag executable executable)
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-25 21:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25 21:57 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unicode-collation/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-11-25 21:57 Sam James
2022-07-23 4:09 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox