summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>2017-10-10 14:45:17 -0400
committerMichał Górny <mgorny@gentoo.org>2018-03-16 22:31:40 +0100
commitc70cb2949ef1ee4a399ded2c058946f1de63de00 (patch)
tree3a0040bf6d46fe448000ac61c0837b449e564f46 /mail-filter/postforward/metadata.xml
parentmedia-sound/cantata: Fix runtime crash w/ >=dev-qt/qtsql-5.10 (diff)
downloadgentoo-c70cb2949ef1ee4a399ded2c058946f1de63de00.tar.gz
gentoo-c70cb2949ef1ee4a399ded2c058946f1de63de00.tar.bz2
gentoo-c70cb2949ef1ee4a399ded2c058946f1de63de00.zip
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
Diffstat (limited to 'mail-filter/postforward/metadata.xml')
-rw-r--r--mail-filter/postforward/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail-filter/postforward/metadata.xml b/mail-filter/postforward/metadata.xml
new file mode 100644
index 000000000000..e9e4ddc46066
--- /dev/null
+++ b/mail-filter/postforward/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo_bugs_peep@parallaxshift.com</email>
+ <name>Philippe Chaintreuil</name>
+ </maintainer>
+
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+
+ <upstream>
+ <remote-id type="github">zoni/postforward</remote-id>
+ </upstream>
+</pkgmetadata>