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 3B5AC15808B for ; Thu, 3 Oct 2024 21:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0607BE29E3; Thu, 3 Oct 2024 21:20:44 +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 DF830E29E3 for ; Thu, 3 Oct 2024 21:20: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 A645A340DE6 for ; Thu, 3 Oct 2024 21:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F71111DF for ; Thu, 3 Oct 2024 21:20:40 +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: <1727990411.2fcc101e411dfaa4026a85e699135c3512df13d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mm/metadata.xml dev-libs/mm/mm-1.4.2-r2.ebuild X-VCS-Directories: dev-libs/mm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fcc101e411dfaa4026a85e699135c3512df13d1 X-VCS-Branch: master Date: Thu, 3 Oct 2024 21:20:40 +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: b9c3e061-1c15-406e-a064-c2b393a3856d X-Archives-Hash: 802e6dfb6afb3ba2a1ca49e4707d6625 commit: 2fcc101e411dfaa4026a85e699135c3512df13d1 Author: наб nabijaczleweli xyz> AuthorDate: Mon Sep 9 20:14:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 3 21:20:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcc101e dev-libs/mm: retarget at new upstream (HOMEPAGE + SRC_URI; especially SRC_URI since the old upstream's FTP server is dying) Signed-off-by: наб nabijaczleweli.xyz> Signed-off-by: Sam James gentoo.org> dev-libs/mm/metadata.xml | 3 +++ dev-libs/mm/mm-1.4.2-r2.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-libs/mm/metadata.xml b/dev-libs/mm/metadata.xml index 85e4ed814fa2..7a22766500ca 100644 --- a/dev-libs/mm/metadata.xml +++ b/dev-libs/mm/metadata.xml @@ -2,4 +2,7 @@ + + ~nabijaczleweli/ossp + diff --git a/dev-libs/mm/mm-1.4.2-r2.ebuild b/dev-libs/mm/mm-1.4.2-r2.ebuild index 3bb8c14b882d..67eb7503b617 100644 --- a/dev-libs/mm/mm-1.4.2-r2.ebuild +++ b/dev-libs/mm/mm-1.4.2-r2.ebuild @@ -4,8 +4,8 @@ EAPI=8 DESCRIPTION="Shared Memory Abstraction Library" -HOMEPAGE="http://www.ossp.org/pkg/lib/mm/" -SRC_URI="ftp://ftp.ossp.org/pkg/lib/mm/${P}.tar.gz" +HOMEPAGE="https://sr.ht/~nabijaczleweli/ossp" +SRC_URI="https://lfs.nabijaczleweli.xyz/0022-OSSP.org-mirror/ftp.ossp.org/ossp-ftp/pkg/lib/mm/${P}.tar.gz" LICENSE="mm" SLOT="1.2"