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 716681382C5 for ; Tue, 27 Feb 2018 19:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8DF6E087A; Tue, 27 Feb 2018 19:47:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 889E7E087A for ; Tue, 27 Feb 2018 19:47:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5CFF6335C09 for ; Tue, 27 Feb 2018 19:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64045246 for ; Tue, 27 Feb 2018 19:47:05 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1519760690.00776e666015b92cdcb4fb891633fe26ba4d2d3b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/scponly/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/scponly/scponly-4.8-r5.ebuild X-VCS-Directories: net-misc/scponly/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 00776e666015b92cdcb4fb891633fe26ba4d2d3b X-VCS-Branch: master Date: Tue, 27 Feb 2018 19:47:05 +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: cd007f39-894c-47f2-be59-c95e3a5953fc X-Archives-Hash: 030c2a7e78a8ecd9f6b645d433fcd2cd commit: 00776e666015b92cdcb4fb891633fe26ba4d2d3b Author: Pacho Ramos gentoo org> AuthorDate: Tue Feb 27 19:41:26 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Feb 27 19:44:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00776e66 net-misc/scponly: Update HOMEPAGE (#648958 by Nico Baggus) Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/scponly/scponly-4.8-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/scponly/scponly-4.8-r5.ebuild b/net-misc/scponly/scponly-4.8-r5.ebuild index 8a119ed2a58..2e53a29f087 100644 --- a/net-misc/scponly/scponly-4.8-r5.ebuild +++ b/net-misc/scponly/scponly-4.8-r5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils multilib readme.gentoo toolchain-funcs user DESCRIPTION="A tiny pseudoshell which only permits scp and sftp" -HOMEPAGE="http://www.sublimation.org/scponly/" +HOMEPAGE="https://github.com/scponly/scponly" SRC_URI="mirror://sourceforge/scponly/${P}.tgz" LICENSE="BSD-2"