From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wput/
Date: Tue, 17 Apr 2018 20:27:50 +0000 (UTC) [thread overview]
Message-ID: <1523996787.0bae59e073320e1e99e8378d87a3cc002fd0229f.soap@gentoo> (raw)
commit: 0bae59e073320e1e99e8378d87a3cc002fd0229f
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 17 08:36:33 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 20:26:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bae59e0
net-misc/wput: Clean up old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
net-misc/wput/wput-0.6.1.ebuild | 39 ---------------------------------------
1 file changed, 39 deletions(-)
diff --git a/net-misc/wput/wput-0.6.1.ebuild b/net-misc/wput/wput-0.6.1.ebuild
deleted file mode 100644
index 1d495ab77a2..00000000000
--- a/net-misc/wput/wput-0.6.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-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"
-
-RDEPEND="ssl? ( net-libs/gnutls )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.6-gentoo.diff"
- # Fix bug 126828
- epatch "${FILESDIR}/wput-0.6-respectldflags.patch"
-}
-
-src_compile() {
- local myconf
- use debug && myconf="--enable-memdbg=yes" || myconf="--enable-g-switch=no"
- econf ${myconf} \
- $(use_enable nls) \
- $(use_with ssl) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog INSTALL TODO
-}
next reply other threads:[~2018-04-17 20:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-17 20:27 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-09 20:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/wput/ Sam James
2023-10-09 4:57 Sam James
2023-03-02 16:40 Joonas Niilola
2022-10-27 7:40 Agostino Sarubbo
2022-10-25 17:55 Sam James
2021-03-16 19:57 Sam James
2020-11-04 7:59 Sergei Trofimovich
2020-11-04 0:55 Sam James
2020-11-01 21:29 Thomas Deutschmann
2018-04-16 21:26 Sergei Trofimovich
2018-02-18 21:48 Thomas Deutschmann
2017-08-10 9:46 Patrice Clement
2017-08-06 13:42 Amy Liffey
2016-08-07 6:52 Pacho Ramos
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=1523996787.0bae59e073320e1e99e8378d87a3cc002fd0229f.soap@gentoo \
--to=soap@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