From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1429788-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 3128B158094 for <garchives@archives.gentoo.org>; Tue, 23 Aug 2022 05:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F6CBE084A; Tue, 23 Aug 2022 05:34:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 43427E084A for <gentoo-commits@lists.gentoo.org>; Tue, 23 Aug 2022 05:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6764E340E26 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Aug 2022 05:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F1457A for <gentoo-commits@lists.gentoo.org>; Tue, 23 Aug 2022 05:34:36 +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: <1661232725.8fc2687d374ae4853ec0d648ad2adfff9e27242f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-checking/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nanoc-checking/metadata.xml www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild X-VCS-Directories: www-apps/nanoc-checking/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fc2687d374ae4853ec0d648ad2adfff9e27242f X-VCS-Branch: master Date: Tue, 23 Aug 2022 05:34:36 +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: 6a61ee0a-525c-4e02-89aa-0b26a15ce452 X-Archives-Hash: 2a98118f4e55f1e980ecd90f4e77ac03 commit: 8fc2687d374ae4853ec0d648ad2adfff9e27242f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jul 25 17:33:18 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Aug 23 05:32:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc2687d www-apps/nanoc-checking: update HOMEPAGE, add remote-id Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Sam James <sam <AT> gentoo.org> www-apps/nanoc-checking/metadata.xml | 3 +++ www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild | 2 +- www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/www-apps/nanoc-checking/metadata.xml b/www-apps/nanoc-checking/metadata.xml index 83c7c76138df..22405e20a48d 100644 --- a/www-apps/nanoc-checking/metadata.xml +++ b/www-apps/nanoc-checking/metadata.xml @@ -6,4 +6,7 @@ <email>ruby@gentoo.org</email> <name>Gentoo Ruby Project</name> </maintainer> + <upstream> + <remote-id type="github">nanoc/nanoc</remote-id> + </upstream> </pkgmetadata> diff --git a/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild b/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild index 1f81a1276481..646382c44aa8 100644 --- a/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild +++ b/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" inherit ruby-fakegem DESCRIPTION="Provides checking functionality for Nanoc" -HOMEPAGE="https://nanoc.ws/" +HOMEPAGE="https://nanoc.app/" LICENSE="MIT" KEYWORDS="~amd64 ~riscv" diff --git a/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild b/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild index 125b020adb9f..8128dda38151 100644 --- a/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild +++ b/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" inherit ruby-fakegem DESCRIPTION="Provides checking functionality for Nanoc" -HOMEPAGE="https://nanoc.ws/" +HOMEPAGE="https://nanoc.app/" LICENSE="MIT" KEYWORDS="~amd64 ~riscv"