Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socat/
Date: Thu, 04 Apr 2019 08:41:28
Message-Id: 1554367281.2bd5b5e0229b7402939adfa1c4720af0bbc9fb02.jer@gentoo
1 commit: 2bd5b5e0229b7402939adfa1c4720af0bbc9fb02
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 08:40:37 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 08:41:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd5b5e0
7
8 net-misc/socat: Use HTTPS
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/socat/socat-9999.ebuild | 17 +++++++----------
14 1 file changed, 7 insertions(+), 10 deletions(-)
15
16 diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild
17 index 52fde25ab3f..dab9093e876 100644
18 --- a/net-misc/socat/socat-9999.ebuild
19 +++ b/net-misc/socat/socat-9999.ebuild
20 @@ -1,15 +1,12 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 -
27 +EAPI=7
28 inherit autotools flag-o-matic git-r3 toolchain-funcs
29
30 DESCRIPTION="Multipurpose relay (SOcket CAT)"
31 HOMEPAGE="http://www.dest-unreach.org/socat/"
32 -MY_P=${P/_beta/-b}
33 -S="${WORKDIR}/${MY_P}"
34 -EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
35 +EGIT_REPO_URI="https://repo.or.cz/${PN}.git"
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 @@ -28,10 +25,10 @@ DEPEND="
40 ${RDEPEND}
41 app-text/yodl
42 "
43 -
44 -RESTRICT="test
45 - ssl? ( readline? ( bindist ) )"
46 -
47 +RESTRICT="
48 + test
49 + ssl? ( readline? ( bindist ) )
50 +"
51 DOCS=(
52 BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY
53 )