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 E7491158008 for ; Tue, 13 Jun 2023 14:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE271E09DD; Tue, 13 Jun 2023 14:16:31 +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 D0482E09AE for ; Tue, 13 Jun 2023 14:16:31 +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 E0809340B63 for ; Tue, 13 Jun 2023 14:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22C56A98 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: <1686665770.2db431cf4568eb1edb0991fe55dfcddd0609b0d5.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gorm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/gorm/gorm-1.2.23.ebuild gnustep-apps/gorm/gorm-1.2.28.ebuild gnustep-apps/gorm/gorm-1.3.1.ebuild X-VCS-Directories: gnustep-apps/gorm/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 2db431cf4568eb1edb0991fe55dfcddd0609b0d5 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: 53e58849-e7c1-4beb-ab65-2bb2c4b0f49b X-Archives-Hash: bea369816a91269fd2bf4b1ef395eb4c commit: 2db431cf4568eb1edb0991fe55dfcddd0609b0d5 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 10 15:42:28 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jun 13 14:16:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db431cf gnustep-apps/gorm: update homepage Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-apps/gorm/gorm-1.2.23.ebuild | 4 ++-- gnustep-apps/gorm/gorm-1.2.28.ebuild | 4 ++-- gnustep-apps/gorm/gorm-1.3.1.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gnustep-apps/gorm/gorm-1.2.23.ebuild b/gnustep-apps/gorm/gorm-1.2.23.ebuild index 1cb9dad6b081..cd46294de349 100644 --- a/gnustep-apps/gorm/gorm-1.2.23.ebuild +++ b/gnustep-apps/gorm/gorm-1.2.23.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit gnustep-2 DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep" -HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" +HOMEPAGE="https://gnustep.github.io/experience/Gorm.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" KEYWORDS="amd64 ppc x86" diff --git a/gnustep-apps/gorm/gorm-1.2.28.ebuild b/gnustep-apps/gorm/gorm-1.2.28.ebuild index 0bdfc9d93b1f..fbbe5b24ba78 100644 --- a/gnustep-apps/gorm/gorm-1.2.28.ebuild +++ b/gnustep-apps/gorm/gorm-1.2.28.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit gnustep-2 DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep" -HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" +HOMEPAGE="https://gnustep.github.io/experience/Gorm.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86" diff --git a/gnustep-apps/gorm/gorm-1.3.1.ebuild b/gnustep-apps/gorm/gorm-1.3.1.ebuild index e0a57be77bc6..fbbe5b24ba78 100644 --- a/gnustep-apps/gorm/gorm-1.3.1.ebuild +++ b/gnustep-apps/gorm/gorm-1.3.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit gnustep-2 DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep" -HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" +HOMEPAGE="https://gnustep.github.io/experience/Gorm.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86"