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 1F1D0158090 for ; Tue, 24 May 2022 19:08:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54417E0843; Tue, 24 May 2022 19:08:01 +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 3AB94E0843 for ; Tue, 24 May 2022 19:08:01 +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 58A1934196E for ; Tue, 24 May 2022 19:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEBA6463 for ; Tue, 24 May 2022 19:07:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653419236.578bab56066bb129ce9c0dc5c4f07e8fe8e1312a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/snooze/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/snooze/snooze-0.5.ebuild sys-process/snooze/snooze-9999.ebuild X-VCS-Directories: sys-process/snooze/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 578bab56066bb129ce9c0dc5c4f07e8fe8e1312a X-VCS-Branch: master Date: Tue, 24 May 2022 19:07:58 +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: 8b8685cc-75bd-4c3f-96f1-8a1f2b995b72 X-Archives-Hash: 4b26d81ccabd54822b2c79d5e5b0f6f1 commit: 578bab56066bb129ce9c0dc5c4f07e8fe8e1312a Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 24 19:07:16 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 24 19:07:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=578bab56 sys-process/snooze: minor QA: remove PN from metadata vars Signed-off-by: Andrew Ammerlaan gentoo.org> sys-process/snooze/snooze-0.5.ebuild | 4 ++-- sys-process/snooze/snooze-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-process/snooze/snooze-0.5.ebuild b/sys-process/snooze/snooze-0.5.ebuild index 19a93cb6c..c6b84b601 100644 --- a/sys-process/snooze/snooze-0.5.ebuild +++ b/sys-process/snooze/snooze-0.5.ebuild @@ -4,8 +4,8 @@ EAPI=7 DESCRIPTION="Run a command at a particular time" -HOMEPAGE="https://github.com/leahneukirchen/${PN}" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/leahneukirchen/snooze" +SRC_URI="https://github.com/leahneukirchen/snooze/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="CC0-1.0" diff --git a/sys-process/snooze/snooze-9999.ebuild b/sys-process/snooze/snooze-9999.ebuild index 204622917..e7df9d007 100644 --- a/sys-process/snooze/snooze-9999.ebuild +++ b/sys-process/snooze/snooze-9999.ebuild @@ -4,10 +4,10 @@ EAPI=7 DESCRIPTION="Run a command at a particular time" -HOMEPAGE="https://github.com/leahneukirchen/${PN}" +HOMEPAGE="https://github.com/leahneukirchen/snooze" inherit git-r3 -EGIT_REPO_URI="${HOMEPAGE}.git" +EGIT_REPO_URI="https://github.com/leahneukirchen/snooze.git" LICENSE="CC0-1.0" SLOT="0" 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 388D1158090 for ; Tue, 24 May 2022 19:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE9CE0809; Tue, 24 May 2022 19:07:57 +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 5C0BDE0809 for ; Tue, 24 May 2022 19:07:57 +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 5A997341967 for ; Tue, 24 May 2022 19:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05382463 for ; Tue, 24 May 2022 19:07:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653419236.578bab56066bb129ce9c0dc5c4f07e8fe8e1312a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/snooze/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/snooze/snooze-0.5.ebuild sys-process/snooze/snooze-9999.ebuild X-VCS-Directories: sys-process/snooze/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 578bab56066bb129ce9c0dc5c4f07e8fe8e1312a X-VCS-Branch: dev Date: Tue, 24 May 2022 19:07:55 +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: c0b7769e-b988-43ef-9840-51ea858bfc31 X-Archives-Hash: 09844681e640c31f18dc131727e72138 Message-ID: <20220524190755.1Ek_o-wVFcN6b9cyFMzdxgSVp0zuXB44nkofFGyTt3I@z> commit: 578bab56066bb129ce9c0dc5c4f07e8fe8e1312a Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 24 19:07:16 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 24 19:07:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=578bab56 sys-process/snooze: minor QA: remove PN from metadata vars Signed-off-by: Andrew Ammerlaan gentoo.org> sys-process/snooze/snooze-0.5.ebuild | 4 ++-- sys-process/snooze/snooze-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-process/snooze/snooze-0.5.ebuild b/sys-process/snooze/snooze-0.5.ebuild index 19a93cb6c..c6b84b601 100644 --- a/sys-process/snooze/snooze-0.5.ebuild +++ b/sys-process/snooze/snooze-0.5.ebuild @@ -4,8 +4,8 @@ EAPI=7 DESCRIPTION="Run a command at a particular time" -HOMEPAGE="https://github.com/leahneukirchen/${PN}" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/leahneukirchen/snooze" +SRC_URI="https://github.com/leahneukirchen/snooze/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="CC0-1.0" diff --git a/sys-process/snooze/snooze-9999.ebuild b/sys-process/snooze/snooze-9999.ebuild index 204622917..e7df9d007 100644 --- a/sys-process/snooze/snooze-9999.ebuild +++ b/sys-process/snooze/snooze-9999.ebuild @@ -4,10 +4,10 @@ EAPI=7 DESCRIPTION="Run a command at a particular time" -HOMEPAGE="https://github.com/leahneukirchen/${PN}" +HOMEPAGE="https://github.com/leahneukirchen/snooze" inherit git-r3 -EGIT_REPO_URI="${HOMEPAGE}.git" +EGIT_REPO_URI="https://github.com/leahneukirchen/snooze.git" LICENSE="CC0-1.0" SLOT="0"