summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-101-2/+2
| | | | | | | | | | | | | | | | | 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>
* dev-haskell/parser-combinators: Drop oldPacho Ramos2019-01-272-32/+0
| | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* dev-haskell/parser-combinators: UnmaintainManuel Rüger2018-07-051-4/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-haskell/parser-combinators: Initial versionManuel Rüger2018-06-084-0/+75
Package-Manager: Portage-2.3.40, Repoman-2.3.9