Commit Graph

5 Commits

Author SHA1 Message Date
Michał Górny
cdc0774a75 */*: 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>
2019-11-10 16:13:47 +01:00
Sergei Trofimovich
598a2c0706 dev-haskell: refresh Manifests
Package-Manager: Portage-2.3.16, Repoman-2.3.6
2017-11-24 09:22:09 +00:00
Justin Lecher
92715265f5 Globally add missing remote ID references to metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2017-04-29 19:49:16 +01:00
Robin H. Johnson
61b861acd7 Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-28 11:50:50 -08:00
Sergei Trofimovich
8967349321 dev-haskell/http-api-data: new package, a depend of dev-haskell/persistent-2.6
Converting to/from HTTP API data like URL pieces, headers and query parameters

Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-02-16 10:21:57 +00:00