summaryrefslogtreecommitdiff
path: root/dev-haskell/async/async-2.1.1.ebuild
AgeCommit message (Collapse)Author
2020-09-09dev-haskell/async: drop oldSergei Trofimovich
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-08-07*/*: drop ~ppc and ~ppc64 keywords for dev-lang/ghc and rdepsSergei Trofimovich
dev-lang/ghc was not being kept up to date consistently for quite a while. We'll still try to build ppc64 BE/LE binaries for it but no promise of keywords. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-04-07drop haskell on sparc, it doesn't build at allRolf Eike Beer
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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>
2019-05-29dev-haskell/async: add ~x86-linux keywordMichael Haubenwallner
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
2019-05-28dev-haskell/async: add ~amd64-linux keywordMichael Haubenwallner
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
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/async: bump up to 2.1.1Sergei Trofimovich
Package-Manager: Portage-2.3.3, Repoman-2.3.1