summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-102-4/+4
| | | | | | | | | | | | | | | | | 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: refresh ManifestsSergei Trofimovich2017-11-241-2/+2
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-haskell/skylighting: stable 0.3 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-2/+5
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-haskell/skylighting: bump up to 0.3Sergei Trofimovich2017-02-252-0/+51
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-haskell/skylighting: require cabal-1.24 with fixed resolver, bug #610422Sergei Trofimovich2017-02-221-1/+1
| | | | | | | | | | Workarounds Cabal-1.22 bug https://github.com/haskell/cabal/issues/1725 Reported-by: Peter Bleszynski Bug: https://bugs.gentoo.org/610422 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-haskell/skylighting: new package, a depend of pandoc-1.19Sergei Trofimovich2017-02-183-0/+71
syntax highlighting library Package-Manager: Portage-2.3.3, Repoman-2.3.1