diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-08 21:48:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-10 16:13:47 +0100 |
commit | cdc0774a75c8eecd1d68d2b0b1687884b88b9331 (patch) | |
tree | 9b77a5773bcffa670927e93a4a1d38456520b488 /app-text/pandoc | |
parent | app-i18n/man-pages-pl: drop old EAPI (diff) | |
download | gentoo-cdc0774a75c8eecd1d68d2b0b1687884b88b9331.tar.gz gentoo-cdc0774a75c8eecd1d68d2b0b1687884b88b9331.tar.bz2 gentoo-cdc0774a75c8eecd1d68d2b0b1687884b88b9331.zip |
*/*: 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>
Diffstat (limited to 'app-text/pandoc')
-rw-r--r-- | app-text/pandoc/pandoc-1.12.4.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.13.2.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.14.0.4.ebuild | 2 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.15.0.6.ebuild | 2 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.18.ebuild | 2 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.19.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.19.2.1.ebuild | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild b/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild index d50069737440..b655d7c94cf3 100644 --- a/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild +++ b/app-text/pandoc/pandoc-1.12.4.2-r1.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://johnmacfarlane.net/pandoc" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/app-text/pandoc/pandoc-1.13.2.1.ebuild b/app-text/pandoc/pandoc-1.13.2.1.ebuild index c17b9e9e758f..745338a85dde 100644 --- a/app-text/pandoc/pandoc-1.13.2.1.ebuild +++ b/app-text/pandoc/pandoc-1.13.2.1.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://johnmacfarlane.net/pandoc" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/app-text/pandoc/pandoc-1.14.0.4.ebuild b/app-text/pandoc/pandoc-1.14.0.4.ebuild index 0d2811c4fc57..d06d757b34c6 100644 --- a/app-text/pandoc/pandoc-1.14.0.4.ebuild +++ b/app-text/pandoc/pandoc-1.14.0.4.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://johnmacfarlane.net/pandoc" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/app-text/pandoc/pandoc-1.15.0.6.ebuild b/app-text/pandoc/pandoc-1.15.0.6.ebuild index 22d82ef329b7..e29385e81779 100644 --- a/app-text/pandoc/pandoc-1.15.0.6.ebuild +++ b/app-text/pandoc/pandoc-1.15.0.6.ebuild @@ -10,7 +10,7 @@ inherit eutils haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://pandoc.org" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/app-text/pandoc/pandoc-1.18.ebuild b/app-text/pandoc/pandoc-1.18.ebuild index a15af2da8192..2c98454468a6 100644 --- a/app-text/pandoc/pandoc-1.18.ebuild +++ b/app-text/pandoc/pandoc-1.18.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://pandoc.org" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild b/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild index aebce7cd3047..f3ba9bcf09e7 100644 --- a/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild +++ b/app-text/pandoc/pandoc-1.19.2.1-r1.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://pandoc.org" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" diff --git a/app-text/pandoc/pandoc-1.19.2.1.ebuild b/app-text/pandoc/pandoc-1.19.2.1.ebuild index 2f751283f9ca..1c6b7c770d57 100644 --- a/app-text/pandoc/pandoc-1.19.2.1.ebuild +++ b/app-text/pandoc/pandoc-1.19.2.1.ebuild @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://pandoc.org" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" |