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 E2CB1158089 for ; Wed, 6 Sep 2023 17:09:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27A7C2BC019; Wed, 6 Sep 2023 17:09:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 10F012BC019 for ; Wed, 6 Sep 2023 17:09:39 +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 55EB5335CB7 for ; Wed, 6 Sep 2023 17:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C65C21120 for ; Wed, 6 Sep 2023 17:09:36 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1694020174.04c6c36e2595064c41d0ce706fba50e65ffdd5e2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronbase/cronbase-0.3.7-r10.ebuild sys-process/cronbase/cronbase-0.3.7-r9.ebuild X-VCS-Directories: sys-process/cronbase/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 04c6c36e2595064c41d0ce706fba50e65ffdd5e2 X-VCS-Branch: master Date: Wed, 6 Sep 2023 17:09: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: 374e9e00-34f6-4f2b-a51d-20d3e9f6a9b8 X-Archives-Hash: c44092cd801117ed6e853d9ddece9b49 commit: 04c6c36e2595064c41d0ce706fba50e65ffdd5e2 Author: Tomas Fabrizio Orsi fi uba ar> AuthorDate: Wed Sep 6 01:25:44 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Sep 6 17:09:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c6c36e sys-process/cronbase: Updated wiki from No_homepage to Cron Signed-off-by: Tomas Fabrizio Orsi fi.uba.ar> Signed-off-by: Mike Gilbert gentoo.org> .../cronbase/{cronbase-0.3.7-r9.ebuild => cronbase-0.3.7-r10.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/cronbase/cronbase-0.3.7-r9.ebuild b/sys-process/cronbase/cronbase-0.3.7-r10.ebuild similarity index 90% rename from sys-process/cronbase/cronbase-0.3.7-r9.ebuild rename to sys-process/cronbase/cronbase-0.3.7-r10.ebuild index e81da30e523f..71791b7ee3dd 100644 --- a/sys-process/cronbase/cronbase-0.3.7-r9.ebuild +++ b/sys-process/cronbase/cronbase-0.3.7-r10.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Base for all cron ebuilds" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +HOMEPAGE="https://wiki.gentoo.org/wiki/Cron" S="${WORKDIR}" LICENSE="GPL-2"