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

2020-08-04 Thread Sergei Trofimovich
commit: 3aa40d6a4cf5adbcc13dda073123dca44775f2a4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:49:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:49:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa40d6a

dev-haskell/haxml: bump up to 1.25.5

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/haxml/Manifest   |  1 +
 dev-haskell/haxml/haxml-1.25.5-r1.ebuild | 40 
 dev-haskell/haxml/metadata.xml   |  7 +++---
 3 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/haxml/Manifest b/dev-haskell/haxml/Manifest
index bbc2c6e4aa2..d4544dc21e5 100644
--- a/dev-haskell/haxml/Manifest
+++ b/dev-haskell/haxml/Manifest
@@ -1,3 +1,4 @@
 DIST HaXml-1.24.1.tar.gz 142739 BLAKE2B 
d5f972f2dd61b512c5984264bce05e38430627055725cf6be7ff0cfe5db73c6f1be829d5c50278e09808826371169b3e24bbf98561ef3b4bccc7b937f5ec1d7f
 SHA512 
421f3a61e8eebf5ad915551c51dcd843a544e7959b93d6dd4ab2ffc6c20954f559da75dcfecc6fea838f80dc4d3c83243be3ce7a21e92bc165b3e0be120451bf
 DIST HaXml-1.24.tar.gz 143107 BLAKE2B 
dd7c8507a4d53a7260a9bffcb6c9f6eb54287fa71de31945acab19c0a8b63261905a74d5ec176376016f63092871af56f5ea89d06e0747c26dff02044d5fe894
 SHA512 
421864e4177b16f485b72d33210a67914c2040664d604db5cc70b356a518114f11dbcc1b1c8f300fd045338605613a14317bd5bf5f041a8e38990d3c5dc7e94c
 DIST HaXml-1.25.3.tar.gz 144189 BLAKE2B 
f521a02d33c0d39d79a0e26defa2ae64331b5377b18980f38733ab9e2971f0685b4e8e6b68702f72687142484842fb61b4d337f0b277d88520b266799812f356
 SHA512 
b80a70954a79c9246ed9e92ca2bd7c94f54b2843eb387fa2045652cfa5eee69b8bfae17ef88b391855abe3dc672e3cf212be53e275e6ff350fe1074fff608828
+DIST HaXml-1.25.5.tar.gz 145834 BLAKE2B 
4afb4a4ee5b9af2229edd797177550dcc6fc4c917f69d87670bb8bd1232398a0138a2f297222fc8677c1fd1cd50e37ee9e3480ff5d363095263d48e3f06efa6e
 SHA512 
c2aa429198b4ba9b3a32ddf10e10e1213e34d617241e7a2f476f1998b8f24a7ca8462f8cdb52edceeb50f2020c74ff63db4307faebf3ae621afb3b8822398d15

diff --git a/dev-haskell/haxml/haxml-1.25.5-r1.ebuild 
b/dev-haskell/haxml/haxml-1.25.5-r1.ebuild
new file mode 100644
index 000..17a81e4f173
--- /dev/null
+++ b/dev-haskell/haxml/haxml-1.25.5-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="HaXml"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Utilities for manipulating XML documents"
+HOMEPAGE="http://projects.haskell.org/HaXml/";
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/polyparse-1.12.1:=[profile?]
+   >=dev-haskell/random-1.0:=[profile?] =dev-haskell/semigroups-0.18.5:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   cabal_chdeps \
+   'base   >= 4.3.1.0  && < 4.13' 'base   >= 4.3.1.0' \
+   'polyparse  >= 1.12.1   && <1.13' 'polyparse  >= 1.12.1'
+}

diff --git a/dev-haskell/haxml/metadata.xml b/dev-haskell/haxml/metadata.xml
index 522384de844..b7878815d80 100644
--- a/dev-haskell/haxml/metadata.xml
+++ b/dev-haskell/haxml/metadata.xml
@@ -1,7 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-  hask...@gentoo.org
-
+   
+   hask...@gentoo.org
+   Gentoo Haskell
+   
 



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

2018-03-21 Thread Sergei Trofimovich
commit: 3f1e70ec15c8003680fc116e1bdacb9c41c5e806
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Mar 20 20:30:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 21 21:47:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1e70ec

