[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hexpat/, profiles/

2022-08-22 Thread Jakov Smolić
commit: 4d27004686551b8c9bf88ccc714cde1e1251dd78
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Aug 22 07:18:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Aug 22 07:18:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d270046

dev-haskell/hexpat: treeclean

Closes: https://bugs.gentoo.org/707268
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-haskell/hexpat/Manifest  |  1 -
 dev-haskell/hexpat/hexpat-0.20.13.ebuild | 33 
 dev-haskell/hexpat/metadata.xml  |  8 
 profiles/package.mask|  1 -
 4 files changed, 43 deletions(-)

diff --git a/dev-haskell/hexpat/Manifest b/dev-haskell/hexpat/Manifest
deleted file mode 100644
index eabe54f64c0a..
--- a/dev-haskell/hexpat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hexpat-0.20.13.tar.gz 143733 BLAKE2B 
73cb82a98454f7dda6425d1366e3746741e73290dc6eb2d10510caa3a3d749a074f1592766a03a45bd820d6f44d6cbd9215eddb35bc4005b2bf273501a889695
 SHA512 
900abcb599bd66856c822b791222a814cc6293d655f45c4295e991ba74f750a80fd1c3993a0dfd943de6a83e90a5905711a7ce9c599471b043b10f661ca5a598

diff --git a/dev-haskell/hexpat/hexpat-0.20.13.ebuild 
b/dev-haskell/hexpat/hexpat-0.20.13.ebuild
deleted file mode 100644
index 6bdd54151798..
--- a/dev-haskell/hexpat/hexpat-0.20.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.
-#hackport: flags: -bundle
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="XML parser/formatter based on expat"
-HOMEPAGE="https://haskell.org/haskellwiki/Hexpat/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-haskell/list-0.4.2:=[profile?] =dev-haskell/text-0.5.0.0:=[profile?] 
=dev-haskell/utf8-string-0.3:=[profile?] 
=dev-lang/ghc-8.4.3:=
-   dev-libs/expat
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-2.2.0.1
-"
-
-src_configure() {
-   haskell-cabal_src_configure \
-   --flag=-bundle
-}

diff --git a/dev-haskell/hexpat/metadata.xml b/dev-haskell/hexpat/metadata.xml
deleted file mode 100644
index 937381521944..
--- a/dev-haskell/hexpat/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hask...@gentoo.org
-   Gentoo Haskell
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 6b5d0bc1cb52..c6bea6e0e919 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -442,7 +442,6 @@ dev-haskell/hcodecs
 dev-haskell/hdbc-mysql
 dev-haskell/heaps
 dev-haskell/hex
-dev-haskell/hexpat
 
 # Hans de Graaff  (2022-07-16)
 # No longer supported upstream. Use a newer ruby version instead.



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hexpat/

2021-05-23 Thread Sergei Trofimovich
commit: 99fef3753769f1195b74c27d208e2e35b351920b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 24 04:58:04 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 24 04:58:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fef375

dev-haskell/hexpat: drop USE=bundled-expat

Reported-by: Sebastian Pipping
Closes: https://bugs.gentoo.org/591136
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/hexpat/hexpat-0.20.13.ebuild | 19 ++-
 dev-haskell/hexpat/metadata.xml  | 55 +---
 2 files changed, 10 insertions(+), 64 deletions(-)

diff --git a/dev-haskell/hexpat/hexpat-0.20.13.ebuild 
b/dev-haskell/hexpat/hexpat-0.20.13.ebuild
index 01a2c7198d8..6bdd5415179 100644
--- a/dev-haskell/hexpat/hexpat-0.20.13.ebuild
+++ b/dev-haskell/hexpat/hexpat-0.20.13.ebuild
@@ -1,34 +1,33 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-# ebuild generated by hackport 0.5.3.
-#hackport: flags: bundle:bundled-expat
+# ebuild generated by hackport 0.6.7.
+#hackport: flags: -bundle
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="XML parser/formatter based on expat"
-HOMEPAGE="http://haskell.org/haskellwiki/Hexpat/;
+HOMEPAGE="https://haskell.org/haskellwiki/Hexpat/;
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="bundled-expat"
 
 RDEPEND=">=dev-haskell/list-0.4.2:=[profile?] =dev-haskell/text-0.5.0.0:=[profile?] 
=dev-haskell/utf8-string-0.3:=[profile?] 
=dev-lang/ghc-7.8.2:=
-   !bundled-expat? ( dev-libs/expat )
+   >=dev-lang/ghc-8.4.3:=
+   dev-libs/expat
 "
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.18.1.3
+   >=dev-haskell/cabal-2.2.0.1
 "
 
 src_configure() {
haskell-cabal_src_configure \
-   $(cabal_flag bundled-expat bundle)
+   --flag=-bundle
 }

diff --git a/dev-haskell/hexpat/metadata.xml b/dev-haskell/hexpat/metadata.xml
index b858ead0d5e..b7878815d80 100644
--- a/dev-haskell/hexpat/metadata.xml
+++ b/dev-haskell/hexpat/metadata.xml
@@ -3,59 +3,6 @@
 

hask...@gentoo.org
+   Gentoo Haskell

-   
-Use bundled expat instead of 
dev-libs/expat
-   
-   
-   This package provides a general purpose Haskell XML library 
using Expat to
-   do its parsing (http://expat.sourceforge.net/; - a fast 
stream-oriented XML
-   parser written in C).  It is extensible to any string type, 
with @String@,
-   @ByteString@ and @Text@ provided out of the box.
-   
-   Basic usage: Parsing a tree (/Tree/), formatting a tree 
(/Format/).
-   Other features: Helpers for processing XML trees (/Proc/), 
trees annotated with
-   XML source location (/Annotated/), extended XML trees with 
comments,
-   processing instructions, etc (/Extended/), XML cursors 
(/Cursor/),
-   SAX-style parse (/SAX/), and access to the low-level interface 
in case speed
-   is paramount (/Internal.IO/).
-   
-   The design goals are speed, speed, speed, interface simplicity 
and modularity.
-   
-   For introduction and examples, see the /Text.XML.Expat.Tree/ 
module. For benchmarks,
-   http://haskell.org/haskellwiki/Hexpat/;
-   
-   If you want to do interactive I\/O, an obvious option is to use 
lazy parsing
-   with one of the lazy I\/O functions such as hGetContents.  
However, this can be
-   problematic in some applications because it doesn't handle I\/O 
errors properly
-   and can give no guarantee of timely resource cleanup.  In these 
cases, chunked
-   I\/O is a better approach: Take a look at the 
/hexpat-enumerator/ package.
-   
-   /IO/ is filed under /Internal/ because it's low-level and most 
users won't want
-   it.  The other /Internal/ modules are re-exported by 
/Annotated/, /Tree/ and /Extended/,
-   so you won't need to import them directly.
-   
-   Credits to Iavor Diatchki and the @xml@ (XML.Light) package for 
/Proc/ and /Cursor/.
-   Thanks to the many contributors.
-   
-   BOUND VS. UNBOUND THREADS: GHC (at least versions 6.12.X) will 
spawn threads
-   if you call a safe FFI callback from an unbound thread.  This 
can get out of
-   control in a busy application.  To avoid this, from version 
0.19.1 we now delegate
-   processing to a single worker thread if the calling thread is 
not 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hexpat/

2017-10-19 Thread Jonas Stein
commit: 5568efb991336a02b0c6f41c149ee01e8ffe72c0
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Oct 19 21:23:16 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Oct 19 21:23:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5568efb9

dev-haskell/hexpat: Remove proxy-maint

Remove proxy maintainer project from metadata, because there was no
proxied maintainer left.
Reported-By: Michael Mair-Keimberger
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-haskell/hexpat/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-haskell/hexpat/metadata.xml b/dev-haskell/hexpat/metadata.xml
index f816e0717e8..686f514d51e 100644
--- a/dev-haskell/hexpat/metadata.xml
+++ b/dev-haskell/hexpat/metadata.xml
@@ -4,10 +4,6 @@

hask...@gentoo.org

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

 Use bundled expat instead of 
dev-libs/expat




[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hexpat/

2017-08-20 Thread Sergei Trofimovich
commit: f49b572487044b635dadd0db10851963ab42ffda
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 20 11:36:34 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 20 11:36:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49b5724

dev-haskell/hexpat: bump up to 0.20.13

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-haskell/hexpat/Manifest  |  1 +
 dev-haskell/hexpat/hexpat-0.20.13.ebuild | 34 
 dev-haskell/hexpat/metadata.xml  |  3 +++
 3 files changed, 38 insertions(+)

diff --git a/dev-haskell/hexpat/Manifest b/dev-haskell/hexpat/Manifest
index 887ad13a540..28adfc9ef74 100644
--- a/dev-haskell/hexpat/Manifest
+++ b/dev-haskell/hexpat/Manifest
@@ -1,3 +1,4 @@
 DIST hexpat-0.20.10.tar.gz 132682 SHA256 
39e6a1a30e80873165c3287a5b84de325c0b1dee1ddfd271daa360c1b15e0e2e SHA512 
aa230d3e002bc74d7f8c9d72eb373f63ec62f391b855119b1163504c2d4ef54ec555f9f56983f02d9268ca8615415ffee2466f404adca6393b2114b0f8f9001b
 WHIRLPOOL 
c7a688307aedfab8564d2497cc02f2f56207b95a35bc93fd73d303b88df00e7b9fe4ff781f07be9a2febce490b6d722e5c802e3c1906378a64693f5054cb96a2
 DIST hexpat-0.20.11.tar.gz 143476 SHA256 
2e38de0ae39cf00c1c5c2f755e249ccd51d6945a98b77a9648d333fa227ca467 SHA512 
c1cb174ad8668826b3b45909589ad339683a54e9fe3c4df246530c2510a5f72b98edd66bd2730478809b3dfd7e98a6bfebec2d88871dc433ef794038988dd982
 WHIRLPOOL 
f9d4bf6f2b49434e3c48685ef28c0541b587242db89b704dd4ef10fd3e25572e82fe89ca7cacecdf69c27e7b82ae2ed63bd786053b120b2b290b9f436d6bbc11
+DIST hexpat-0.20.13.tar.gz 143733 SHA256 
46e1a0e651c1603c1f064c6ca8d4c66cb27e7a66974bfb45ecaa8f9ccc753fd1 SHA512 
900abcb599bd66856c822b791222a814cc6293d655f45c4295e991ba74f750a80fd1c3993a0dfd943de6a83e90a5905711a7ce9c599471b043b10f661ca5a598
 WHIRLPOOL 
082d77e2d167f87959528366f7626f00b60d259f47c36c6fd2abf19fd241b28a62567559a3abeda6ea5cf0ac9aab9cd4aecb278f0a9a793f6f5906973a9b10dc
 DIST hexpat-0.20.9.tar.gz 132649 SHA256 
5d1c075f1ae00be2e80c0018b522a351b2f4ef73b9baca1113ee80e554449d9d SHA512 
619bf92d60f2d43c11861507daf6f93716b5ed5c1fc1957a27470b65264d7c0b5edb3f6e2a1a9d25cd5d7edd8146abaf5cbb772f2d84dacd9f2fe9913b81b543
 WHIRLPOOL 
b8be8167a12d9fbbd437c657d64564d9f510d2e7c0af5ccb1bbbd42168b6557dc692117213ed43f1af6fdd46870444a3db1f6a083e70f6904329a485e4683c6c

diff --git a/dev-haskell/hexpat/hexpat-0.20.13.ebuild 
b/dev-haskell/hexpat/hexpat-0.20.13.ebuild
new file mode 100644
index 000..0ea6497b4e0
--- /dev/null
+++ b/dev-haskell/hexpat/hexpat-0.20.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.3.
+#hackport: flags: bundle:bundled-expat
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="XML parser/formatter based on expat"
+HOMEPAGE="http://haskell.org/haskellwiki/Hexpat/;
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="bundled-expat"
+
+RDEPEND=">=dev-haskell/list-0.4.2:=[profile?] =dev-haskell/text-0.5.0.0:=[profile?] 
=dev-haskell/utf8-string-0.3:=[profile?] 
=dev-lang/ghc-7.8.2:=
+   !bundled-expat? ( dev-libs/expat )
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag bundled-expat bundle)
+}

