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 B9AE315800F for ; Fri, 10 Feb 2023 06:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 045AFE0824; Fri, 10 Feb 2023 06:48:33 +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 DE56CE0824 for ; Fri, 10 Feb 2023 06:48:32 +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 18696340D00 for ; Fri, 10 Feb 2023 06:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E199B896 for ; Fri, 10 Feb 2023 06:48:29 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1676011626.99cfbd17c7faacb6347c2de63970478d92ffba64.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nonsense/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/nonsense/metadata.xml app-misc/nonsense/nonsense-0.7-r1.ebuild X-VCS-Directories: app-misc/nonsense/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 99cfbd17c7faacb6347c2de63970478d92ffba64 X-VCS-Branch: dev Date: Fri, 10 Feb 2023 06:48:29 +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: 8ad821bf-0f49-48de-9b72-5ecc23b12e7e X-Archives-Hash: 14e9f1e004ada1fb1fc39dd152b54d7f commit: 99cfbd17c7faacb6347c2de63970478d92ffba64 Author: Joe Kappus wt gd> AuthorDate: Fri Feb 10 06:47:06 2023 +0000 Commit: Joe Kappus wt gd> CommitDate: Fri Feb 10 06:47:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99cfbd17 app-misc/nonsense: update HOMEPAGE Signed-off-by: Joe Kappus wt.gd> app-misc/nonsense/metadata.xml | 2 +- app-misc/nonsense/nonsense-0.7-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/nonsense/metadata.xml b/app-misc/nonsense/metadata.xml index 1808911fe..d7e850504 100644 --- a/app-misc/nonsense/metadata.xml +++ b/app-misc/nonsense/metadata.xml @@ -1,5 +1,5 @@ - + lssndrbarbieri@gmail.com diff --git a/app-misc/nonsense/nonsense-0.7-r1.ebuild b/app-misc/nonsense/nonsense-0.7-r1.ebuild index c1ae5fff9..7165846f3 100644 --- a/app-misc/nonsense/nonsense-0.7-r1.ebuild +++ b/app-misc/nonsense/nonsense-0.7-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Generates random text from datafiles and templates" HOMEPAGE=" https://github.com/aduial/nonsense https://sourceforge.net/projects/nonsense/ - http://nonsense.sourceforge.net + https://nonsense.sourceforge.net " SRC_URI="https://github.com/aduial/nonsense/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}"