summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-mail/courier-imap: Fix net-libs/courier-unicode dependencies (bug #624258).Jeroen Roovers2017-10-161-0/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* net-mail/courier-imap: keyword ~arm64Alexis Ballier2017-06-221-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-mail/courier-imap: ia64 stable wrt bug #616726Agostino Sarubbo2017-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-mail/courier-imap-4.17.3-r0: add alpha keywordTobias Klausmann2017-05-121-1/+1
| | | | Gentoo-Bug: 616726
* net-mail/courier-imap: Stable for HPPA (bug #616726).Jeroen Roovers2017-04-301-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* net-mail/courier-imap: ppc64 stable wrt bug #616726Agostino Sarubbo2017-04-301-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-mail/courier-imap: ppc stable wrt bug #616726Agostino Sarubbo2017-04-291-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-mail/courier-imap: sparc stable wrt bug #616726Agostino Sarubbo2017-04-281-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-mail/courier-imap: x86 stable wrt bug #616726Agostino Sarubbo2017-04-281-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-mail/courier-imap: amd64 stable wrt bug #616726Agostino Sarubbo2017-04-281-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-mail/courier-imap: new EAPI=6 version to fix a few bugs.Michael Orlitzky2017-03-271-0/+231
This new version contains upstream fixes for the ongoing removal of the SSL3 protocol. That should fix bug 593064, which otherwise would require SSL3 support in OpenSSL. The new version also renames "maildirmake" (and its man page) to "courier-maildirmake" to avoid a collision with mail-mta/netqmail (bug 482098). During the upgrade, the ebuild was updated to use EAPI=6. The patches it uses were bumped to be -p1 compatible, and now the PATCHES array and eapply are used in src_prepare. The eutils and multilib eclasses were dropped, since they were only used for epatch and get_libdir. I also tried to clean up a few bits in src_install. I changed one use of $WORKDIR/tmp to $T, and tried to avoid changing directories so much (by spelling out the target paths). I removed a recursive dohtml, and replaced it with a few calls to dodoc. I also fixed a bare "chmod" to use fperms. Gentoo-Bug: 482098 Gentoo-Bug: 593064 Package-Manager: Portage-2.3.3, Repoman-2.3.1