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/tar: fix quoting in DESCRIPTIONSergei Trofimovich2018-09-181-2/+2
| | | | | | | | | | | | (While syntactically valid) truncated DESCRIPTION DESCRIPTION="Reading, writing and manipulating \\" managed to confuse esync parser: https://bugs.gentoo.org/666314#c3 Fix DESCRIPTION and avoid backslash quoting. Reported-by: PhobosK Bug: https://bugs.gentoo.org/666314 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-haskell/tar: stable 0.5.0.3 for x86/amd64, bug #631138Sergei Trofimovich2017-09-231-2/+2
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-haskell/tar: bump up to 0.5.0.3Sergei Trofimovich2016-09-111-0/+31
Package-Manager: portage-2.3.0