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 15F3315808B 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 BB8CEE29E1; Thu, 3 Oct 2024 21:20:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D195E29E1 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 BDC80342F65 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 246E21EF3 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: <1727990412.8d49f9a332912df31113609e21a992b110800522.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ossp-uuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ossp-uuid/metadata.xml dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild X-VCS-Directories: dev-libs/ossp-uuid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d49f9a332912df31113609e21a992b110800522 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: d85a2c59-feb8-4c38-b1a8-b32f851f7d43 X-Archives-Hash: 150ac53141f3954a4182c1340139d5b6 commit: 8d49f9a332912df31113609e21a992b110800522 Author: наб nabijaczleweli xyz> AuthorDate: Mon Sep 9 20:14:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 3 21:20:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d49f9a3 dev-libs/ossp-uuid: retarget at new upstream (HOMEPAGE + SRC_URI; especially SRC_URI since the old upstream's FTP server is dying) Signed-off-by: наб nabijaczleweli.xyz> Closes: https://github.com/gentoo/gentoo/pull/38536 Signed-off-by: Sam James gentoo.org> dev-libs/ossp-uuid/metadata.xml | 3 +++ dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-libs/ossp-uuid/metadata.xml b/dev-libs/ossp-uuid/metadata.xml index 85e4ed814fa2..7a22766500ca 100644 --- a/dev-libs/ossp-uuid/metadata.xml +++ b/dev-libs/ossp-uuid/metadata.xml @@ -2,4 +2,7 @@ + + ~nabijaczleweli/ossp + diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild index 3433895b1b55..9d846e8b3c31 100644 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild @@ -10,8 +10,8 @@ GENTOO_DEPEND_ON_PERL="no" inherit perl-module DESCRIPTION="An ISO-C:1999 API with CLI for generating DCE, ISO/IEC and RFC compliant UUID" -HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/" -SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_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/uuid/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="ISC"