dev-haskell/haxml: update HOMEPAGE, use HTTPS

 dev-haskell/haxml/haxml-1.24.1.ebuild | 4 ++--
 dev-haskell/haxml/haxml-1.24.ebuild   | 4 ++--
 dev-haskell/haxml/haxml-1.25.3.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-haskell/haxml/haxml-1.24.1.ebuild 
b/dev-haskell/haxml/haxml-1.24.1.ebuild
index 7ef228a3877..50f203a2708 100644
--- a/dev-haskell/haxml/haxml-1.24.1.ebuild
+++ b/dev-haskell/haxml/haxml-1.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ MY_PN="HaXml"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Utilities for manipulating XML documents"
-HOMEPAGE="http://www.cs.york.ac.uk/fp/HaXml/";
+HOMEPAGE="https://archives.haskell.org/projects.haskell.org/HaXml/";
 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"

diff --git a/dev-haskell/haxml/haxml-1.24.ebuild 
b/dev-haskell/haxml/haxml-1.24.ebuild
index dd3c2e27543..1c39524df91 100644
--- a/dev-haskell/haxml/haxml-1.24.ebuild
+++ b/dev-haskell/haxml/haxml-1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ MY_PN="HaXml"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Utilities for manipulating XML documents"
-HOMEPAGE="http://www.cs.york.ac.uk/fp/HaXml/";
+HOMEPAGE="https://archives.haskell.org/projects.haskell.org/HaXml/";
 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"

diff --git a/dev-haskell/haxml/haxml-1.25.3.ebuild 
b/dev-haskell/haxml/haxml-1.25.3.ebuild
index 3af072d0ed1..adabb4a10d3 100644
--- a/dev-haskell/haxml/haxml-1.25.3.ebuild
+++ b/dev-haskell/haxml/haxml-1.25.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ MY_PN="HaXml"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Utilities for manipulating XML documents"
-HOMEPAGE="http://projects.haskell.org/HaXml/";
+HOMEPAGE="https://archives.haskell.org/projects.haskell.org/HaXml/";
 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"



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

2016-08-03 Thread Patrice Clement
commit: c1cd49cb761e245f19e179112b18a0c870460c7f
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jul 27 16:55:31 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Aug  3 07:21:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cd49cb

dev-haskell/haxml: remove unused patch

Signed-off-by: Patrice Clement  gentoo.org>

 dev-haskell/haxml/files/haxml-1.25-haddock.patch | 26 
 1 file changed, 26 deletions(-)

diff --git a/dev-haskell/haxml/files/haxml-1.25-haddock.patch 
b/dev-haskell/haxml/files/haxml-1.25-haddock.patch
deleted file mode 100644
index fbfdaf8..000
--- a/dev-haskell/haxml/files/haxml-1.25-haddock.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 HaXml-1.25-orig/src/Text/XML/HaXml/Schema/TypeConversion.hs
2014-10-29 02:53:24.0 +1100
-+++ HaXml-1.25/src/Text/XML/HaXml/Schema/TypeConversion.hs 2014-12-08 
13:32:58.799433615 +1100
-@@ -38,7 +38,7 @@
-   Just (Right
- (ComplexType
-{complex_name=Just 
t'}))
--  {-| t==t'-}
-+  {-  | t==t' -}
- -> (e:)
-   _ -> id
-   _  -> id
-@@ -75,10 +75,10 @@
- renameSimple n s@UnionOf{}= s{ simple_name  = Just n }
- 
- 
 * For now, rather than walk the tree, giving typenames to nodes that were
   previously locally-typed, we will instead assume in the pretty-printer
   that it can always replace a missing typename with the element name, and
   have it resolve to something sensible.
-+-- * For now, rather than walk the tree, giving typenames to nodes that 
were
-+--   previously locally-typed, we will instead assume in the 
pretty-printer
-+--   that it can always replace a missing typename with the element name, 
and
-+--   have it resolve to something sensible.
- renameLocals :: SchemaItem -> SchemaItem
- renameLocals s = s
- --  renameLocals (SchemaElement e)