From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6955B1396D1 for ; Thu, 31 Aug 2017 14:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D571FC06E; Thu, 31 Aug 2017 14:30:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FB511FC070 for ; Thu, 31 Aug 2017 14:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65E1C340DF9 for ; Thu, 31 Aug 2017 14:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090F4891C for ; Thu, 31 Aug 2017 14:30:52 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504189841.d7140db1f2e00a23a1de1ee86f5166743dc2a53f.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/dante/dante-1.4.1-r1.ebuild X-VCS-Directories: net-proxy/dante/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d7140db1f2e00a23a1de1ee86f5166743dc2a53f X-VCS-Branch: master Date: Thu, 31 Aug 2017 14:30:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: adef944a-c234-4370-a884-78d16523f768 X-Archives-Hash: 3ba96b88a8e1327e8c999402e4915c37 commit: d7140db1f2e00a23a1de1ee86f5166743dc2a53f Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 14:21:24 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 14:30:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7140db1 net-proxy/dante: use https for HOMEPAGE and SRC_URI net-proxy/dante/dante-1.4.1-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-proxy/dante/dante-1.4.1-r1.ebuild b/net-proxy/dante/dante-1.4.1-r1.ebuild index eeb6feb198a..1bc434301f6 100644 --- a/net-proxy/dante/dante-1.4.1-r1.ebuild +++ b/net-proxy/dante/dante-1.4.1-r1.ebuild @@ -5,9 +5,8 @@ EAPI=6 inherit autotools ltprune systemd user DESCRIPTION="A free socks4,5 and msproxy implementation" -HOMEPAGE="http://www.inet.no/dante/" -MY_P="${P/_/-}" -SRC_URI="ftp://ftp.inet.no/pub/socks/${MY_P}.tar.gz" +HOMEPAGE="https://www.inet.no/dante/" +SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" @@ -31,8 +30,6 @@ RDEPEND="${CDEPEND} DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt doc/SOCKS4.protocol" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-1.4.0-socksify.patch "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch