Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/scponly/
Date: Tue, 27 Feb 2018 19:47:13
Message-Id: 1519760690.00776e666015b92cdcb4fb891633fe26ba4d2d3b.pacho@gentoo
1 commit: 00776e666015b92cdcb4fb891633fe26ba4d2d3b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 19:41:26 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 19:44:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00776e66
7
8 net-misc/scponly: Update HOMEPAGE (#648958 by Nico Baggus)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-misc/scponly/scponly-4.8-r5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/scponly/scponly-4.8-r5.ebuild b/net-misc/scponly/scponly-4.8-r5.ebuild
16 index 8a119ed2a58..2e53a29f087 100644
17 --- a/net-misc/scponly/scponly-4.8-r5.ebuild
18 +++ b/net-misc/scponly/scponly-4.8-r5.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 inherit eutils multilib readme.gentoo toolchain-funcs user
26
27 DESCRIPTION="A tiny pseudoshell which only permits scp and sftp"
28 -HOMEPAGE="http://www.sublimation.org/scponly/"
29 +HOMEPAGE="https://github.com/scponly/scponly"
30 SRC_URI="mirror://sourceforge/scponly/${P}.tgz"
31
32 LICENSE="BSD-2"