mail-filter/postforward: Initial ebuild
authorPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Tue, 10 Oct 2017 18:45:17 +0000 (14:45 -0400)
committerMichał Górny <mgorny@gentoo.org>
Fri, 16 Mar 2018 21:31:40 +0000 (22:31 +0100)
commitc70cb2949ef1ee4a399ded2c058946f1de63de00
tree3a0040bf6d46fe448000ac61c0837b449e564f46
parent95bbffe23369fa825ded61227a0ff6a40a277086
mail-filter/postforward: Initial ebuild

Postforward is a mail forwarding utility which aims to compliment the
Postfix Sender Rewriting Scheme daemon (PostSRSd) by allowing only
certain addresses to be forwarded while leaving leaving non-forwarded
mail unaltered by PostSRSd.

 - Create initial ebuild
 - Work around upstream not putting their .go files in src/ which
   makes "go build" angry
 - Work around golang-build complaining about pkg not existing
   and just do the install by hand
 - Patch default sendmail path to respect EPREFIX and use the
   standard postfix install location instead of depending on
   it being in the path
 - Implement requests made by monsueirp on GitHub:
   https://github.com/gentoo/gentoo/pull/5910#pullrequestreview-83093569
 - Implement requests made by mgorny on GitHub:
   https://github.com/gentoo/gentoo/pull/5910#pullrequestreview-103921727

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Closes: https://bugs.gentoo.org/650398
Closes: https://github.com/gentoo/gentoo/pull/5910
mail-filter/postforward/Manifest [new file with mode: 0644]
mail-filter/postforward/files/postforward_apply-sendmail-path.patch [new file with mode: 0644]
mail-filter/postforward/metadata.xml [new file with mode: 0644]
mail-filter/postforward/postforward-1.1.0.ebuild [new file with mode: 0644]