From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0316F1581EE for ; Mon, 07 Apr 2025 14:39:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DC5013430A0 for ; Mon, 07 Apr 2025 14:39:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CB3591102CE; Mon, 07 Apr 2025 14:39:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id C272B1102CE for ; Mon, 07 Apr 2025 14:39:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F2123430A0 for ; Mon, 07 Apr 2025 14:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B95AD152A for ; Mon, 07 Apr 2025 14:39:41 +0000 (UTC) From: "demize" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "demize" Message-ID: <1744036220.7cad5a1e77d6ee5e7843058d8d8702488eb14d9b.demize@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/direnv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/direnv/direnv-9999.ebuild X-VCS-Directories: app-shells/direnv/ X-VCS-Committer: demize X-VCS-Committer-Name: demize X-VCS-Revision: 7cad5a1e77d6ee5e7843058d8d8702488eb14d9b X-VCS-Branch: dev Date: Mon, 07 Apr 2025 14:39:41 +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: 846e3cd9-d796-4b97-a3c0-b18bc0fa0f2c X-Archives-Hash: 852825b63528b6a37c9210db6565cbcb commit: 7cad5a1e77d6ee5e7843058d8d8702488eb14d9b Author: demize unstable systems> AuthorDate: Mon Apr 7 02:06:58 2025 +0000 Commit: demize unstable systems> CommitDate: Mon Apr 7 14:30:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cad5a1e app-shells/direnv: fix pkgcheck issue in 9999 Signed-off-by: demize unstable.systems> app-shells/direnv/direnv-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-shells/direnv/direnv-9999.ebuild b/app-shells/direnv/direnv-9999.ebuild index 213d04ec9..80c940e65 100644 --- a/app-shells/direnv/direnv-9999.ebuild +++ b/app-shells/direnv/direnv-9999.ebuild @@ -9,7 +9,6 @@ inherit git-r3 go-module DESCRIPTION="Environment variable manager for shell" HOMEPAGE="https://github.com/direnv/direnv" -SRC_URI="" LICENSE="MIT" SLOT="0"