diff --git a/dev-haskell/hexpat/metadata.xml b/dev-haskell/hexpat/metadata.xml
index f8ee4863121..f816e0717e8 100644
--- a/dev-haskell/hexpat/metadata.xml
+++ b/dev-haskell/hexpat/metadata.xml
@@ -8,6 +8,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+Use bundled expat instead of 
dev-libs/expat
+   

This package provides a general purpose Haskell XML library 
using Expat to
do its parsing (http://expat.sourceforge.net/; - a fast 
stream-oriented XML



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hexpat/

2015-08-16 Thread Mikle Kolyada
commit: 49cd4bd2d61698f4b75d581c424ed3d0b5187e1f
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Sun Aug 16 22:29:51 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Sun Aug 16 22:33:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cd4bd2

dev-haskell/hexpat: amd64 stable wrt bug #550420

Package-Manager: portage-2.2.20.1

 dev-haskell/hexpat/hexpat-0.20.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/hexpat/hexpat-0.20.9.ebuild 
b/dev-haskell/hexpat/hexpat-0.20.9.ebuild
index f3d2c78..e7b7671 100644
--- a/dev-haskell/hexpat/hexpat-0.20.9.ebuild
+++ b/dev-haskell/hexpat/hexpat-0.20.9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND==dev-haskell/list-0.4.2:=[profile?] dev-haskell/list-0.6:=[profile?]