diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-18 11:16:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-18 11:16:28 +0100 |
commit | 101ac7d0b3058ea11b996342667401773b65201a (patch) | |
tree | e85eeb797618f207935e920544a0684afee43553 /dev-haskell/http-attoparsec | |
parent | dev-haskell/html: update to EAPI=7 (diff) | |
download | gentoo-101ac7d0b3058ea11b996342667401773b65201a.tar.gz gentoo-101ac7d0b3058ea11b996342667401773b65201a.tar.bz2 gentoo-101ac7d0b3058ea11b996342667401773b65201a.zip |
dev-haskell/http-attoparsec: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/http-attoparsec')
-rw-r--r-- | dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild | 8 | ||||
-rw-r--r-- | 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 a91815382e01..cb6d745f57bf 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.9999 @@ -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 f9ce57be06d6..b7878815d80d 100644 --- a/dev-haskell/http-attoparsec/metadata.xml +++ b/dev-haskell/http-attoparsec/metadata.xml @@ -5,7 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <upstream> - <remote-id type="github">tlaitinen/http-attoparsec</remote-id> - </upstream> </pkgmetadata> |