From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1595557-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCCF715838C for <garchives@archives.gentoo.org>; Mon, 29 Jan 2024 10:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EE69E29C3; Mon, 29 Jan 2024 10:12:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E515FE29C3 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Jan 2024 10:12:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09D423433AA for <gentoo-commits@lists.gentoo.org>; Mon, 29 Jan 2024 10:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AD5FEC0 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Jan 2024 10:12:41 +0000 (UTC) From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org> Message-ID: <1706523154.1613b127b83ebb3f80abf9797a577c39aa2988c3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild net-vpn/vpnc/vpnc-9999.ebuild X-VCS-Directories: net-vpn/vpnc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1613b127b83ebb3f80abf9797a577c39aa2988c3 X-VCS-Branch: master Date: Mon, 29 Jan 2024 10:12:41 +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: 36b269fb-4507-45de-8fab-c71bf7f66158 X-Archives-Hash: 36b88d2a6d3aca0ff03591396a418b32 commit: 1613b127b83ebb3f80abf9797a577c39aa2988c3 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jan 29 10:12:34 2024 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 29 10:12:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1613b127 net-vpn/vpnc: update DESCRIPTION, HOMEPAGE Closes: https://bugs.gentoo.org/923015 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild | 4 ++-- net-vpn/vpnc/vpnc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild index 66642d8fea41..9af3b5ba353e 100644 --- a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild +++ b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild @@ -5,8 +5,8 @@ EAPI=8 inherit linux-info systemd toolchain-funcs -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" +DESCRIPTION="IPsec (Cisco/Juniper) VPN concentrator client" +HOMEPAGE="https://github.com/streambinder/vpnc" if [[ ${PV} == *9999 ]]; then inherit git-r3 diff --git a/net-vpn/vpnc/vpnc-9999.ebuild b/net-vpn/vpnc/vpnc-9999.ebuild index 4a373e8e649c..52f4f1156ae1 100644 --- a/net-vpn/vpnc/vpnc-9999.ebuild +++ b/net-vpn/vpnc/vpnc-9999.ebuild @@ -5,8 +5,8 @@ EAPI=8 inherit linux-info systemd toolchain-funcs -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" +DESCRIPTION="IPsec (Cisco/Juniper) VPN concentrator client" +HOMEPAGE="https://github.com/streambinder/vpnc" if [[ ${PV} == *9999 ]]; then inherit git-r3