summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: drop ~ppc and ~ppc64 keywords for dev-lang/ghc and rdepsSergei Trofimovich2020-08-071-1/+1
| | | | | | | | 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>
* */*: dekeyword haskell on ia64Sergei Trofimovich2020-04-131-1/+1
| | | | | | | | | | ia64 is an unregisterised GHC target. That means you need a few days to build ghc itself. It's fun to play with but not practical to use software. Cross-compilation to ia64 still works. Let's drop keywords. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* drop haskell on sparc, it doesn't build at allRolf Eike Beer2020-04-071-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/*: drop alpha keywordsMatt Turner2020-03-161-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: 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/language-c: fix HOMEPAGE, use HTTPSMichael Mair-Keimberger2018-04-231-1/+1
|
* dev-haskell/language-c: bump up to 0.7.1, bug #637496Sergei Trofimovich2017-12-091-0/+34
Bug: https://bugs.gentoo.org/637496 Package-Manager: Portage-2.3.16, Repoman-2.3.6