public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Tue, 29 Sep 2020 20:37:17 +0000 (UTC)	[thread overview]
Message-ID: <1601411833.11e7e99ea634c63e2eb84141537d815f174e5fc5.sam@gentoo> (raw)

commit:     11e7e99ea634c63e2eb84141537d815f174e5fc5
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Sep  4 07:46:51 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:37:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e7e99e

net-ftp/uftpd: fix failing tests

Now that tftp-hpa is split to and client server, one can install
only the client to run the tests.

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-ftp/uftpd/uftpd-2.13.ebuild | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild
index fc850368530..d2c9e2b701b 100644
--- a/net-ftp/uftpd/uftpd-2.13.ebuild
+++ b/net-ftp/uftpd/uftpd-2.13.ebuild
@@ -9,14 +9,26 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
 	>=dev-libs/libite-1.5
 	>=dev-libs/libuev-2.2"
 
-RDEPEND="
-	${DEPEND}
+DEPEND="
+	${RDEPEND}
 	!net-misc/uftp
-	!net-ftp/atftp"
+	!net-ftp/atftp
+	!net-ftp/tftp-hpa[server]
+	test? (
+		net-ftp/ftp
+		net-ftp/tnftp
+		net-ftp/tftp-hpa[client]
+	)"
+
+src_test() {
+	# can't run the tests in parallel since the order matters
+	emake -j 1 check
+}


             reply	other threads:[~2020-09-29 20:37 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 20:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01 13:36 [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/ Sam James
2022-11-02 14:24 Joonas Niilola
2022-11-02 14:24 Joonas Niilola
2022-08-11 14:04 Yixun Lan
2022-01-03 19:01 Florian Schmaus
2022-01-03 19:01 Florian Schmaus
2020-09-29 20:37 Sam James
2020-09-29 20:37 Sam James
2020-09-29 20:37 Sam James
2020-07-24 12:03 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-06-04  8:14 Joonas Niilola
2020-06-04  8:14 Joonas Niilola
2020-04-17  7:36 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2020-01-06 15:40 Joonas Niilola
2019-10-12 16:21 Joonas Niilola
2019-10-12 16:21 Joonas Niilola
2019-06-09 10:50 Michał Górny
2019-06-09 10:50 Michał Górny
2019-03-18 22:53 Patrice Clement
2019-03-18 22:53 Patrice Clement
2018-07-08 19:23 Andreas Sturmlechner
2018-06-13  8:26 Michał Górny
2018-05-09 14:07 Mikle Kolyada
2018-03-02 19:57 Patrice Clement
2017-12-22 23:44 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601411833.11e7e99ea634c63e2eb84141537d815f174e5fc5.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox