summaryrefslogtreecommitdiff
path: root/mail-mta/nullmailer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-12 08:41:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-12 08:41:54 +0100
commit4df3bf9762850b34cd1ead5c80374d1a0fc3362e (patch)
tree3080c5cb7ad17abcb63776a9f21c4947845546a6 /mail-mta/nullmailer
parent814f4cf860e299a046b649eaee5463427984c09c (diff)
gentoo resync : 12.07.2021
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r--mail-mta/nullmailer/Manifest2
-rw-r--r--mail-mta/nullmailer/nullmailer-2.2-r2.ebuild (renamed from mail-mta/nullmailer/nullmailer-2.2-r1.ebuild)13
2 files changed, 8 insertions, 7 deletions
diff --git a/mail-mta/nullmailer/Manifest b/mail-mta/nullmailer/Manifest
index f0acad28087d..8903cf05125e 100644
--- a/mail-mta/nullmailer/Manifest
+++ b/mail-mta/nullmailer/Manifest
@@ -5,5 +5,5 @@ AUX nullmailer-2.2-disable-smtp-auth-tests.patch 2383 BLAKE2B 07f2fc7517df280fac
AUX nullmailer-2.2-fix-test-racecondition.patch 890 BLAKE2B 7d12af8a9b6071f11e70c6aedbe0471f042c2c2e611eedf768071715b7f42a94b2b41e814a87dd87777810cbb823d20138d40f6aa3aba93ebaec89ebb6d9e2f3 SHA512 10873e538dbc89e8899047e732515d30108b25fd0ff6bb2fc695f5790a94ac32629f41c470a2fec951357169fead36ee4512f543ad0e02c52f09799334b815c7
AUX remotes.sample-2.0 920 BLAKE2B 26e777624086267e543354f130d3abc9591d832afbd80b8efd1fd2ce2391ed16641877077d90cef7d491a844e94fec3cba0a45dd452aa7f29151dd5873871200 SHA512 21694c7cceb3bdd743e30e2241b5e3293a3ad0fcdc4345d200f2e81c26b72b8a53c6cc3912a4e5f1de6411658a2144803746b44b59d48024cb3de33d72238354
DIST nullmailer-2.2.tar.gz 257740 BLAKE2B 18821caa1a377a899e3fedc84530d7c672f345cafb627da05e6c7bcd7d2708d54fc4ff4b761a6a23b2ddbabe73514473a5ec2abf3182dce2f5d3d4fbe3618fed SHA512 21b29d59f3c386c13ce4541ae11dc5cd69f842085479d7fc9a69a540abc608ce5c1825f06bd3566536b392931f7eeb1b2d35addd816849e6f431877bb18c8268
-EBUILD nullmailer-2.2-r1.ebuild 4309 BLAKE2B faa371033303a70a5b9b4233babaf616277468e0c872dc1c50b04f9ecb91a0ae80b1a373b9e28f844a6eada0668fc498c84d2209e8f511348874aa150fa9ac5d SHA512 cc4496d69d121b01c30164228954b32df22d894d426f33c835b8dc7d98061393c82a2ad1372c59d0bb434dbac9e4c76594b6b57e2e24a945a61b04383d6ca345
+EBUILD nullmailer-2.2-r2.ebuild 4274 BLAKE2B 25aadfd70f1bb616cd1d9e78c2a374982545532c42632f955fad99d3de2e0fd518900065f419e66922d787dfc5b98390e9650c10cc034ea2533ff1e33e6aac24 SHA512 35d6c711a4430424ce2a778b90455a23e3dff8b29f2e40e88cca5fc8840e0a09a404ac1bebc311816285056c91bd2655b69696c1515eb5d8d599c991c665cc74
MISC metadata.xml 342 BLAKE2B ac05adbff1c06a41efb8b6c01995d7061302e3e829fa07008538aef00de9ef00e8e665a2d45e51e0886d092a9f492ac1cb194f9ab614b944147f9a8235608c71 SHA512 bde55b4d0d452321cab14b1f38dcf2f27caa6586acc1748b9be1cb6981c0e4e90e909129d3700f49a7405f8baba80c3182d6ce84c75260a87019e8be593bc091
diff --git a/mail-mta/nullmailer/nullmailer-2.2-r1.ebuild b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild
index 53c1cabc06ff..3ea8f8fe0a92 100644
--- a/mail-mta/nullmailer/nullmailer-2.2-r1.ebuild
+++ b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic multilib systemd user
+inherit autotools flag-o-matic multilib systemd
DESCRIPTION="Simple relay-only local mail transport agent"
HOMEPAGE="http://untroubled.org/nullmailer/ https://github.com/bruceg/nullmailer"
@@ -15,11 +15,17 @@ KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~x64-cygwin"
IUSE="ssl test"
RESTRICT="!test? ( test )"
+BDEPEND="
+ acct-group/nullmail
+ acct-user/nullmail
+"
+
DEPEND="
ssl? ( net-libs/gnutls:0= )
test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )
"
RDEPEND="
+ ${BDEPEND}
virtual/logger
sys-apps/shadow
ssl? ( net-libs/gnutls:0= )
@@ -43,11 +49,6 @@ PATCHES=(
"${FILESDIR}/${P}-c++11.patch"
)
-pkg_setup() {
- enewgroup nullmail 88
- enewuser nullmail 88 -1 /var/spool/nullmailer nullmail
-}
-
src_prepare() {
default
sed -i.orig \