summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: destabilize dev-lang/ghc for all archesSergei Trofimovich2020-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | dev-lang/ghc is a fast-moving target without much of stable API across major GHC releases. This makes stabilization process a fragile process. The change moves all haskell revdeps to pure ~arch. There are not many outside dev-haskell/*: - app-emulation/ganeti - app-text/pandoc - dev-util/bustle - dev-util/shellcheck - dev-vcs/darcs - x11-wm/xmonad/xmonad Existing stable haskell users are recommended to keyword used packages and all of dev-haskell/* to ease upgrades. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/cryptonite: bump up to 0.26.0Sergei Trofimovich2020-01-212-0/+46
| | | | | | | Reported-by: Andrea Postiglione Closes: https://bugs.gentoo.org/705844 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-101-1/+1
| | | | | | | | | | | | | | | | | 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/cryptonite: pass -msse2 for blake2, bug #696220Sergei Trofimovich2019-10-132-3/+18
| | | | | | | | | | | | | | | | | | | | Fixed two problems here: - blake2 code assumes SSE2, not just SSE - x86 needs -msse2 to be passed explicitly (as opposed to amd64) Otherwise compiler does not attempt to emit sse2 primitives and build fails as: ``` cbits/blake2/sse/blake2-config.h:68:2: error: error: #error "This code requires at least SSE2." #error "This code requires at least SSE2." ^~~~~ ``` Reported-by: Thomas Kahle Closes: https://bugs.gentoo.org/696220 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/cryptonite: don't enable CPU optimisations by defaultSergei Trofimovich2019-10-131-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/cryptonite: restored accidentally dropped stable keywordsSergei Trofimovich2019-10-021-1/+1
| | | | | | Bug: https://bugs.gentoo.org/695058 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/cryptonite: switch to CPU_CLAGS_X86_* IUSEsSergei Trofimovich2019-10-025-100/+12
| | | | | | | Reported-by: Michał Górny Closes: https://bugs.gentoo.org/695058 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-haskell/cryptonite: 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/cryptonite: 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-3/+3
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-haskell/cryptonite: stable 0.21 for x86/amd64, bug #631138Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86"
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-haskell/cryptonite: bump up to 0.21Sergei Trofimovich2017-02-163-0/+46
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-haskell/cryptonite: new package, a depend of dev-haskell/x509-1.6Sergei Trofimovich2016-01-194-0/+121
Cryptography Primitives sink for haskell. A next generation of naty dev-haskell/crypto-* packages. Package-Manager: portage-2.2.27