*/*: Inline mirror://hackage and update URIs

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 <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-08 21:48:24 +01:00
parent e59d11ef5f
commit cdc0774a75
1531 changed files with 2937 additions and 2937 deletions

View File

@@ -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="Parser for JavaScript"
HOMEPAGE="https://github.com/erikd/language-javascript"
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}"