Summary
A command line tool to manage an overlay of Gentoo ebuilds that are generated from a hackage repo of Cabal packages.
Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-2
- USE flags
- test
v0.5.6 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
v0.5.5-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
v0.5.4 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
v0.5.3 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
v0.5.2 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
v0.5.1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
app-portage / repoman : Repoman is a Quality Assurance tool for Gentoo ebuilds
dev-haskell / async : Run IO operations asynchronously and wait for their results
dev-haskell / base16-bytestring : Fast base16 (hex) encoding and decoding for ByteStrings
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / cryptohash : collection of crypto hashes, fast, pure and practical
dev-haskell / ed25519 : Ed25519 cryptographic signatures
dev-haskell / extensible-exceptions : Extensible exceptions
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / http : A library for client-side HTTP
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / missingh : Large utility library
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / old-locale : locale library
dev-haskell / old-time : Time library
dev-haskell / parsec : Monadic parser combinators
dev-haskell / random : random number library
dev-haskell / regex-compat : Replaces/Enhances Text.Regex
dev-haskell / split : Combinator library for splitting lists
dev-haskell / stm : Software Transactional Memory
dev-haskell / tar : Reading, writing and manipulating '.tar' archive files
dev-haskell / xml : A simple XML library
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
dev-lang / ghc : The Glasgow Haskell Compiler
dev-vcs / git : stupid content tracker: distributed VCS designed for speed and efficiency
Runtime Dependencies
app-portage / repoman : Repoman is a Quality Assurance tool for Gentoo ebuilds
dev-haskell / async : Run IO operations asynchronously and wait for their results
dev-haskell / base16-bytestring : Fast base16 (hex) encoding and decoding for ByteStrings
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / cryptohash : collection of crypto hashes, fast, pure and practical
dev-haskell / ed25519 : Ed25519 cryptographic signatures
dev-haskell / extensible-exceptions : Extensible exceptions
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / http : A library for client-side HTTP
dev-haskell / missingh : Large utility library
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / old-locale : locale library
dev-haskell / old-time : Time library
dev-haskell / parsec : Monadic parser combinators
dev-haskell / random : random number library
dev-haskell / regex-compat : Replaces/Enhances Text.Regex
dev-haskell / split : Combinator library for splitting lists
dev-haskell / stm : Software Transactional Memory
dev-haskell / tar : Reading, writing and manipulating '.tar' archive files
dev-haskell / xml : A simple XML library
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
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> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-portage/hackport: Prune dep on portage-mgorny
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-portage/hackport: Drop support for non-existent deps - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-portage/hackport: bump up to 0.5.6
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Sergei Trofimovich · gentoo
app-portage/hackport: sync support portage-mgorny into live ebuild
Sync ac77b6ecf3d39cf290a93a8f4f1a53e5fd705abf into live ebuild: "app-portage/hackport: Support sys-apps/portage-mgorny" Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Michał Górny · gentoo
app-portage/hackport: Support sys-apps/portage-mgorny - Sergei Trofimovich · gentoo
app-portage/hackport: bump up to 0.5.5
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Sergei Trofimovich · gentoo
app-portage/hackport: bump up to 0.5.4
Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Sergei Trofimovich · gentoo
app-portage/hackport: bump up to 0.5.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
app-portage/hackport: bump up to 0.5.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Sergei Trofimovich · gentoo
app-portage/hackport: new package
An ebuild generator from hackage index or even .cabal files Package-Manager: Portage-2.3.3, Repoman-2.3.1