public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Sun,  9 Jun 2019 10:50:38 +0000 (UTC)	[thread overview]
Message-ID: <1560077433.8cbc4015c44c8fdc00364841cc732fbf2b0936ae.mgorny@gentoo> (raw)

commit:     8cbc4015c44c8fdc00364841cc732fbf2b0936ae
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Jun  1 22:38:11 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 10:50:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbc4015

net-ftp/uftpd: drop old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-ftp/uftpd/Manifest            |  2 --
 net-ftp/uftpd/uftpd-2.4-r1.ebuild | 23 -----------------------
 net-ftp/uftpd/uftpd-2.5.ebuild    | 25 -------------------------
 3 files changed, 50 deletions(-)

diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
index 29c98f16098..09c4b513549 100644
--- a/net-ftp/uftpd/Manifest
+++ b/net-ftp/uftpd/Manifest
@@ -1,4 +1,2 @@
-DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404
-DIST uftpd-2.5.tar.xz 178652 BLAKE2B 888f6a6be9752d36470de0aa0dd3ec5ffeca335099897fb9a03a0573752257b88d5662f53cfb8c078f2b8efe3dd384b12833def2bea38c5440915b60b3832e78 SHA512 7f7f80f0a291cf57d68570de62c663804af0fa0fa4f0e5e199280c97d0d662881a05d1e0cc908f33e85cc8e07d825813e63271a94a69cd2e6bb974820566ccac
 DIST uftpd-2.6.tar.xz 93532 BLAKE2B 472b6dec74d5df50a93c27f85cff1ceff9bac8bcf3343d7ca7842e2bd51813ba8c0b5b679062eba5dccca0d5ec586302ad7889dd69273b4e08fe6330d70b7dbd SHA512 56e893cda1e807b01021130a763d6409a0e480f7dfb03e3ac9378d76d459a38c9c602d7fac523c3cf353fe972a61e2f8c131003e7dd0c07e5588f3a18b3e3c4d
 DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac

diff --git a/net-ftp/uftpd/uftpd-2.4-r1.ebuild b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
deleted file mode 100644
index 5739b08fde2..00000000000
--- a/net-ftp/uftpd/uftpd-2.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~x86"
-IUSE=""
-
-RDEPEND="
-		!net-misc/uftp
-		!net-ftp/atftp"
-
-DEPEND="
-	dev-libs/libite
-	dev-libs/libuev"
-
-RDEPEND="${DEPEND}"

diff --git a/net-ftp/uftpd/uftpd-2.5.ebuild b/net-ftp/uftpd/uftpd-2.5.ebuild
deleted file mode 100644
index 69e14845f65..00000000000
--- a/net-ftp/uftpd/uftpd-2.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 ~x86"
-IUSE=""
-
-DEPEND="
-	!net-misc/uftp
-	!net-ftp/atftp
-	dev-libs/libite
-	dev-libs/libuev"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-	emake DESTDIR="${D}" install doc_DATA=README.md
-}


             reply	other threads:[~2019-06-09 10:50 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-09 10:50 Michał Górny [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-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-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=1560077433.8cbc4015c44c8fdc00364841cc732fbf2b0936ae.mgorny@gentoo \
    --to=mgorny@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