summaryrefslogtreecommitdiff
path: root/net-misc/socat/socat-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/socat/socat-9999.ebuild')
-rw-r--r--net-misc/socat/socat-9999.ebuild17
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
)