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 89A47158094 for ; Tue, 23 Aug 2022 05:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3350BE086E; Tue, 23 Aug 2022 05:34:40 +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 8BEA4E086E for ; Tue, 23 Aug 2022 05:34:38 +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 9EA8B340E2A for ; Tue, 23 Aug 2022 05:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2826058A for ; Tue, 23 Aug 2022 05:34:36 +0000 (UTC) From: "Sam James" 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" Message-ID: <1661232725.ac91a26c8021ce1abbe21379a6603b7be3a7ba59.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nanoc-core/metadata.xml www-apps/nanoc-core/nanoc-core-4.12.2.ebuild www-apps/nanoc-core/nanoc-core-4.12.3.ebuild www-apps/nanoc-core/nanoc-core-4.12.5.ebuild www-apps/nanoc-core/nanoc-core-4.12.6.ebuild www-apps/nanoc-core/nanoc-core-4.12.7.ebuild X-VCS-Directories: www-apps/nanoc-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac91a26c8021ce1abbe21379a6603b7be3a7ba59 X-VCS-Branch: master Date: Tue, 23 Aug 2022 05:34:36 +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: b9625b30-1cff-418d-b28b-897a1e64ca7f X-Archives-Hash: 08013e0a34a2600af82d37024d6ebfeb commit: ac91a26c8021ce1abbe21379a6603b7be3a7ba59 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Jul 25 17:35:10 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 05:32:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac91a26c www-apps/nanoc-core: update HOMEPAGE, add remote-id Signed-off-by: Michael Mair-Keimberger levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Sam James gentoo.org> www-apps/nanoc-core/metadata.xml | 3 +++ www-apps/nanoc-core/nanoc-core-4.12.2.ebuild | 4 ++-- www-apps/nanoc-core/nanoc-core-4.12.3.ebuild | 2 +- www-apps/nanoc-core/nanoc-core-4.12.5.ebuild | 2 +- www-apps/nanoc-core/nanoc-core-4.12.6.ebuild | 2 +- www-apps/nanoc-core/nanoc-core-4.12.7.ebuild | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/www-apps/nanoc-core/metadata.xml b/www-apps/nanoc-core/metadata.xml index 83c7c76138df..22405e20a48d 100644 --- a/www-apps/nanoc-core/metadata.xml +++ b/www-apps/nanoc-core/metadata.xml @@ -6,4 +6,7 @@ ruby@gentoo.org Gentoo Ruby Project + + nanoc/nanoc + diff --git a/www-apps/nanoc-core/nanoc-core-4.12.2.ebuild b/www-apps/nanoc-core/nanoc-core-4.12.2.ebuild index a20f4d762fa3..773ad79ce918 100644 --- a/www-apps/nanoc-core/nanoc-core-4.12.2.ebuild +++ b/www-apps/nanoc-core/nanoc-core-4.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby" -HOMEPAGE="https://nanoc.ws/" +HOMEPAGE="https://nanoc.app/" SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/www-apps/nanoc-core/nanoc-core-4.12.3.ebuild b/www-apps/nanoc-core/nanoc-core-4.12.3.ebuild index 80ec88500e6d..52c7d50251d8 100644 --- a/www-apps/nanoc-core/nanoc-core-4.12.3.ebuild +++ b/www-apps/nanoc-core/nanoc-core-4.12.3.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby" -HOMEPAGE="https://nanoc.ws/" +HOMEPAGE="https://nanoc.app/" SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/www-apps/nanoc-core/nanoc-core-4.12.5.ebuild b/www-apps/nanoc-core/nanoc-core-4.12.5.ebuild index 516b261eb552..b95379ab088c 100644 --- a/www-apps/nanoc-core/nanoc-core-4.12.5.ebuild +++ b/www-apps/nanoc-core/nanoc-core-4.12.5.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby" -HOMEPAGE="https://nanoc.ws/" +HOMEPAGE="https://nanoc.app/" SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/www-apps/nanoc-core/nanoc-core-4.12.6.ebuild b/www-apps/nanoc-core/nanoc-core-4.12.6.ebuild index 8ae89b598904..94306b1e7cfc 100644 --- a/www-apps/nanoc-core/nanoc-core-4.12.6.ebuild +++ b/www-apps/nanoc-core/nanoc-core-4.12.6.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby" -HOMEPAGE="https://nanoc.ws/" +HOMEPAGE="https://nanoc.app/" SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/www-apps/nanoc-core/nanoc-core-4.12.7.ebuild b/www-apps/nanoc-core/nanoc-core-4.12.7.ebuild index f3f122387474..0100d716bb87 100644 --- a/www-apps/nanoc-core/nanoc-core-4.12.7.ebuild +++ b/www-apps/nanoc-core/nanoc-core-4.12.7.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="nanoc is a simple but very flexible static site generator written in Ruby" -HOMEPAGE="https://nanoc.ws/" +HOMEPAGE="https://nanoc.app/" SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"