From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5AD07158008 for ; Tue, 13 Jun 2023 14:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9735AE09E5; Tue, 13 Jun 2023 14:16:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7AB6DE09E5 for ; Tue, 13 Jun 2023 14:16:32 +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 316E3335DA7 for ; Tue, 13 Jun 2023 14:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F2D3A9D for ; Tue, 13 Jun 2023 14:16:28 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1686665771.a02313e522365cdafcf9b9463ab37def0095191d.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/sogo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/sogo/metadata.xml gnustep-apps/sogo/sogo-5.1.1.ebuild gnustep-apps/sogo/sogo-5.2.0.ebuild X-VCS-Directories: gnustep-apps/sogo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: a02313e522365cdafcf9b9463ab37def0095191d X-VCS-Branch: master Date: Tue, 13 Jun 2023 14:16:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 535f1759-0835-4be1-87bf-1c8352594e12 X-Archives-Hash: b033038efbc08ac3be1968a83b7d1210 commit: a02313e522365cdafcf9b9463ab37def0095191d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 10 15:50:57 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jun 13 14:16:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02313e5 gnustep-apps/sogo: update homepage Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-apps/sogo/metadata.xml | 2 +- gnustep-apps/sogo/sogo-5.1.1.ebuild | 8 ++++---- gnustep-apps/sogo/sogo-5.2.0.ebuild | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gnustep-apps/sogo/metadata.xml b/gnustep-apps/sogo/metadata.xml index 317932dbd385..75ca7fb99548 100644 --- a/gnustep-apps/sogo/metadata.xml +++ b/gnustep-apps/sogo/metadata.xml @@ -10,6 +10,6 @@ Enable support for Argon2 password schemes using dev-libs/libsodium - inverse-inc/sogo + Alinto/sogo diff --git a/gnustep-apps/sogo/sogo-5.1.1.ebuild b/gnustep-apps/sogo/sogo-5.1.1.ebuild index 6583d3cf3d86..149179f71253 100644 --- a/gnustep-apps/sogo/sogo-5.1.1.ebuild +++ b/gnustep-apps/sogo/sogo-5.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit gnustep-2 vcs-snapshot DESCRIPTION="Groupware server built around OpenGroupware.org and the SOPE application server" -HOMEPAGE="http://www.sogo.nu" -SRC_URI="https://github.com/inverse-inc/sogo/archive/SOGo-${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.sogo.nu" +SRC_URI="https://github.com/Alinto/sogo/archive/SOGo-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -90,7 +90,7 @@ src_install() { pkg_postinst() { gnustep-base_pkg_postinst elog "SOGo documentation is available online at:" - elog "http://www.sogo.nu/downloads/documentation.html" + elog "https://www.sogo.nu/support.html#/documentation" elog elog "Apache sample configuration file is available in:" elog "/usr/share/doc/${PF}" diff --git a/gnustep-apps/sogo/sogo-5.2.0.ebuild b/gnustep-apps/sogo/sogo-5.2.0.ebuild index 6583d3cf3d86..149179f71253 100644 --- a/gnustep-apps/sogo/sogo-5.2.0.ebuild +++ b/gnustep-apps/sogo/sogo-5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit gnustep-2 vcs-snapshot DESCRIPTION="Groupware server built around OpenGroupware.org and the SOPE application server" -HOMEPAGE="http://www.sogo.nu" -SRC_URI="https://github.com/inverse-inc/sogo/archive/SOGo-${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.sogo.nu" +SRC_URI="https://github.com/Alinto/sogo/archive/SOGo-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -90,7 +90,7 @@ src_install() { pkg_postinst() { gnustep-base_pkg_postinst elog "SOGo documentation is available online at:" - elog "http://www.sogo.nu/downloads/documentation.html" + elog "https://www.sogo.nu/support.html#/documentation" elog elog "Apache sample configuration file is available in:" elog "/usr/share/doc/${PF}"