summaryrefslogtreecommitdiff
path: root/dev-haskell/code-page/code-page-0.1.1.ebuild
AgeCommit message (Collapse)Author
2019-11-10*/*: Inline mirror://hackage and update URIsMichał Górny
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>
2017-09-23dev-haskell/code-page: stable 0.1.1 for x86/amd64, bug #631138Sergei Trofimovich
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86"
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-16dev-haskell/code-page: new package, a depend of doctests-0.11.1Sergei Trofimovich
Windows code page library for Haskell Package-Manager: Portage-2.3.3, Repoman-2.3.1