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

2020-10-18 Thread Sergei Trofimovich
commit: 101ac7d0b3058ea11b996342667401773b65201a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 18 10:16:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 18 10:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101ac7d0

dev-haskell/http-attoparsec: update to EAPI=7

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

 dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild | 8 +---
 dev-haskell/http-attoparsec/metadata.xml| 3 ---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild 
b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
index a91815382e0..cb6d745f57b 100644
--- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
+++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 # ebuild generated by hackport 0.3.6.
 
@@ -25,8 +25,10 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8.0.2
 "
 
+PATCHES=("${FILESDIR}"/${P}-http.patch)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-http.patch
+   default
 
cabal_chdeps \
'attoparsec >= 0.10.4.0 && < 0.12' 'attoparsec >= 0.10.4.0' \

diff --git a/dev-haskell/http-attoparsec/metadata.xml 
b/dev-haskell/http-attoparsec/metadata.xml
index f9ce57be06d..b7878815d80 100644
--- a/dev-haskell/http-attoparsec/metadata.xml
+++ b/dev-haskell/http-attoparsec/metadata.xml
@@ -5,7 +5,4 @@
hask...@gentoo.org
Gentoo Haskell

-   
-   tlaitinen/http-attoparsec
-   
 



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

2020-09-12 Thread Sergei Trofimovich
commit: bb43062067607cb7c32768d40b84a3850c90daec
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 20:55:47 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 21:12:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb430620

dev-haskell/http-attoparsec: drop old

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

 .../http-attoparsec-0.1.1-r2.ebuild| 31 --
 1 file changed, 31 deletions(-)

diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r2.ebuild 
b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r2.ebuild
deleted file mode 100644
index 595325e6bb6..000
--- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Attoparsec parsers for http-types"
-HOMEPAGE="https://github.com/tlaitinen/http-attoparsec;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/attoparsec-0.10.4.0:=[profile?]
-   >=dev-haskell/http-types-0.8.0:=[profile?] 
=dev-lang/ghc-6.12.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.8.0.2
-"
-
-src_prepare() {
-   cabal_chdeps \
-   'attoparsec >= 0.10.4.0 && < 0.12' 'attoparsec >= 0.10.4.0'
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-attoparsec/files/, dev-haskell/http-attoparsec/

2017-02-16 Thread Sergei Trofimovich
commit: 041e8ec9e7ef9ec2256c4ced27a6971b48316547
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb 16 21:30:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 16 21:57:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041e8ec9

dev-haskell/http-attoparsec: tweak for HTTP-4000.3.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../http-attoparsec/files/http-attoparsec-0.1.1-http.patch   | 9 +
 dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild  | 4 +++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-haskell/http-attoparsec/files/http-attoparsec-0.1.1-http.patch 
b/dev-haskell/http-attoparsec/files/http-attoparsec-0.1.1-http.patch
new file mode 100644
index 00..2de100c5de
--- /dev/null
+++ b/dev-haskell/http-attoparsec/files/http-attoparsec-0.1.1-http.patch
@@ -0,0 +1,9 @@
+diff --git a/Network/HTTP/Attoparsec.hs b/Network/HTTP/Attoparsec.hs
+index ec464d0..37f9983 100644
+--- a/Network/HTTP/Attoparsec.hs
 b/Network/HTTP/Attoparsec.hs
+@@ -7,3 +7,3 @@ module Network.HTTP.Attoparsec
+ where
+-import Network.HTTP.Types.Header
++import Network.HTTP.Types.Header hiding (parseByteRanges)
+ 

diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild 
b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
index b4090db4a5..a1c4de7e8a 100644
--- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
+++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,6 +27,8 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
+   epatch "${FILESDIR}"/${P}-http.patch
+
cabal_chdeps \
'attoparsec >= 0.10.4.0 && < 0.12' 'attoparsec >= 0.10.4.0' \
'http-types >= 0.8.0 && < 0.9' 'http-types >= 0.8.0'



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

2015-09-19 Thread Agostino Sarubbo
commit: d1123b3ac7acc1d31f58511ed42576ace19edded
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 19 18:42:40 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 19 18:42:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1123b3a

dev-haskell/http-attoparsec: amd64 stable wrt bug #534986

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.ebuild 
b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.ebuild
index 9ad0fd1..c98e6fd 100644
--- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.ebuild
+++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r1.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/attoparsec-0.10.4.0:=[profile?]