summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-102-3/+3
| | | | | | | | | | | | | | | | | 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/wl-pprint-text: add ~x86-linux keywordMichael Haubenwallner2019-05-291-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-haskell/wl-pprint-text: add ~amd64-linux keywordMichael Haubenwallner2019-05-281-2/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-haskell: refresh ManifestsSergei Trofimovich2017-11-241-2/+2
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-haskell/wl-pprint-text: bump up to 1.1.1.0Sergei Trofimovich2017-02-162-0/+28
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-haskell/wl-pprint-text: amd64/x86 stable, bug #563090Sergei Trofimovich2016-05-151-1/+1
| | | | Package-Manager: portage-2.2.28
* dev-haskell/wl-pprint-text: new package, a depend of graphvizSergei Trofimovich2016-05-113-0/+38
Package-Manager: portage-2.2.28