Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/
Date: Sat, 27 May 2017 18:41:32
Message-Id: 1495910483.41ced348de02453e4e82e5fc4ce50b9a941693d4.robbat2@gentoo
1 commit: 41ced348de02453e4e82e5fc4ce50b9a941693d4
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 27 18:39:19 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 18:41:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ced348
7
8 mail-mta/nullmailer: Revert add test dependencies.
9
10 This reverts commit 7fd37626b59b2eacc6ef067220b95fc41928cc39.
11
12 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
13
14 mail-mta/nullmailer/nullmailer-2.0-r1.ebuild | 5 ++---
15 mail-mta/nullmailer/nullmailer-2.0.ebuild | 7 +++----
16 2 files changed, 5 insertions(+), 7 deletions(-)
17
18 diff --git a/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild b/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
19 index d9866d420c3..eca66814e66 100644
20 --- a/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
21 +++ b/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
22 @@ -12,12 +12,11 @@ SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz"
23 LICENSE="GPL-2"
24 SLOT="0"
25 KEYWORDS="amd64 ~ppc x86"
26 -IUSE="ssl test"
27 +IUSE="ssl"
28
29 DEPEND="
30 sys-apps/groff
31 - ssl? ( net-libs/gnutls:0= )
32 - test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )"
33 + ssl? ( net-libs/gnutls:0= )"
34 RDEPEND="
35 virtual/logger
36 virtual/shadow
37
38 diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild b/mail-mta/nullmailer/nullmailer-2.0.ebuild
39 index 3ed11bc763d..9fe5b167508 100644
40 --- a/mail-mta/nullmailer/nullmailer-2.0.ebuild
41 +++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2016 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -12,12 +12,11 @@ SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz"
49 LICENSE="GPL-2"
50 SLOT="0"
51 KEYWORDS="~amd64 ~ppc ~x86"
52 -IUSE="ssl test"
53 +IUSE="ssl"
54
55 DEPEND="
56 sys-apps/groff
57 - ssl? ( net-libs/gnutls:0= )
58 - test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )"
59 + ssl? ( net-libs/gnutls:0= )"
60 RDEPEND="
61 virtual/logger
62 virtual/shadow