Versions
v1.1.1 :: 0 :: gentoo
- Modified
- License
- BSD-2
- Keywords
- amd64 x86
Dependencies
dev-lang / go : A concurrent garbage collected and typesafe programming language
Runtime Dependencies
mail-filter / postsrsd : Postfix Sender Rewriting Scheme daemon
Bugs
- 844709
- mail-filter/postforward: uses deprecated Go eclass (DeprecatedEclass)
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
mail-filter/postforward: Stabilize 1.1.1 x86, #867151
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
mail-filter/postforward: Stabilize 1.1.1 amd64, #867151
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
mail-filter/postforward: drop 1.1.0, EAPI-6--
Closes: https://bugs.gentoo.org/687858 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-filter/postforward: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Philippe Chaintreuil · gentoo
mail-filter/postforward: Version bump to 1.1.1
Copy of the 1.1.0 ebuild, update copyright & EAPI, and tweak to remove double-negative new_src_dir check. Closes: https://bugs.gentoo.org/687858 Closes: https://github.com/gentoo/gentoo/pull/12239 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Philippe Chaintreuil · gentoo
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