summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-mail/list-remote-forwards: fix for ghc-8.4Sergei Trofimovich2019-12-142-0/+73
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@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>
* net-mail/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* net-mail/list-remote-forwards: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-271-38/+38
|
* dev-haskell/hdbc-sqlite3: move package from dev-haskell/hdbc-sqlite:2Sergei Trofimovich2017-03-251-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-mail/list-remote-forwards: new package to find off-site mail forwards.Michael Orlitzky2016-07-153-0/+185
Package-Manager: portage-2.2.28