From cdc0774a75c8eecd1d68d2b0b1687884b88b9331 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 8 Nov 2019 21:48:24 +0100 Subject: */*: Inline mirror://hackage and update URIs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny --- dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild | 4 ++-- dev-haskell/xml-conduit/xml-conduit-1.2.3.3.ebuild | 4 ++-- dev-haskell/xml-conduit/xml-conduit-1.3.1.ebuild | 4 ++-- dev-haskell/xml-conduit/xml-conduit-1.3.3.ebuild | 4 ++-- dev-haskell/xml-conduit/xml-conduit-1.3.4.2.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'dev-haskell/xml-conduit') diff --git a/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild index f07f4e60dfdd..575684caea9c 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="https://github.com/snoyberg/xml" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" diff --git a/dev-haskell/xml-conduit/xml-conduit-1.2.3.3.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.2.3.3.ebuild index 05dc9856ebb3..778181a6ea6c 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.2.3.3.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.2.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="https://github.com/snoyberg/xml" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" diff --git a/dev-haskell/xml-conduit/xml-conduit-1.3.1.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.3.1.ebuild index 9ac098a62d10..fb77f5607454 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.3.1.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="https://github.com/snoyberg/xml" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" diff --git a/dev-haskell/xml-conduit/xml-conduit-1.3.3.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.3.3.ebuild index 61d2974e36fa..371f49a09cb5 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.3.3.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="https://github.com/snoyberg/xml" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" diff --git a/dev-haskell/xml-conduit/xml-conduit-1.3.4.2.ebuild b/dev-haskell/xml-conduit/xml-conduit-1.3.4.2.ebuild index 93a03ed40743..095821699d5a 100644 --- a/dev-haskell/xml-conduit/xml-conduit-1.3.4.2.ebuild +++ b/dev-haskell/xml-conduit/xml-conduit-1.3.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Pure-Haskell utilities for dealing with XML with the conduit package" HOMEPAGE="https://github.com/snoyberg/xml" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -- cgit v1.2.3-65-gdbad