diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-04 10:40:37 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-04 10:41:21 +0200 |
commit | 2bd5b5e0229b7402939adfa1c4720af0bbc9fb02 (patch) | |
tree | e8bc0aeaefaad3d4c4efc450920ed036c7077b88 /net-misc/socat | |
parent | dev-libs/isl: drop LDFLAGS mangling for .pc files (diff) | |
download | gentoo-2bd5b5e0229b7402939adfa1c4720af0bbc9fb02.tar.gz gentoo-2bd5b5e0229b7402939adfa1c4720af0bbc9fb02.tar.bz2 gentoo-2bd5b5e0229b7402939adfa1c4720af0bbc9fb02.zip |
net-misc/socat: Use HTTPS
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/socat-9999.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild index 52fde25ab3f0..dab9093e8760 100644 --- a/net-misc/socat/socat-9999.ebuild +++ b/net-misc/socat/socat-9999.ebuild @@ -1,15 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - +EAPI=7 inherit autotools flag-o-matic git-r3 toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" -MY_P=${P/_beta/-b} -S="${WORKDIR}/${MY_P}" -EGIT_REPO_URI="git://repo.or.cz/${PN}.git" +EGIT_REPO_URI="https://repo.or.cz/${PN}.git" LICENSE="GPL-2" SLOT="0" @@ -28,10 +25,10 @@ DEPEND=" ${RDEPEND} app-text/yodl " - -RESTRICT="test - ssl? ( readline? ( bindist ) )" - +RESTRICT=" + test + ssl? ( readline? ( bindist ) ) +" DOCS=( BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README SECURITY ) |