public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Mon,  3 Jan 2022 19:01:56 +0000 (UTC)	[thread overview]
Message-ID: <1641236495.5b1d9775db5ad1db1cece6c55fddd5f01193410e.flow@gentoo> (raw)

commit:     5b1d9775db5ad1db1cece6c55fddd5f01193410e
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Dec 25 14:18:45 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 19:01:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1d9775

net-ftp/uftpd: add 2.15

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-ftp/uftpd/Manifest          |  1 +
 net-ftp/uftpd/uftpd-2.15.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index a9060bc4a421..6a68bd72fd8a 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1 +1,2 @@
 DIST uftpd-2.13.tar.xz 101128 BLAKE2B 2a948b993ed827b0bb53433c6dd9b49a7ddeb4d0b0a8e1e0061d417c9082094ab17e6116244af625de5ee2cbec4570eaa15ab0a68db95a959b471caade2b7aa2 SHA512 91152129ce1deb4db8e929aa75ffa88d69fe2d0ee1fd90242d1ecf02ee31a64bd3389d7d6699f9dab957d86389db87ecd9bc16dd37d0f8d0684007b43aa8a05c
+DIST uftpd-2.15.tar.xz 102820 BLAKE2B 19f80fb1cfa1194a154950c885cd26bf216014b3abae42d164e2c080dc7bf9c3810409bc989eec2a1ce559f0935415458cbd19abbd52dbf3816538d9463b754e SHA512 eaa867b6fe9b86786c8aec47224bda6aef5120845b67fa786c1663ec0b8437e5a0099fab8753db47feb9ab3a93de2d6519dba9dfb3d6ebefc8c4482113df45c1

diff --git a/net-ftp/uftpd/uftpd-2.15.ebuild b/net-ftp/uftpd/uftpd-2.15.ebuild
new file mode 100644
index 000000000000..abc498a16b38
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.15.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The no nonsense TFTP/FTP server"
+HOMEPAGE="https://github.com/troglobit/uftpd"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-libs/libite-1.5
+	>=dev-libs/libuev-2.2"
+
+DEPEND="
+	${RDEPEND}
+	!net-misc/uftp
+	!net-ftp/atftp
+	!net-ftp/tftp-hpa[server(+)]
+	test? (
+		net-ftp/ftp
+		net-ftp/tnftp
+		>=net-ftp/tftp-hpa-5.2-r2[client]
+	)"
+
+src_test() {
+	# can't run the tests in parallel since the order matters
+	emake -j 1 check
+}


             reply	other threads:[~2022-01-03 19:02 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-03 19:01 Florian Schmaus [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
2020-09-29 20:37 Sam James
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=1641236495.5b1d9775db5ad1db1cece6c55fddd5f01193410e.flow@gentoo \
    --to=flow@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