From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1239298-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F338E1382C5 for <garchives@archives.gentoo.org>; Thu, 7 Jan 2021 03:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18FCEE0830; Thu, 7 Jan 2021 03:16:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B253E0830 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jan 2021 03:16:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 647DE3413B2 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jan 2021 03:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 131164C for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jan 2021 03:16:53 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1609989409.0ecd104c8ce857dd4721cf7c56481ba1afbf602d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/socat/socat-1.7.3.4.ebuild net-misc/socat/socat-1.7.4.0.ebuild net-misc/socat/socat-2.0.0_beta9.ebuild net-misc/socat/socat-9999.ebuild X-VCS-Directories: net-misc/socat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ecd104c8ce857dd4721cf7c56481ba1afbf602d X-VCS-Branch: master Date: Thu, 7 Jan 2021 03:16:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98fdb4c8-022b-4470-b5d6-44568ad95304 X-Archives-Hash: e815d2314a588c2137df38ed5a459eba commit: 0ecd104c8ce857dd4721cf7c56481ba1afbf602d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 7 03:16:49 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 7 03:16:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecd104c net-misc/socat: add extra HOMEPAGE Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/socat/socat-1.7.3.4.ebuild | 2 +- net-misc/socat/socat-1.7.4.0.ebuild | 2 +- net-misc/socat/socat-2.0.0_beta9.ebuild | 4 ++-- 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 3ae99fe76a3..ea696ac13e6 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 cce924237d7..1db0f86eaaf 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 d5d7fe26557..3745b7704e2 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 b7f8ff16c50..dada7a8478e 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"