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 254A21581E7 for ; Mon, 29 Apr 2024 02:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647FAE2A1B; Mon, 29 Apr 2024 02:45:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DF73E2A1B for ; Mon, 29 Apr 2024 02:45:22 +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 EB74034305D for ; Mon, 29 Apr 2024 02:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 514E81513 for ; Mon, 29 Apr 2024 02:45:19 +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: <1714358673.9ed3437fe9e5ebe75866ac565f28bce9f0c29128.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gpm/gpm-1.20.7-r5.ebuild sys-libs/gpm/gpm-1.20.7-r6.ebuild X-VCS-Directories: sys-libs/gpm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ed3437fe9e5ebe75866ac565f28bce9f0c29128 X-VCS-Branch: master Date: Mon, 29 Apr 2024 02:45:19 +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: eec8e9e1-6c04-4ba4-a43b-2f49c4145c36 X-Archives-Hash: 057925669262588bbca7a3dcee9636c6 commit: 9ed3437fe9e5ebe75866ac565f28bce9f0c29128 Author: Sam James gentoo org> AuthorDate: Mon Apr 29 02:44:33 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 29 02:44:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed3437f sys-libs/gpm: update SRC_URI for mirror://gentoo Reported by zen_desu. Signed-off-by: Sam James gentoo.org> sys-libs/gpm/gpm-1.20.7-r5.ebuild | 3 ++- sys-libs/gpm/gpm-1.20.7-r6.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-libs/gpm/gpm-1.20.7-r5.ebuild b/sys-libs/gpm/gpm-1.20.7-r5.ebuild index 738560a07fb2..702c39f8e3ad 100644 --- a/sys-libs/gpm/gpm-1.20.7-r5.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r5.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="Console-based mouse driver" HOMEPAGE="https://www.nico.schottelius.org/software/gpm/" SRC_URI=" https://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma - mirror://gentoo/${P}-docs.patch.xz" + https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-docs.patch.xz +" LICENSE="GPL-2" SLOT="0" diff --git a/sys-libs/gpm/gpm-1.20.7-r6.ebuild b/sys-libs/gpm/gpm-1.20.7-r6.ebuild index 3ad21ff8191c..5611d5e58f82 100644 --- a/sys-libs/gpm/gpm-1.20.7-r6.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r6.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="Console-based mouse driver" HOMEPAGE="https://www.nico.schottelius.org/software/gpm/" SRC_URI=" https://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma - mirror://gentoo/${P}-docs.patch.xz" + https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-docs.patch.xz +" LICENSE="GPL-2" SLOT="0"