diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 03:16:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 03:16:49 +0000 |
commit | 0ecd104c8ce857dd4721cf7c56481ba1afbf602d (patch) | |
tree | cdc151c1d72193cc36fae6e70a39d097b2bc61bc /net-misc/socat | |
parent | dev-lang/python: Stabilize 3.9.0-r1 s390, #759928 (diff) | |
download | gentoo-0ecd104c8ce857dd4721cf7c56481ba1afbf602d.tar.gz gentoo-0ecd104c8ce857dd4721cf7c56481ba1afbf602d.tar.bz2 gentoo-0ecd104c8ce857dd4721cf7c56481ba1afbf602d.zip |
net-misc/socat: add extra HOMEPAGE
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/socat-1.7.3.4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/socat/socat-1.7.4.0.ebuild | 2 | ||||
-rw-r--r-- | net-misc/socat/socat-2.0.0_beta9.ebuild | 4 | ||||
-rw-r--r-- | net-misc/socat/socat-9999.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/socat/socat-1.7.3.4.ebuild b/net-misc/socat/socat-1.7.3.4.ebuild index 3ae99fe76a3c..ea696ac13e65 100644 --- a/net-misc/socat/socat-1.7.3.4.ebuild +++ b/net-misc/socat/socat-1.7.3.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" MY_P=${P/_beta/-b} S="${WORKDIR}/${MY_P}" SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" diff --git a/net-misc/socat/socat-1.7.4.0.ebuild b/net-misc/socat/socat-1.7.4.0.ebuild index cce924237d77..1db0f86eaaf5 100644 --- a/net-misc/socat/socat-1.7.4.0.ebuild +++ b/net-misc/socat/socat-1.7.4.0.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs MY_P=${P/_beta/-b} DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild b/net-misc/socat/socat-2.0.0_beta9.ebuild index d5d7fe265575..3745b7704e20 100644 --- a/net-misc/socat/socat-2.0.0_beta9.ebuild +++ b/net-misc/socat/socat-2.0.0_beta9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" MY_P=${P/_beta/-b} S="${WORKDIR}/${MY_P}" SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2" diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild index b7f8ff16c508..dada7a8478e0 100644 --- a/net-misc/socat/socat-9999.ebuild +++ b/net-misc/socat/socat-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Multipurpose relay (SOcket CAT)" -HOMEPAGE="http://www.dest-unreach.org/socat/" +HOMEPAGE="http://www.dest-unreach.org/socat/ https://repo.or.cz/socat.git" EGIT_REPO_URI="https://repo.or.cz/${PN}.git" LICENSE="GPL-2" |