commit:     93de193cf76fc0b69705c1aceed22e5389b819e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 19:36:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 19:56:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93de193c

net-misc/wput: drop 0.6.1-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/wput/Manifest             |  1 -
 net-misc/wput/wput-0.6.1-r1.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/net-misc/wput/Manifest b/net-misc/wput/Manifest
index 5e669fa06ef..bd6176fde97 100644
--- a/net-misc/wput/Manifest
+++ b/net-misc/wput/Manifest
@@ -1,2 +1 @@
-DIST wput-0.6.1.tgz 312342 BLAKE2B 
67053f71307e9fbb3f085e9347c7843f4bcaf951858164fa228f9cfd80898192efc344f1f9cbf65a3db286fae5b514da64ed3599627f264586c9242ac753f62b
 SHA512 
f5eb5e343c77cec0f3370e8d73679e3c720a848a963c2cdc64e6c52f30b47d76e0de9ccde965da9af97d2e5f23f45dd894f26371f56ead498d28fadffe65fc4b
 DIST wput-0.6.2.tgz 368510 BLAKE2B 
bf59720e220d837354aff7d90bf06dcf54df4adf10c53ca844cb18dc6f327793ebd5dce7beecc76b43ddccfe273435a1eca918ab2272145dc8bf47293f601004
 SHA512 
e1d0fb8570cbda44c97215ee1a021a9867f2e91323b3d7f7df1d7fd68a1b2aba40a7f3068e5e85e8c736b1dba1fba62df375af99e3fb96cd0fd414b139c641bd

diff --git a/net-misc/wput/wput-0.6.1-r1.ebuild 
b/net-misc/wput/wput-0.6.1-r1.ebuild
deleted file mode 100644
index f45089a463e..00000000000
--- a/net-misc/wput/wput-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tiny program like wget to upload files/whole directories via FTP"
-HOMEPAGE="http://wput.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="debug nls ssl"
-
-BDEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="ssl? ( net-libs/gnutls )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.6-gentoo.diff"
-       "${FILESDIR}/${PN}-0.6-respectldflags.patch"
-       "${FILESDIR}/${PN}-0.6.2-fno-common.patch"
-)
-
-DOCS=( ChangeLog INSTALL TODO )
-
-src_configure() {
-       local myconf="--enable-g-switch=no"
-       use debug && myconf="--enable-memdbg=yes"
-       econf \
-               $(use_enable nls) \
-               $(use_with ssl) \
-               "${myconf}"
-}

Reply via email to